Home
last modified time | relevance | path

Searched refs:atoui (Results 1 – 4 of 4) sorted by relevance

/external/mtools/
Dmformat.c945 Fs.dir_len = atoui(getenv("MTOOLS_DIR_LEN")); in mformat()
952 Fs.num_fat = atoui(getenv("MTOOLS_NFATS")); in mformat()
1000 tot_sectors = atoui(optarg); in mformat()
1086 hs = atoui(optarg); in mformat()
1095 Fs.cluster_size = atoui(optarg); in mformat()
1113 backupBoot = atoui(optarg); in mformat()
1121 resvSects = atoui(optarg); in mformat()
1127 Fs.num_fat = atoui(optarg); in mformat()
Dmbadblocks.c143 startSector = atoui(optarg); in mbadblocks()
146 endSector = atoui(optarg); in mbadblocks()
Dstrtonum.c51 unsigned int atoui(const char *str) { in atoui() function
Dmtools.h269 unsigned int atoui(const char *nptr);