Searched refs:OPT_C (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/apps/ |
| H A D | version.c | 31 OPT_C enumerator 53 { "c", OPT_C, '-', "Show CPU settings info" }, 110 case OPT_C: in version_main()
|
| H A D | engine.c | 27 OPT_C, enumerator 52 { "c", OPT_C, '-', "List the capabilities of specified engine" }, 353 case OPT_C: in engine_main()
|
| H A D | dgst.c | 44 OPT_C, enumerator 83 { "c", OPT_C, '-', "Print the digest with separating colons" }, 164 case OPT_C: in dgst_main()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 66 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_C, options::OPT_CC, in CheckPreprocessingOptions() 825 Args.AddLastArg(CmdArgs, options::OPT_C); in AddPreprocessingOptions()
|