Searched refs:opt_flag (Results 1 – 14 of 14) sorted by relevance
| /src/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 | 655 if ((r = opt_flag("cert-authority", 0, &opts)) != -1) { in sshsigopt_parse()
|
| H A D | ssh_namespace.h | 463 #define opt_flag Fssh_opt_flag macro
|
| H A D | misc.c | 2608 opt_flag(const char *opt, int allow_negate, const char **optsp) in opt_flag() function
|
| /src/crypto/openssl/test/testutil/ |
| H A D | driver.c | 206 flag_test = opt_flag(); in process_shared_options() 210 flag_iter = opt_flag(); in process_shared_options()
|
| /src/crypto/openssl/apps/include/ |
| H A D | opt.h | 413 char *opt_flag(void);
|
| /src/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
|
| /src/crypto/openssl/apps/lib/ |
| H A D | opt.c | 1043 char *opt_flag(void) in opt_flag() function
|
| /src/crypto/openssl/apps/ |
| H A D | pkcs12.c | 299 enc_name = opt_flag() + 1; in pkcs12_main()
|
| H A D | cms.c | 774 wrapname = opt_flag() + 1; in cms_main()
|
| H A D | cmp.c | 2850 opt_flag()); in opt_str() 2853 CMP_warn1("%s option argument starts with hyphen", opt_flag()); in opt_str()
|
| H A D | s_server.c | 1442 || !sk_OPENSSL_STRING_push(ssl_args, opt_flag()) in s_server_main()
|
| H A D | s_client.c | 1213 || !sk_OPENSSL_STRING_push(ssl_args, opt_flag()) in s_client_main()
|