strtoul           361 lib/nproc.c          unsigned long int value = strtoul (threads, &endptr, 10);
strtoul          1599 lib/stdlib.in.h _GL_FUNCDECL_RPL (strtoul, unsigned long,
strtoul          1603 lib/stdlib.in.h _GL_CXXALIAS_RPL (strtoul, unsigned long,
strtoul          1608 lib/stdlib.in.h _GL_FUNCDECL_SYS (strtoul, unsigned long,
strtoul          1613 lib/stdlib.in.h _GL_CXXALIAS_SYS (strtoul, unsigned long,
strtoul          1618 lib/stdlib.in.h _GL_CXXALIASWARN (strtoul);
strtoul          1623 lib/stdlib.in.h _GL_WARN_ON_USE (strtoul, "strtoul is unportable - "
strtoul            49 lib/strtoimax.c # define Strtol strtoul
strtoul            97 lib/strtol.c   #    define strtol strtoul
strtoul            31 nt/inc/inttypes.h #define strtoumax strtoul
strtoul          5645 src/frame.c          tempWidth = strtoul (strind, &nextCharacter, 10);
strtoul          5655 src/frame.c          tempHeight = strtoul (strind, &nextCharacter, 10);
strtoul          3528 src/sysdep.c   	      minor_beg = strtoul (minor, &endp, 0);
strtoul          3532 src/sysdep.c   		minor_end = strtoul (endp + 1, &endp, 0);
strtoul          8304 src/w32.c      	      port = strtoul (service, &endp, 10);
strtoul          3743 src/w32proc.c    LCID try_lcid = strtoul (locale_num_str, &endp, 16);
strtoul           566 src/w32select.c   lcid = strtoul (loc_string, NULL, 16);
strtoul           599 src/w32select.c   cp = strtoul (buffer, NULL, 10);