Home
last modified time | relevance | path

Searched refs:opt_string (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dec.c138 if (!opt_string(point_format, point_format_options)) in ec_main()
143 if (!opt_string(asn1_encoding, asn1_encoding_options)) in ec_main()
H A Dpkey.c153 if (!opt_string(point_format, point_format_options)) in pkey_main()
162 if (!opt_string(asn1_encoding, asn1_encoding_options)) in pkey_main()
H A Decparam.c163 if (!opt_string(point_format, point_format_options)) in ecparam_main()
168 if (!opt_string(asn1_encoding, asn1_encoding_options)) in ecparam_main()
/freebsd/sbin/md5/
H A Dmd5.c215 opt_string, enumerator
240 { "string", required_argument, 0, opt_string },
534 case opt_string: in main()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp810 std::string opt_string = value.c_str(); in Execute() local
812 error = m_interpreter.PreprocessToken(opt_string); in Execute()
814 cmd_args.ReplaceArgumentAtIndex(entry.index(), opt_string); in Execute()
/freebsd/crypto/openssl/apps/include/
H A Dopt.h385 int opt_string(const char *name, const char **options);
/freebsd/crypto/openssl/doc/internal/man3/
H A DOPTIONS.pod10 opt_format, opt_isdir, opt_string, opt_pair,
50 int opt_string(const char *name, const char **options);
278 The opt_string() function checks that I<name> appears in the
/freebsd/crypto/openssl/apps/lib/
H A Dopt.c480 int opt_string(const char *name, const char **options) in opt_string() function