Home
last modified time | relevance | path

Searched refs:AOPT (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_msdos.h39 AOPT('@', off_t, offset, 0, "Offset in device") \
40 AOPT('A', bool, align, -2, "Attempt to cluster align root directory") \
41 AOPT('B', const char *, bootstrap, -1, "Bootstrap file") \
42 AOPT('C', off_t, create_size, 0, "Create file") \
43 AOPT('F', uint8_t, fat_type, 12, "FAT type (12, 16, or 32)") \
44 AOPT('I', uint32_t, volume_id, 0, "Volume ID") \
45 AOPT('L', const char *, volume_label, -1, "Volume Label") \
46 AOPT('N', bool, no_create, -2, "Don't create filesystem, print params only") \
47 AOPT('O', const char *, OEM_string, -1, "OEM string") \
48 AOPT('S', uint16_t, bytes_per_sector, 1, "Bytes per sector") \
[all …]
Dnewfs_msdos.c274 #define AOPT(_opt, _type, _name, _min, _desc) { _opt, _desc }, in usage() macro
276 #undef AOPT in usage()
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tokeniser/
Dnum_token.hpp24 DUP, OR, CHARSET, MACRO, OPENPAREN, CLOSEPAREN, OPT, AOPT, enumerator
Dre_tokeniser.hpp112 token_.set (num_token::AOPT, null_token); in next()
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/
Dparser.hpp201 case token::AOPT: in reduce()