Searched refs:argto2 (Results 1 – 1 of 1) sorted by relevance
/system/core/toolbox/ |
D | newfs_msdos.c | 102 #define argto2(arg, lo, msg) argtou(arg, lo, 0xffff, msg) macro 305 opt_S = argto2(optarg, 1, "bytes/sector"); in newfs_msdos_main() 319 opt_e = argto2(optarg, 1, "directory entries"); in newfs_msdos_main() 325 opt_h = argto2(optarg, 1, "drive heads"); in newfs_msdos_main() 328 opt_i = argto2(optarg, 1, "info sector"); in newfs_msdos_main() 331 opt_k = argto2(optarg, 1, "backup sector"); in newfs_msdos_main() 345 opt_r = argto2(optarg, 1, "reserved sectors"); in newfs_msdos_main() 351 opt_u = argto2(optarg, 1, "sectors/track"); in newfs_msdos_main()
|