Home
last modified time | relevance | path

Searched refs:strtoui (Results 1 – 10 of 10) sorted by relevance

/external/mtools/
Dmdoctorfat.c111 offset = strtoui(optarg,&endptr,0); in mdoctorfat()
138 arg.fat = strtoui(argv[optind+1], 0, 0) + offset; in mdoctorfat()
149 begin = strtoui(number, &eptr, 0); in mdoctorfat()
152 end = strtoui(number, &eptr, 0); in mdoctorfat()
Dstrtonum.c46 unsigned int strtoui(const char *nptr, char **endptr, int base) { in strtoui() function
52 return strtoui(str, 0, 0); in atoui()
Dmtools.h189 unsigned int strtoui(const char *nptr, char **endptr, int base);
Dmpartition.c378 begin = strtoui(optarg, &endptr, 0); in mpartition()
Dconfig.c272 * ((unsigned int *)global_switches[i].address) = strtoui(s,0,0); in get_env_conf()
Dconfigure.in221 strdup strndup strcspn strspn strtoul strtol strtoll strtoi strtoui \
Dconfig.h.in255 /* Define to 1 if you have the `strtoui' function. */
Dmformat.c1068 Fs->fat_len = strtoui(optarg,&endptr,0); in mformat()
Dconfigure6007 strdup strndup strcspn strspn strtoul strtol strtoll strtoi strtoui \
/external/google-breakpad/src/common/linux/
Dlinux_libc_support_unittest.cc71 TEST(LinuxLibcSupportTest, strtoui) { in TEST() argument