Searched refs:opt_flag (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | auth-options.c | 338 if ((r = opt_flag("restrict", 0, &opts)) != -1) { in sshauthopt_parse() 345 } else if ((r = opt_flag("cert-authority", 0, &opts)) != -1) { in sshauthopt_parse() 347 } else if ((r = opt_flag("port-forwarding", 1, &opts)) != -1) { in sshauthopt_parse() 349 } else if ((r = opt_flag("agent-forwarding", 1, &opts)) != -1) { in sshauthopt_parse() 351 } else if ((r = opt_flag("x11-forwarding", 1, &opts)) != -1) { in sshauthopt_parse() 353 } else if ((r = opt_flag("touch-required", 1, &opts)) != -1) { in sshauthopt_parse() 355 } else if ((r = opt_flag("verify-required", 1, &opts)) != -1) { in sshauthopt_parse() 357 } else if ((r = opt_flag("pty", 1, &opts)) != -1) { in sshauthopt_parse() 359 } else if ((r = opt_flag("user-rc", 1, &opts)) != -1) { in sshauthopt_parse()
|
H A D | misc.h | 210 int opt_flag(const char *opt, int allow_negate, const char **optsp);
|
H A D | sshsig.c | 653 if ((r = opt_flag("cert-authority", 0, &opts)) != -1) { in sshsigopt_parse()
|
H A D | misc.c | 2499 opt_flag(const char *opt, int allow_negate, const char **optsp) in opt_flag() function
|