Lines Matching defs:OPT_BOOL
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,
303 OPT_BOOL('o', "omit-trailing-period", omit_trailing_period,
305 OPT_BOOL('\0', "allow-lowercase", allow_lowercase,
307 OPT_BOOL('\0', "archimedes", archimedes_enabled,
309 OPT_BOOL('\0', "no-trailing-padding", include_padding_areas,