/freebsd/lib/libc/stdlib/ |
H A D | getopt_long.c | 114 static const char noarg[] = "option `%s%.*s' doesn't allow an argument"; variable 119 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable 268 warnx(noarg, in parse_long_options()
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/exit/ |
H A D | Makefile | 8 err.D_PROTO_LEN.noarg.d \
|
/freebsd/contrib/tcpdump/missing/ |
H A D | getopt_long.c | 108 static const char noarg[] = "option `%s%.*s' doesn't allow an argument"; variable 113 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable 293 warnx(noarg, in parse_long_options()
|
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | getopt_long.c | 102 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable 219 warnx(noarg, (int)current_argv_len, in parse_long_options()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | getopt_long.c | 125 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable 242 warnx(noarg, (int)current_argv_len, in parse_long_options()
|
/freebsd/contrib/file/src/ |
H A D | getopt_long.c | 106 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable 438 warnx(noarg, (int)current_argv_len,
|
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_connection.csv | 1 expected,description, -section,val, -server,val, -proxy,val, -no_proxy,val, -tls_used,noarg, -path,…
|
H A D | test_credentials.csv | 1 …al, -key,val, -keypass,val, -extracerts,val, BLANK, BLANK, -digest,val, -unprotected_requests,noarg
|
H A D | test_enrollment.csv | 1 …t, -reqexts,val, -sans,spec, -san_nodefault,noarg, -popo,int, -implicit_confirm,noarg, -disable_co…
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | GetOptInc.cpp | 161 warnx(noarg, (int)current_argv_len, current_argv); in parse_long_options()
|
/freebsd/contrib/bmake/ |
H A D | main.c | 633 goto noarg; in MainParseArgs() 650 goto noarg; in MainParseArgs() 672 noarg: in MainParseArgs()
|