Searched refs:help_flag (Results 1 - 25 of 75) sorted by relevance

123

/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dkverify.c38 static int help_flag = 0; variable
43 { "help", 0, arg_flag, &help_flag }
73 if (help_flag)
H A Dkdestroy.c39 static int help_flag; variable
53 { "help", 'h', arg_flag, &help_flag, NULL, NULL}
79 if (help_flag)
H A Dgenerate-requests.c114 static int help_flag = 0; variable
118 { "help", 0, arg_flag, &help_flag }
142 if (help_flag)
H A Dkdecode_ticket.c40 static int help_flag; variable
84 { "help", 0, arg_flag, &help_flag }
115 if (help_flag)
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dtest_dbinfo.c39 static int help_flag; variable
43 { "help", 'h', arg_flag, &help_flag },
61 if(help_flag)
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dtest_pw_quality.c40 static int help_flag; variable
48 { "help", 0, arg_flag, &help_flag }
63 if(help_flag)
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dkrbhst-test.c42 static int help_flag = 0; variable
47 {"help", 0, arg_flag, &help_flag,
76 if (help_flag)
H A Dtest_get_addrs.c55 static int help_flag = 0; variable
60 {"help", 0, arg_flag, &help_flag,
87 if (help_flag)
H A Dtest_kuserok.c40 static int help_flag = 0; variable
45 {"help", 0, arg_flag, &help_flag,
73 if (help_flag)
H A Dtest_renew.c42 static int help_flag = 0; variable
47 {"help", 0, arg_flag, &help_flag,
77 if (help_flag)
H A Dtest_forward.c40 static int help_flag = 0; variable
45 {"help", 0, arg_flag, &help_flag,
76 if (help_flag)
H A Dtest_hostname.c41 static int help_flag = 0; variable
102 {"help", 0, arg_flag, &help_flag,
126 if (help_flag)
H A Dtest_pkinit_dh2key.c163 static int help_flag = 0; variable
168 {"help", 0, arg_flag, &help_flag,
195 if (help_flag)
H A Dtest_alname.c80 static int help_flag = 0; variable
85 {"help", 0, arg_flag, &help_flag,
113 if (help_flag)
H A Dtest_crypto_wrapping.c101 static int help_flag = 0; variable
106 {"help", 0, arg_flag, &help_flag,
142 if (help_flag)
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dmain.c68 int help_flag; variable
75 { "help", 0, arg_flag, &help_flag }
99 if(help_flag)
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetaddrinfo-test.c47 static int help_flag; variable
54 {"help", 0, arg_flag, &help_flag, NULL, NULL}
121 if (help_flag)
H A Dresolve-test.c50 static int help_flag = 0; variable
55 {"help", 0, arg_flag, &help_flag,
81 if (help_flag)
/freebsd-9.3-release/crypto/heimdal/admin/
H A Dktutil.c39 static int help_flag; variable
58 &help_flag,
160 if(help_flag)
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dkstash.c42 static int help_flag; variable
58 { "help", 'h', arg_flag, &help_flag },
76 if(help_flag)
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/
H A Dgss.c50 static int help_flag = 0; variable
54 {"help", 0, arg_flag, &help_flag, NULL, NULL }
188 if (help_flag)
/freebsd-9.3-release/contrib/com_err/
H A Dcompile_et.c182 int help_flag; variable
184 { "help", 0, arg_flag, &help_flag }
204 if(help_flag)
/freebsd-9.3-release/crypto/heimdal/appl/afsutil/
H A Dpagsh.c71 static int help_flag; variable
84 { "help", 'h', arg_flag, &help_flag },
115 if(help_flag)
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Dcommon.c38 static int help_flag; variable
53 { "help", 'h', arg_flag, &help_flag },
81 if(help_flag)
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dadd-random-users.c140 static int help_flag = 0; variable
144 { "help", 0, arg_flag, &help_flag }
167 if (help_flag)

Completed in 174 milliseconds

123