strtol            361 lib-src/pop.c    *count = strtol (&fromserver[4], &end_ptr, 10);
strtol            373 lib-src/pop.c    *size = strtol (fromserver + 1, &end_ptr, 10);
strtol            878 lib-src/pop.c        count = strtol (&fromserver[4], &end_ptr, 10);
strtol            282 lib/sig2str.c        long int n = strtol (signame, &endp, 10);
strtol            300 lib/sig2str.c              long int n = strtol (signame + 5, &endp, 10);
strtol            306 lib/sig2str.c              long int n = strtol (signame + 5, &endp, 10);
strtol           1349 lib/stdlib.in.h _GL_FUNCDECL_RPL (strtol, long,
strtol           1353 lib/stdlib.in.h _GL_CXXALIAS_RPL (strtol, long,
strtol           1358 lib/stdlib.in.h _GL_FUNCDECL_SYS (strtol, long,
strtol           1363 lib/stdlib.in.h _GL_CXXALIAS_SYS (strtol, long,
strtol           1368 lib/stdlib.in.h _GL_CXXALIASWARN (strtol);
strtol           1373 lib/stdlib.in.h _GL_WARN_ON_USE (strtol, "strtol is unportable - "
strtol             55 lib/strtoimax.c # define Strtol strtol
strtol            212 lib/strtol.c   INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr,
strtol            406 lib/strtol.c     return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
strtol             32 nt/inc/inttypes.h #define strtoimax strtol
strtol           5582 src/frame.c          tempX = strtol (strind, &nextCharacter, 10);
strtol           5591 src/frame.c    	  tempY = strtol (strind, &nextCharacter, 10);
strtol           4190 src/process.c  	  long int lport = strtol (SSDATA (service), &service_end, 10);
strtol           1726 src/w32.c      	      cpnum = strtol (cp, &end, 10);
strtol            534 src/w32select.c   cfg_codepage = strtol (cp, &end, 10);