HomeSort by: relevance | last modified time | path
    Searched refs:OPT_BOOL (Results 1 - 7 of 7) 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/
msdos.c 82 (_min == -2 ? OPT_BOOL : \
95 { 'U', "utf8", &msdos_opt->utf8, 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...]
makefs.h 133 OPT_BOOL,
makefs.c 362 case OPT_BOOL:
417 case OPT_BOOL:
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,
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 18166 { OPT_BOOL, OPT_NOT, OPT_NOCASE, OPT_EXACT, OPT_GLOB, OPT_REGEXP, OPT_ALL, OPT_INLINE,
18169 int opt_bool = 0; local
18196 case OPT_BOOL:
18197 opt_bool = 1;
18208 opt_bool = 0;
18323 if ((!opt_bool && eq == !opt_not) || (opt_bool && (eq || opt_all))) {
18326 if (opt_bool) {
18367 if (opt_bool) {

Completed in 62 milliseconds