HomeSort by: relevance | last modified time | path
    Searched defs:OPT_BOOL (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/installboot/
installboot.c 77 OPT_BOOL, /* no value */
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) {
  /src/usr.sbin/makefs/
makefs.h 133 OPT_BOOL,
cd9660.c 276 #define OPT_BOOL(letter, name, field, desc) \
285 OPT_BOOL('h', "help", displayHelp,
287 OPT_BOOL('S', "follow-symlinks", follow_sym_links,
289 OPT_BOOL('R', "rockridge", rock_ridge_enabled,
291 OPT_BOOL('C', "chrp-boot", chrp_boot,
293 OPT_BOOL('K', "keep-bad-images", keep_bad_images,
295 OPT_BOOL('D', "allow-deep-trees", allow_deep_trees,
297 OPT_BOOL('a', "allow-max-name", allow_max_name,
299 OPT_BOOL('i', "allow-illegal-chars", allow_illegal_chars,
301 OPT_BOOL('m', "allow-multidot", allow_multidot
    [all...]
udf.c 111 #define OPT_BOOL(letter, name, field, desc) \
130 OPT_BOOL('c', "checksurface", check_surface,
132 OPT_BOOL('F', "forceformat", create_new_session,

Completed in 14 milliseconds