Symbol: OPT_BOOL
usr.sbin/installboot/installboot.c
419
if (opt->type == OPT_BOOL) {
usr.sbin/installboot/installboot.c
84
{ "alphasum", IB_ALPHASUM, OPT_BOOL, 0 },
usr.sbin/installboot/installboot.c
85
{ "append", IB_APPEND, OPT_BOOL, 0 },
usr.sbin/installboot/installboot.c
91
{ "resetvideo", IB_RESETVIDEO, OPT_BOOL, 0 },
usr.sbin/installboot/installboot.c
93
{ "sunsum", IB_SUNSUM, OPT_BOOL, 0 },
usr.sbin/installboot/installboot.c
95
{ "modules", IB_MODULES, OPT_BOOL, 0 },
usr.sbin/installboot/installboot.c
96
{ "bootconf", IB_BOOTCONF, OPT_BOOL, 0 },
usr.sbin/makefs/cd9660.c
285
OPT_BOOL('h', "help", displayHelp,
usr.sbin/makefs/cd9660.c
287
OPT_BOOL('S', "follow-symlinks", follow_sym_links,
usr.sbin/makefs/cd9660.c
289
OPT_BOOL('R', "rockridge", rock_ridge_enabled,
usr.sbin/makefs/cd9660.c
291
OPT_BOOL('C', "chrp-boot", chrp_boot,
usr.sbin/makefs/cd9660.c
293
OPT_BOOL('K', "keep-bad-images", keep_bad_images,
usr.sbin/makefs/cd9660.c
295
OPT_BOOL('D', "allow-deep-trees", allow_deep_trees,
usr.sbin/makefs/cd9660.c
297
OPT_BOOL('a', "allow-max-name", allow_max_name,
usr.sbin/makefs/cd9660.c
299
OPT_BOOL('i', "allow-illegal-chars", allow_illegal_chars,
usr.sbin/makefs/cd9660.c
301
OPT_BOOL('m', "allow-multidot", allow_multidot,
usr.sbin/makefs/cd9660.c
303
OPT_BOOL('o', "omit-trailing-period", omit_trailing_period,
usr.sbin/makefs/cd9660.c
305
OPT_BOOL('\0', "allow-lowercase", allow_lowercase,
usr.sbin/makefs/cd9660.c
307
OPT_BOOL('\0', "archimedes", archimedes_enabled,
usr.sbin/makefs/cd9660.c
309
OPT_BOOL('\0', "no-trailing-padding", include_padding_areas,
usr.sbin/makefs/makefs.c
362
case OPT_BOOL:
usr.sbin/makefs/makefs.c
417
case OPT_BOOL:
usr.sbin/makefs/msdos.c
82
(_min == -2 ? OPT_BOOL : \
usr.sbin/makefs/msdos.c
95
{ 'U', "utf8", &msdos_opt->utf8, OPT_BOOL,
usr.sbin/makefs/udf.c
130
OPT_BOOL('c', "checksurface", check_surface,
usr.sbin/makefs/udf.c
132
OPT_BOOL('F', "forceformat", create_new_session,