Searched refs:atoui (Results 1 – 4 of 4) sorted by relevance
945 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()
143 startSector = atoui(optarg); in mbadblocks()146 endSector = atoui(optarg); in mbadblocks()
51 unsigned int atoui(const char *str) { in atoui() function
269 unsigned int atoui(const char *nptr);