Searched refs:opt_str (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/bmake/mk/ |
| H A D | setopts.sh | 64 case "$opt_str" in 66 …eval `echo $opt_str | sed -e 's/[^^]*$//' -e 's/[^^]*\([^^]^\)/\1/g' -e 's/\(.\)^/opt_\1=${opt_\1-… 69 case "$opt_str" in 71 _opt_str=`echo $opt_str | sed -e 's/[=,.]/:/g' -e 's/\^//g'`;; 72 *) _opt_str=$opt_str;; 83 case "$opt_str" in
|
| H A D | newlog.sh | 211 opt_str=dNn:o:g:G:C:M:m:eE:f:RS
|
| /freebsd/crypto/openssl/apps/ |
| H A D | cmp.c | 2844 static char *opt_str(void) in opt_str() function 2884 opt_server = opt_str(); in get_opts() 2887 opt_proxy = opt_str(); in get_opts() 2890 opt_no_proxy = opt_str(); in get_opts() 2894 opt_recipient = opt_str(); in get_opts() 2897 opt_path = opt_str(); in get_opts() 2917 opt_tls_cert = opt_str(); in get_opts() 2920 opt_tls_key = opt_str(); in get_opts() 2923 opt_tls_keypass = opt_str(); in get_opts() 2926 opt_tls_extra = opt_str(); in get_opts() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 1147 def kmemleak_cb(option, opt_str, value, parser): argument 1155 def options_cb(option, opt_str, value, parser): argument 1158 if opt_str in parser.rargs: 1159 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()
|