Home
last modified time | relevance | path

Searched refs:OPT_C (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dversion.c31 OPT_C enumerator
53 { "c", OPT_C, '-', "Show CPU settings info" },
110 case OPT_C: in version_main()
H A Dengine.c27 OPT_C, enumerator
52 { "c", OPT_C, '-', "List the capabilities of specified engine" },
353 case OPT_C: in engine_main()
H A Ddgst.c44 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 DClang.cpp66 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_C, options::OPT_CC, in CheckPreprocessingOptions()
825 Args.AddLastArg(CmdArgs, options::OPT_C); in AddPreprocessingOptions()