Searched refs:OPTSTRING (Results 1 – 4 of 4) sorted by relevance
679 #define OPTSTRING(x) \ in sshauthopt_copy() macro686 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()
43 #define OPTSTRING "AacdDEeFf:hij:k:lLnNqR:svVx" macro
63 * argument of one (per OPTSTRING; an unknown option letter is assumed to87 o = strchr(OPTSTRING, *p); in find_target() 146 while ((ch = getopt(argc, argv, OPTSTRING)) != -1) { in parse_options()
89 #define OPTSTRING "bcCde:Ef:F:hiklLm:nNpP:rsSvzZ0" macro230 while ((c = getopt_long(argc, argv, OPTSTRING, long_options, in main()