Home
last modified time | relevance | path

Searched refs:OPT_BOOL (Results 1 – 6 of 6) sorted by relevance

/netbsd/usr.sbin/installboot/
H A Dinstallboot.c77 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/usr.sbin/makefs/
H A Dcd9660.c276 #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()
301 OPT_BOOL('m', "allow-multidot", allow_multidot, in cd9660_prep_opts()
305 OPT_BOOL('\0', "allow-lowercase", allow_lowercase, in cd9660_prep_opts()
[all …]
H A Dmsdos.c82 (_min == -2 ? OPT_BOOL : \ in msdos_prep_opts()
95 { 'U', "utf8", &msdos_opt->utf8, OPT_BOOL, in msdos_prep_opts()
H A Dmakefs.h123 OPT_BOOL, enumerator
H A Dudf.c111 #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()
H A Dmakefs.c374 case OPT_BOOL: in set_option_var()