Searched refs:arg_negative_flag (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetarg.h57 arg_negative_flag, enumerator in enum:getargs::__anon6046
H A Dgetarg.c42 #define ISFLAG(X) ((X).type == arg_flag || (X).type == arg_negative_flag)
136 args[i].type == arg_negative_flag ? "no-" : "",
168 args[i].type == arg_negative_flag ? "no-" : "",
269 if(args[i].type == arg_negative_flag) {
316 if (args[i].type == arg_negative_flag)
425 case arg_negative_flag:
489 if(args[k].type == arg_negative_flag) {
590 { "foo", 'f', arg_negative_flag, &foo_flag, "foo", NULL },
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c50 { NULL, 'g', arg_negative_flag, &doglob,
52 { NULL, 'i', arg_negative_flag, &interactive,
54 { NULL, 'l', arg_negative_flag, &lineedit,
56 { NULL, 'n', arg_negative_flag, &autologin,
63 { "gss-bindings", 0, arg_negative_flag, &ftp_do_gss_bindings,
65 { "gss-delegate", 0, arg_negative_flag, &ftp_do_gss_delegate,
70 { NULL, 'K', arg_negative_flag, &use_kerberos,
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dkdestroy.c52 { "unlog", 0, arg_negative_flag, &unlog_flag,
55 { "delete-v4", 0, arg_negative_flag, &dest_tkt_flag,
H A Dkgetcred.c59 { "transit-check", 0, arg_negative_flag, &transit_flag, NULL, NULL },
H A Dkinit.c104 { "forwardable", 0, arg_negative_flag, &forwardable_flag,
146 { "addresses", 'A', arg_negative_flag, &addrs_flag,
184 { "change-default", 0, arg_negative_flag, &switch_cache_flags,
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dconfig.c94 "detach", 'D', arg_negative_flag, &detach_from_console,
118 "name-constraints", 'n', arg_negative_flag, &name_constraints,
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dconfig.c70 "require-preauth", 'p', arg_negative_flag, &require_preauth,
85 "detach", 'D', arg_negative_flag, &detach_from_console,
H A Dhpropd.c50 { "inetd", 'i', arg_negative_flag, &inetd_flag,
/freebsd-11-stable/crypto/heimdal/appl/afsutil/
H A Dafslog.c68 { "v5", 0, arg_negative_flag, &use_krb5, "don't use Kerberos 5" },
/freebsd-11-stable/crypto/heimdal/appl/kf/
H A Dkf.c52 { "forwardable",'G',arg_negative_flag,&forwardable,
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Drsh.c791 { NULL, 'G', arg_negative_flag,&do_forward, "Don't forward credentials" },
802 { NULL, 'z', arg_negative_flag, &do_encrypt,
806 { "input", 'n', arg_negative_flag, &input, "Close stdin" },
810 { "stderr", 'e', arg_negative_flag, &do_errsock, "Don't open stderr"},
H A Drshd.c844 { "keepalive", 'n', arg_negative_flag, &do_keepalive },
845 { "inetd", 'i', arg_negative_flag, &do_inetd,
853 { "rhosts", 'l', arg_negative_flag, &do_rhosts,
860 { NULL, 'P', arg_negative_flag, &do_newpag,
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1_print.c318 { "indent", 0, arg_negative_flag, &indent_flag },
/freebsd-11-stable/crypto/heimdal/appl/su/
H A Dsu.c82 { "kerberos", 'K', arg_negative_flag, &kerberos_flag,
/freebsd-11-stable/crypto/heimdal/appl/test/
H A Dhttp_client.c126 { "mutual", 0, arg_negative_flag, &mutual_flag, "no gssapi mutual auth" },
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c223 { NULL, 'U', arg_negative_flag, &restricted_data_ports, "don't use high data ports" },
228 { "insecure-oob", 'I', arg_negative_flag, &allow_insecure_oob, "don't allow insecure OOB ABOR/STAT" },
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A Dtest_context.c467 {"dns-canonicalize",0,arg_negative_flag, &dns_canon_flag,

Completed in 108 milliseconds