Searched refs:opt_flag (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | auth-options.c | 343 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 D | misc.h | 212 int opt_flag(const char *opt, int allow_negate, const char **optsp);
|
H A D | sshsig.c | 650 if ((r = opt_flag("cert-authority", 0, &opts)) != -1) { in sshsigopt_parse()
|
H A D | ssh_namespace.h | 470 #define opt_flag Fssh_opt_flag macro
|
H A D | misc.c | 2605 opt_flag(const char *opt, int allow_negate, const char **optsp) in opt_flag() function
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | driver.c | 208 flag_test = opt_flag(); in process_shared_options() 212 flag_iter = opt_flag(); in process_shared_options()
|
/freebsd/crypto/openssl/apps/include/ |
H A D | opt.h | 365 char *opt_flag(void);
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | OPTIONS.pod | 7 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 D | opt.c | 993 char *opt_flag(void) in opt_flag() function
|
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 2317 opt_flag()); in opt_str() 2320 CMP_warn1("%s option argument starts with hyphen", opt_flag()); in opt_str()
|
H A D | pkcs12.c | 244 enc_flag = opt_flag() + 1; in pkcs12_main()
|
H A D | cms.c | 697 wrapname = opt_flag() + 1; in cms_main()
|
H A D | s_client.c | 1054 || !sk_OPENSSL_STRING_push(ssl_args, opt_flag()) in s_client_main()
|
H A D | s_server.c | 1294 || !sk_OPENSSL_STRING_push(ssl_args, opt_flag()) in s_server_main()
|