Home
last modified time | relevance | path

Searched refs:AOPT (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sbin/newfs_msdos/
H A Dmkfs_msdos.h38 AOPT('@', off_t, offset, 0, "Offset in device") \
39 AOPT('A', bool, align, -2, "Attempt to cluster align root directory") \
40 AOPT('B', const char *, bootstrap, -1, "Bootstrap file") \
41 AOPT('C', off_t, create_size, 0, "Create file") \
42 AOPT('F', uint8_t, fat_type, 12, "FAT type (12, 16, or 32)") \
43 AOPT('I', uint32_t, volume_id, 0, "Volume ID") \
44 AOPT('L', const char *, volume_label, -1, "Volume Label") \
45 AOPT('N', bool, no_create, -2, "Don't create filesystem, print params only") \
46 AOPT('O', const char *, OEM_string, -1, "OEM string") \
47 AOPT('
65 #define AOPT global() macro
67 #undef AOPT global() macro
[all...]
H A Dnewfs_msdos.c269 #define AOPT(_opt, _type, _name, _min, _desc) { _opt, _desc }, in usage() macro
271 #undef AOPT in usage() macro

Completed in 1 milliseconds