Lines Matching defs:only_mode
102 static void only_mode(struct bsdtar *, const char *opt,
859 only_mode(bsdtar, "-a", "cx");
867 only_mode(bsdtar, "--one-file-system", "cru");
869 only_mode(bsdtar, "--fast-read", "xt");
871 only_mode(bsdtar, "--hfsCompression", "x");
873 only_mode(bsdtar, "--nopreserveHFSCompression", "x");
875 only_mode(bsdtar, "--nodump", "cru");
877 only_mode(bsdtar, "--acls", "crux");
879 only_mode(bsdtar, "--no-acls", "crux");
881 only_mode(bsdtar, "--xattrs", "crux");
883 only_mode(bsdtar, "--no-xattrs", "crux");
885 only_mode(bsdtar, "--fflags", "crux");
887 only_mode(bsdtar, "--no-fflags", "crux");
889 only_mode(bsdtar, "--mac-metadata", "crux");
891 only_mode(bsdtar, "--no-mac-metadata", "crux");
909 only_mode(bsdtar, "-o", "xc");
914 only_mode(bsdtar, "-O", "xt");
916 only_mode(bsdtar, "-U", "x");
918 only_mode(bsdtar, "--check-links", "cr");
928 only_mode(bsdtar, "--use-compress-program", "cxt");
945 only_mode(bsdtar, buff, "cxt");
951 only_mode(bsdtar, buff, "cxt");
955 only_mode(bsdtar, "--format", "cru");
959 only_mode(bsdtar, buff, "cru");
1020 only_mode(struct bsdtar *bsdtar, const char *opt, const char *valid_modes)