strtoul 361 lib/nproc.c unsigned long int value = strtoul (threads, &endptr, 10); strtoul 1432 lib/stdlib.in.h _GL_FUNCDECL_RPL (strtoul, unsigned long, strtoul 1436 lib/stdlib.in.h _GL_CXXALIAS_RPL (strtoul, unsigned long, strtoul 1441 lib/stdlib.in.h _GL_FUNCDECL_SYS (strtoul, unsigned long, strtoul 1446 lib/stdlib.in.h _GL_CXXALIAS_SYS (strtoul, unsigned long, strtoul 1451 lib/stdlib.in.h _GL_CXXALIASWARN (strtoul); strtoul 1456 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 5561 src/frame.c tempWidth = strtoul (strind, &nextCharacter, 10); strtoul 5571 src/frame.c tempHeight = strtoul (strind, &nextCharacter, 10); strtoul 3281 src/sysdep.c minor_beg = strtoul (minor, &endp, 0); strtoul 3285 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);