Searched refs:opt_str (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 2311 static char *opt_str(void) in opt_str() function 2351 opt_server = opt_str(); in get_opts() 2354 opt_proxy = opt_str(); in get_opts() 2357 opt_no_proxy = opt_str(); in get_opts() 2361 opt_recipient = opt_str(); in get_opts() 2364 opt_path = opt_str(); in get_opts() 2384 opt_tls_cert = opt_str(); in get_opts() 2387 opt_tls_key = opt_str(); in get_opts() 2390 opt_tls_keypass = opt_str(); in get_opts() 2393 opt_tls_extra = opt_str(); in get_opts() [all …]
|
/freebsd/contrib/bmake/mk/ |
H A D | newlog.sh | 197 opt_str=dNn:o:g:G:C:M:m:eE:f:RS
|
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
H A D | test-runner.py.in | 1056 def kmemleak_cb(option, opt_str, value, parser): argument 1064 def options_cb(option, opt_str, value, parser): argument 1067 if opt_str in parser.rargs: 1068 fail('%s may only be specified once.' % opt_str)
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | Options.cpp | 611 std::string opt_str = "-a"; in HandleOptionCompletion() local 616 opt_str[1] = def.short_option; in HandleOptionCompletion() 617 request.AddCompletion(opt_str, def.usage_text); in HandleOptionCompletion()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | krb5tgs.c | 1513 char opt_str[128]; in tgs_build_reply() local 1593 opt_str, sizeof(opt_str)); in tgs_build_reply() 1594 if(*opt_str) in tgs_build_reply() 1597 cpn, from, spn, opt_str); in tgs_build_reply()
|