Searched refs:OPT_CREATE (Results 1 – 3 of 3) sorted by relevance
187 OPT_CREATE = IF_FEATURE_CPIO_O((1 << OPTBIT_CREATE )) + 0,463 if ((opt & (OPT_FILE|OPT_CREATE)) == OPT_FILE) { /* -F without -o */ in cpio_main()516 if (opt & OPT_CREATE) { in cpio_main()
846 OPT_CREATE = IF_FEATURE_TAR_CREATE( (1 << OPTBIT_CREATE )) + 0, // c enumerator1041 showopt(OPT_CREATE ); in tar_main()1141 if (opt & OPT_CREATE) { in tar_main()1195 if (opt & OPT_CREATE) { in tar_main()
237 OPT_CREATE = (1 << 2), in ar_main() enumerator