Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dversion.c27 OPT_P, enumerator
50 { "p", OPT_P, '-', "Show target build platform" },
101 case OPT_P: in version_main()
H A Denc.c54 OPT_P, enumerator
91 { "p", OPT_P, '-', "Print the iv/key" },
245 case OPT_P: in enc_main()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp70 {options::OPT_P, options::OPT_D, options::OPT_U, in addPreprocessingOptions()
H A DClang.cpp6150 Args.AddLastArg(CmdArgs, options::OPT_P); in ConstructJob()