Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
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 Dnamespace.h63 #define opt_flag ssh_opt_flag macro
H A Dmisc.h214 int opt_flag(const char *opt, int allow_negate, const char **optsp);
H A Dsshsig.c652 if ((r = opt_flag("cert-authority", 0, &opts)) != -1) { in sshsigopt_parse()
H A Dmisc.c2507 opt_flag(const char *opt, int allow_negate, const char **optsp) in opt_flag() function
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/
H A Ddriver.c209 flag_test = opt_flag(); in process_shared_options()
213 flag_iter = opt_flag(); in process_shared_options()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Dopt.h365 char *opt_flag(void);
/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.h406 char *opt_flag(void);
H A Dopt.c764 char *opt_flag(void) in opt_flag() function
H A Ds_client.c1144 || !sk_OPENSSL_STRING_push(ssl_args, opt_flag()) in s_client_main()
H A Ds_server.c1285 || !sk_OPENSSL_STRING_push(ssl_args, opt_flag()) in s_server_main()
/netbsd-src/crypto/external/bsd/openssl/dist/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 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dopts.cc2357 int *opt_flag, const char **opt_str) in check_alignment_argument() argument
2364 *opt_flag = 1; in check_alignment_argument()