Home
last modified time | relevance | path

Searched refs:opt_flag (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth-options.c343 if ((r = opt_flag("restrict", 0, &opts)) != -1) { in sshauthopt_parse()
350 } else if ((r = opt_flag("cert-authority", 0, &opts)) != -1) { in sshauthopt_parse()
352 } else if ((r = opt_flag("port-forwarding", 1, &opts)) != -1) { in sshauthopt_parse()
354 } else if ((r = opt_flag("agent-forwarding", 1, &opts)) != -1) { in sshauthopt_parse()
356 } else if ((r = opt_flag("x11-forwarding", 1, &opts)) != -1) { in sshauthopt_parse()
358 } else if ((r = opt_flag("touch-required", 1, &opts)) != -1) { in sshauthopt_parse()
360 } else if ((r = opt_flag("verify-required", 1, &opts)) != -1) { in sshauthopt_parse()
362 } else if ((r = opt_flag("pty", 1, &opts)) != -1) { in sshauthopt_parse()
364 } else if ((r = opt_flag("user-rc", 1, &opts)) != -1) { in sshauthopt_parse()
H A Dmisc.h212 int opt_flag(const char *opt, int allow_negate, const char **optsp);
H A Dsshsig.c650 if ((r = opt_flag("cert-authority", 0, &opts)) != -1) { in sshsigopt_parse()
H A Dssh_namespace.h470 #define opt_flag Fssh_opt_flag macro
H A Dmisc.c2605 opt_flag(const char *opt, int allow_negate, const char **optsp) in opt_flag() function
/freebsd/crypto/openssl/test/testutil/
H A Ddriver.c208 flag_test = opt_flag(); in process_shared_options()
212 flag_iter = opt_flag(); in process_shared_options()
/freebsd/crypto/openssl/apps/include/
H A Dopt.h365 char *opt_flag(void);
/freebsd/crypto/openssl/doc/internal/man3/
H A DOPTIONS.pod7 opt_begin, opt_next, opt_flag, opt_arg, opt_unknown, opt_cipher,
33 char *opt_flag(void);
242 The opt_flag() function returns the most recent option name
/freebsd/crypto/openssl/apps/lib/
H A Dopt.c993 char *opt_flag(void) in opt_flag() function
/freebsd/crypto/openssl/apps/
H A Dcmp.c2317 opt_flag()); in opt_str()
2320 CMP_warn1("%s option argument starts with hyphen", opt_flag()); in opt_str()
H A Dpkcs12.c244 enc_flag = opt_flag() + 1; in pkcs12_main()
H A Dcms.c697 wrapname = opt_flag() + 1; in cms_main()
H A Ds_client.c1054 || !sk_OPENSSL_STRING_push(ssl_args, opt_flag()) in s_client_main()
H A Ds_server.c1294 || !sk_OPENSSL_STRING_push(ssl_args, opt_flag()) in s_server_main()