Home
last modified time | relevance | path

Searched refs:opt_str (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dcmp.c2311 static char *opt_str(void) in opt_str() function
2354 opt_proxy = opt_str(); in get_opts()
2364 opt_path = opt_str(); in get_opts()
2404 opt_ref = opt_str(); in get_opts()
2410 opt_cert = opt_str(); in get_opts()
2416 opt_key = opt_str(); in get_opts()
2425 opt_mac = opt_str(); in get_opts()
2464 opt_cmd_s = opt_str(); in get_opts()
2492 opt_sans = opt_str(); in get_opts()
2515 opt_csr = opt_str(); in get_opts()
[all …]
/freebsd/contrib/bmake/mk/
H A Dnewlog.sh197 opt_str=dNn:o:g:G:C:M:m:eE:f:RS
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in1044 def kmemleak_cb(option, opt_str, value, parser): argument
1052 def options_cb(option, opt_str, value, parser): argument
1055 if opt_str in parser.rargs:
1056 fail('%s may only be specified once.' % opt_str)
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp611 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 Dkrb5tgs.c1513 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()