strtoul            58 lib/common/operations.c     l = strtoul(s, NULL, 10);
strtoul           113 maint/gnulib/lib/gen-uni-tables.c   uni->upper = (field12[0] =='\0' ? NONE : strtoul (field12, NULL, 16));
strtoul           114 maint/gnulib/lib/gen-uni-tables.c   uni->lower = (field13[0] =='\0' ? NONE : strtoul (field13, NULL, 16));
strtoul           115 maint/gnulib/lib/gen-uni-tables.c   uni->title = (field14[0] =='\0' ? NONE : strtoul (field14, NULL, 16));
strtoul           215 maint/gnulib/lib/gen-uni-tables.c       i = strtoul (field0, NULL, 16);
strtoul           252 maint/gnulib/lib/gen-uni-tables.c           j = strtoul (field0, NULL, 16);
strtoul          5872 maint/gnulib/lib/gen-uni-tables.c               && strtoul (unicode_attributes[ch].combining, NULL, 10) >= 200);
strtoul          6222 maint/gnulib/lib/gen-uni-tables.c       i = strtoul (field0, NULL, 16);
strtoul          6226 maint/gnulib/lib/gen-uni-tables.c           j = strtoul (strstr (field0, "..") + 2, NULL, 16);
strtoul          7689 maint/gnulib/lib/gen-uni-tables.c       i = strtoul (field0, NULL, 16);
strtoul          7693 maint/gnulib/lib/gen-uni-tables.c           j = strtoul (strstr (field0, "..") + 2, NULL, 16);
strtoul          8976 maint/gnulib/lib/gen-uni-tables.c           decomposed[length] = strtoul (decomposition, &endptr, 16);
strtoul          9666 maint/gnulib/lib/gen-uni-tables.c       code = strtoul (scanptr, &endptr, 16);
strtoul          9689 maint/gnulib/lib/gen-uni-tables.c           lower_mapping[i] = strtoul (scanptr, &endptr, 16);
strtoul          9713 maint/gnulib/lib/gen-uni-tables.c           title_mapping[i] = strtoul (scanptr, &endptr, 16);
strtoul          9737 maint/gnulib/lib/gen-uni-tables.c           upper_mapping[i] = strtoul (scanptr, &endptr, 16);
strtoul          9892 maint/gnulib/lib/gen-uni-tables.c       code = strtoul (scanptr, &endptr, 16);
strtoul          9936 maint/gnulib/lib/gen-uni-tables.c           mapping[i] = strtoul (scanptr, &endptr, 16);
strtoul           257 maint/gnulib/lib/getaddrinfo.c           port = strtoul (servname, &c, 10);
strtoul          2563 maint/gnulib/lib/localename.c   LCID try_lcid = strtoul (locale_num_str, &endp, 16);
strtoul           395 maint/gnulib/lib/mountlist.c       dev = strtoul (optval, &optvalend, 16);
strtoul           361 maint/gnulib/lib/nproc.c       unsigned long int value = strtoul (threads, &endptr, 10);
strtoul            52 maint/gnulib/lib/omp-init.c       unsigned long int value = strtoul (threads, &endptr, 10);
strtoul            63 maint/gnulib/lib/parse-duration.c   return strtoul (str, (char **)ppz, base);
strtoul          1416 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_RPL (strtoul, unsigned long,
strtoul          1420 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_RPL (strtoul, unsigned long,
strtoul          1425 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_SYS (strtoul, unsigned long,
strtoul          1430 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_SYS (strtoul, unsigned long,
strtoul          1434 maint/gnulib/lib/stdlib.in.h _GL_CXXALIASWARN (strtoul);
strtoul          1438 maint/gnulib/lib/stdlib.in.h _GL_WARN_ON_USE (strtoul, "strtoul is unportable - "
strtoul            51 maint/gnulib/lib/strtoimax.c # define Strtol strtoul
strtoul            97 maint/gnulib/lib/strtol.c #    define strtol strtoul
strtoul            18 maint/gnulib/lib/xstrtoul.c #define __strtol strtoul
strtoul            22 maint/gnulib/tests/test-strtoul.c #ifndef strtoul
strtoul            23 maint/gnulib/tests/test-strtoul.c SIGNATURE_CHECK (strtoul, unsigned long, (const char *, char **, int));
strtoul            39 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul            49 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul            59 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul            69 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul            81 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul            91 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul           101 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul           111 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul           121 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul           131 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul           141 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul           153 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul           163 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul           173 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul           185 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul           195 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 16);
strtoul           205 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 0);
strtoul           215 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 10);
strtoul           225 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 16);
strtoul           235 maint/gnulib/tests/test-strtoul.c     result = strtoul (input, &ptr, 0);
strtoul            97 maint/gnulib/tests/uniname/test-uninames.c       i = strtoul (field0, NULL, 16);
strtoul           164 maint/gnulib/tests/uniname/test-uninames.c       uc = strtoul (field0, NULL, 16);
strtoul           153 maint/gnulib/tests/uninorm/test-u32-normalize-big.c               uc = strtoul (ptr, &endptr, 16);