Searched refs:OPT_BOOL (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/usr.sbin/installboot/ |
| D | installboot.c | 77 OPT_BOOL, /* no value */ enumerator 84 { "alphasum", IB_ALPHASUM, OPT_BOOL, 0 }, 85 { "append", IB_APPEND, OPT_BOOL, 0 }, 91 { "resetvideo", IB_RESETVIDEO, OPT_BOOL, 0 }, 93 { "sunsum", IB_SUNSUM, OPT_BOOL, 0 }, 95 { "modules", IB_MODULES, OPT_BOOL, 0 }, 96 { "bootconf", IB_BOOTCONF, OPT_BOOL, 0 }, 419 if (opt->type == OPT_BOOL) { in parseoptions()
|
| /netbsd/src/usr.sbin/makefs/ |
| D | cd9660.c | 276 #define OPT_BOOL(letter, name, field, desc) \ in cd9660_prep_opts() macro 285 OPT_BOOL('h', "help", displayHelp, in cd9660_prep_opts() 287 OPT_BOOL('S', "follow-symlinks", follow_sym_links, in cd9660_prep_opts() 289 OPT_BOOL('R', "rockridge", rock_ridge_enabled, in cd9660_prep_opts() 291 OPT_BOOL('C', "chrp-boot", chrp_boot, in cd9660_prep_opts() 293 OPT_BOOL('K', "keep-bad-images", keep_bad_images, in cd9660_prep_opts() 295 OPT_BOOL('D', "allow-deep-trees", allow_deep_trees, in cd9660_prep_opts() 297 OPT_BOOL('a', "allow-max-name", allow_max_name, in cd9660_prep_opts() 299 OPT_BOOL('i', "allow-illegal-chars", allow_illegal_chars, in cd9660_prep_opts() 301 OPT_BOOL('m', "allow-multidot", allow_multidot, in cd9660_prep_opts() [all …]
|
| D | msdos.c | 82 (_min == -2 ? OPT_BOOL : \ in msdos_prep_opts() 95 { 'U', "utf8", &msdos_opt->utf8, OPT_BOOL, in msdos_prep_opts()
|
| D | makefs.c | 362 case OPT_BOOL: in print_options() 417 case OPT_BOOL: in set_option_var()
|
| D | makefs.h | 133 OPT_BOOL, enumerator
|
| D | udf.c | 111 #define OPT_BOOL(letter, name, field, desc) \ macro 130 OPT_BOOL('c', "checksurface", check_surface, in udf_prep_opts() 132 OPT_BOOL('F', "forceformat", create_new_session, in udf_prep_opts()
|