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            281 lib/sig2str.c        long int n = strtol (signame, &endp, 10);
strtol            299 lib/sig2str.c              long int n = strtol (signame + 5, &endp, 10);
strtol            305 lib/sig2str.c              long int n = strtol (signame + 5, &endp, 10);
strtol           1516 lib/stdlib.in.h _GL_FUNCDECL_RPL (strtol, long,
strtol           1520 lib/stdlib.in.h _GL_CXXALIAS_RPL (strtol, long,
strtol           1525 lib/stdlib.in.h _GL_FUNCDECL_SYS (strtol, long,
strtol           1530 lib/stdlib.in.h _GL_CXXALIAS_SYS (strtol, long,
strtol           1535 lib/stdlib.in.h _GL_CXXALIASWARN (strtol);
strtol           1540 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            414 lib/strtol.c     return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
strtol             32 nt/inc/inttypes.h #define strtoimax strtol
strtol           5666 src/frame.c          tempX = strtol (strind, &nextCharacter, 10);
strtol           5675 src/frame.c    	  tempY = strtol (strind, &nextCharacter, 10);
strtol           4196 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);