Searched refs:OPT_C (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | version.c | 21 OPT_B, OPT_D, OPT_E, OPT_M, OPT_F, OPT_O, OPT_P, OPT_V, OPT_A, OPT_R, OPT_C enumerator 39 {"c", OPT_C, '-', "Show CPU settings info"}, 90 case OPT_C: in version_main()
|
H A D | engine.c | 27 OPT_C, OPT_T, OPT_TT, OPT_PRE, OPT_POST, enumerator 45 {"c", OPT_C, '-', "List the capabilities of specified engine"}, 345 case OPT_C: in engine_main()
|
H A D | dgst.c | 41 OPT_C, OPT_R, OPT_OUT, OPT_SIGN, OPT_PASSIN, OPT_VERIFY, enumerator 63 {"c", OPT_C, '-', "Print the digest with separating colons"}, 141 case OPT_C: in dgst_main()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 73 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_C, options::OPT_CC, in CheckPreprocessingOptions() 980 Args.AddLastArg(CmdArgs, options::OPT_C); in AddPreprocessingOptions()
|