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()
Dmpartition.c445 tot_sectors = strtoui(optarg, &endptr, 0); in mpartition()
450 begin = strtoui(optarg, &endptr, 0); in mpartition()
454 length = strtoui(optarg, &endptr, 0); in mpartition()
Dmtools.h268 unsigned int strtoui(const char *nptr, char **endptr, int base);
Dmformat.c1099 Fs.dir_len = strtoui(optarg,&endptr,0); in mformat()
1102 Fs.fat_len = strtoui(optarg,&endptr,0); in mformat()
Dconfig.c268 * ((unsigned int *)global_switches[i].address) = strtoui(s,0,0); in get_env_conf()
Dconfigure.in172 strdup strndup strcspn strspn strtoul strtol strtoll strtoi strtoui \
Dconfig.h.in249 /* Define to 1 if you have the `strtoui' function. */
Dconfigure5460 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