Searched refs:opt_str (Results 1 – 8 of 8) 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 | 2847 static char *opt_str(void) in opt_str() function 2887 opt_server = opt_str(); in get_opts() 2890 opt_proxy = opt_str(); in get_opts() 2893 opt_no_proxy = opt_str(); in get_opts() 2897 opt_recipient = opt_str(); in get_opts() 2900 opt_path = opt_str(); in get_opts() 2920 opt_tls_cert = opt_str(); in get_opts() 2923 opt_tls_key = opt_str(); in get_opts() 2926 opt_tls_keypass = opt_str(); in get_opts() 2929 opt_tls_extra = opt_str(); in get_opts() [all …]
|
| /freebsd/contrib/llvm-project/libc/src/__support/StringUtil/ |
| H A D | signal_to_string.cpp | 74 auto opt_str = internal::signal_mapper.get_str(sig_num); in get_signal_string() local 75 if (opt_str) in get_signal_string() 76 return *opt_str; in get_signal_string()
|
| H A D | error_to_string.cpp | 74 auto opt_str = internal::ERROR_MAPPER.get_str(err_num); in get_error_string() local 75 if (opt_str) in get_error_string() 76 return *opt_str; in get_error_string()
|
| /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 | 644 std::string opt_str = "-a"; in HandleOptionCompletion() local 649 opt_str[1] = def.short_option; in HandleOptionCompletion() 650 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()
|