Searched refs:AOPT (Results 1 – 5 of 5) sorted by relevance
/third_party/FreeBSD/sbin/newfs_msdos/ |
D | mkfs_msdos.h | 39 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 …]
|
D | newfs_msdos.c | 274 #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/ |
D | num_token.hpp | 24 DUP, OR, CHARSET, MACRO, OPENPAREN, CLOSEPAREN, OPT, AOPT, enumerator
|
D | re_tokeniser.hpp | 112 token_.set (num_token::AOPT, null_token); in next()
|
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/ |
D | parser.hpp | 201 case token::AOPT: in reduce()
|