Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dauth-options.c676 #define OPTSTRING(x) \ in sshauthopt_copy() macro
683 OPTSTRING(cert_principals); in sshauthopt_copy()
684 OPTSTRING(force_command); in sshauthopt_copy()
685 OPTSTRING(required_from_host_cert); in sshauthopt_copy()
686 OPTSTRING(required_from_host_keys); in sshauthopt_copy()
687 #undef OPTSTRING in sshauthopt_copy()
/openbsd/src/sbin/tunefs/
Dtunefs.c80 #define OPTSTRING "AFNe:g:h:m:o:" in main() macro
93 while ((ch = getopt(argc, argv, OPTSTRING)) != -1) { in main()