Symbol: arg_negative_flag
crypto/heimdal/appl/afsutil/afslog.c
68
{ "v5", 0, arg_negative_flag, &use_krb5, "don't use Kerberos 5" },
crypto/heimdal/appl/ftp/ftp/main.c
50
{ NULL, 'g', arg_negative_flag, &doglob,
crypto/heimdal/appl/ftp/ftp/main.c
52
{ NULL, 'i', arg_negative_flag, &interactive,
crypto/heimdal/appl/ftp/ftp/main.c
54
{ NULL, 'l', arg_negative_flag, &lineedit,
crypto/heimdal/appl/ftp/ftp/main.c
56
{ NULL, 'n', arg_negative_flag, &autologin,
crypto/heimdal/appl/ftp/ftp/main.c
63
{ "gss-bindings", 0, arg_negative_flag, &ftp_do_gss_bindings,
crypto/heimdal/appl/ftp/ftp/main.c
65
{ "gss-delegate", 0, arg_negative_flag, &ftp_do_gss_delegate,
crypto/heimdal/appl/ftp/ftp/main.c
70
{ NULL, 'K', arg_negative_flag, &use_kerberos,
crypto/heimdal/appl/ftp/ftpd/ftpd.c
223
{ NULL, 'U', arg_negative_flag, &restricted_data_ports, "don't use high data ports" },
crypto/heimdal/appl/ftp/ftpd/ftpd.c
228
{ "insecure-oob", 'I', arg_negative_flag, &allow_insecure_oob, "don't allow insecure OOB ABOR/STAT" },
crypto/heimdal/appl/kf/kf.c
52
{ "forwardable",'G',arg_negative_flag,&forwardable,
crypto/heimdal/appl/rsh/rsh.c
791
{ NULL, 'G', arg_negative_flag,&do_forward, "Don't forward credentials" },
crypto/heimdal/appl/rsh/rsh.c
802
{ NULL, 'z', arg_negative_flag, &do_encrypt,
crypto/heimdal/appl/rsh/rsh.c
806
{ "input", 'n', arg_negative_flag, &input, "Close stdin" },
crypto/heimdal/appl/rsh/rsh.c
810
{ "stderr", 'e', arg_negative_flag, &do_errsock, "Don't open stderr"},
crypto/heimdal/appl/rsh/rshd.c
844
{ "keepalive", 'n', arg_negative_flag, &do_keepalive },
crypto/heimdal/appl/rsh/rshd.c
845
{ "inetd", 'i', arg_negative_flag, &do_inetd,
crypto/heimdal/appl/rsh/rshd.c
853
{ "rhosts", 'l', arg_negative_flag, &do_rhosts,
crypto/heimdal/appl/rsh/rshd.c
860
{ NULL, 'P', arg_negative_flag, &do_newpag,
crypto/heimdal/appl/su/su.c
82
{ "kerberos", 'K', arg_negative_flag, &kerberos_flag,
crypto/heimdal/appl/test/http_client.c
126
{ "mutual", 0, arg_negative_flag, &mutual_flag, "no gssapi mutual auth" },
crypto/heimdal/kcm/config.c
118
"name-constraints", 'n', arg_negative_flag, &name_constraints,
crypto/heimdal/kcm/config.c
94
"detach", 'D', arg_negative_flag, &detach_from_console,
crypto/heimdal/kdc/config.c
70
"require-preauth", 'p', arg_negative_flag, &require_preauth,
crypto/heimdal/kdc/config.c
85
"detach", 'D', arg_negative_flag, &detach_from_console,
crypto/heimdal/kdc/hpropd.c
50
{ "inetd", 'i', arg_negative_flag, &inetd_flag,
crypto/heimdal/kuser/kdestroy.c
52
{ "unlog", 0, arg_negative_flag, &unlog_flag,
crypto/heimdal/kuser/kdestroy.c
55
{ "delete-v4", 0, arg_negative_flag, &dest_tkt_flag,
crypto/heimdal/kuser/kgetcred.c
59
{ "transit-check", 0, arg_negative_flag, &transit_flag, NULL, NULL },
crypto/heimdal/kuser/kinit.c
104
{ "forwardable", 0, arg_negative_flag, &forwardable_flag,
crypto/heimdal/kuser/kinit.c
146
{ "addresses", 'A', arg_negative_flag, &addrs_flag,
crypto/heimdal/kuser/kinit.c
184
{ "change-default", 0, arg_negative_flag, &switch_cache_flags,
crypto/heimdal/lib/asn1/asn1_print.c
318
{ "indent", 0, arg_negative_flag, &indent_flag },
crypto/heimdal/lib/gssapi/test_context.c
467
{"dns-canonicalize",0,arg_negative_flag, &dns_canon_flag,
crypto/heimdal/lib/roken/getarg.c
136
args[i].type == arg_negative_flag ? "no-" : "",
crypto/heimdal/lib/roken/getarg.c
168
args[i].type == arg_negative_flag ? "no-" : "",
crypto/heimdal/lib/roken/getarg.c
269
if(args[i].type == arg_negative_flag) {
crypto/heimdal/lib/roken/getarg.c
316
if (args[i].type == arg_negative_flag)
crypto/heimdal/lib/roken/getarg.c
42
#define ISFLAG(X) ((X).type == arg_flag || (X).type == arg_negative_flag)
crypto/heimdal/lib/roken/getarg.c
425
case arg_negative_flag:
crypto/heimdal/lib/roken/getarg.c
489
if(args[k].type == arg_negative_flag) {
crypto/heimdal/lib/roken/getarg.c
590
{ "foo", 'f', arg_negative_flag, &foo_flag, "foo", NULL },