Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dauth-options.c677 #define OPTSTRING(x) \ in sshauthopt_copy() macro
684 OPTSTRING(cert_principals); in sshauthopt_copy()
685 OPTSTRING(force_command); in sshauthopt_copy()
686 OPTSTRING(required_from_host_cert); in sshauthopt_copy()
687 OPTSTRING(required_from_host_keys); in sshauthopt_copy()
688 #undef OPTSTRING in sshauthopt_copy()
/freebsd-12-stable/contrib/file/src/
Dfile.c89 #define OPTSTRING "bcCde:Ef:F:hiklLm:nNpP:rsSvzZ0" macro
225 while ((c = getopt_long(argc, argv, OPTSTRING, long_options, in main()