Home
last modified time | relevance | path

Searched refs:OPTSTRING (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth-options.c679 #define OPTSTRING(x) \ in sshauthopt_copy() macro
686 OPTSTRING(cert_principals); in sshauthopt_copy()
687 OPTSTRING(force_command); in sshauthopt_copy()
688 OPTSTRING(required_from_host_cert); in sshauthopt_copy()
689 OPTSTRING(required_from_host_keys); in sshauthopt_copy()
690 #undef OPTSTRING in sshauthopt_copy()
/freebsd/usr.sbin/sysconf/
H A Dsysconf_priv.h43 #define OPTSTRING "AacdDEeFf:hij:k:lLnNqR:svVx" macro
H A Dsysconf.c63 * argument of one (per OPTSTRING; an unknown option letter is assumed to
87 o = strchr(OPTSTRING, *p); in find_target()
146 while ((ch = getopt(argc, argv, OPTSTRING)) != -1) { in parse_options()
/freebsd/contrib/file/src/
H A Dfile.c89 #define OPTSTRING "bcCde:Ef:F:hiklLm:nNpP:rsSvzZ0" macro
230 while ((c = getopt_long(argc, argv, OPTSTRING, long_options, in main()