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

12345

/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Dtest_mkey.c7 static int help_flag; variable
12 { "help", 'h', arg_flag, &help_flag },
29 if(help_flag)
H A Dtest_dbinfo.c37 static int help_flag; variable
41 { "help", 'h', arg_flag, &help_flag },
59 if(help_flag)
H A Dtest_hdbkeys.c38 static int help_flag; variable
44 { "help", 'h', arg_flag, &help_flag },
66 if(help_flag)
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dkverify.c36 static int help_flag = 0; variable
41 { "help", 0, arg_flag, &help_flag }
71 if (help_flag)
H A Dgenerate-requests.c98 static int help_flag = 0; variable
102 { "help", 0, arg_flag, &help_flag }
126 if (help_flag)
H A Dkcc.c40 static int help_flag; variable
44 { "help", 0, arg_flag, &help_flag, NULL, NULL }
144 if (help_flag)
H A Dkcminit.c55 int help_flag = 0; variable
60 { "help", 0, arg_flag, &help_flag }
94 if (help_flag)
/macosx-10.9.5/Heimdal-323.92.1/lib/ipc/
H A Dtc.c45 static int help_flag; variable
49 { "help", 'h', arg_flag, &help_flag },
112 if (help_flag)
H A Dts.c43 static int help_flag; variable
47 { "help", 'h', arg_flag, &help_flag },
85 if (help_flag)
H A Dts-http.c43 static int help_flag; variable
47 { "help", 'h', arg_flag, &help_flag },
123 if (help_flag)
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dtest_pw_quality.c40 static int help_flag; variable
48 { "help", 0, arg_flag, &help_flag }
63 if(help_flag)
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dkrbhst-test.c40 static int help_flag = 0; variable
45 {"help", 0, arg_flag, &help_flag,
74 if (help_flag)
H A Dtest_get_addrs.c53 static int help_flag = 0; variable
58 {"help", 0, arg_flag, &help_flag,
85 if (help_flag)
H A Dtest_kuserok.c38 static int help_flag = 0; variable
43 {"help", 0, arg_flag, &help_flag,
71 if (help_flag)
H A Dtest_renew.c39 static int help_flag = 0; variable
44 {"help", 0, arg_flag, &help_flag,
74 if (help_flag)
H A Dtest_sendto.c45 static int help_flag = 0; variable
54 {"help", 0, arg_flag, &help_flag,
81 if (help_flag)
H A Dtest_srv.c43 static int help_flag = 0; variable
48 {"help", 0, arg_flag, &help_flag,
79 if (help_flag)
H A Dtest_forward.c38 static int help_flag = 0; variable
43 {"help", 0, arg_flag, &help_flag,
74 if (help_flag)
H A Dtest_hostname.c39 static int help_flag = 0; variable
100 {"help", 0, arg_flag, &help_flag,
124 if (help_flag)
H A Dtest_pkinit_dh2key.c161 static int help_flag = 0; variable
166 {"help", 0, arg_flag, &help_flag,
193 if (help_flag)
/macosx-10.9.5/Heimdal-323.92.1/appl/otp/
H A Dotpprint.c44 static int help_flag; variable
53 { "help", 0, arg_flag, &help_flag }
107 if(help_flag)
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgetaddrinfo-test.c45 static int help_flag; variable
53 {"help", 0, arg_flag, &help_flag, NULL, NULL}
124 if (help_flag)
H A Dgetifaddrs-test.c46 static int help_flag; variable
51 {"help", 0, arg_flag, &help_flag, NULL, NULL}
111 if (help_flag)
/macosx-10.9.5/Heimdal-323.92.1/admin/
H A Dktutil.c39 static int help_flag; variable
58 &help_flag,
163 if(help_flag)
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkstash.c40 static int help_flag; variable
58 { "help", 'h', arg_flag, &help_flag, NULL, NULL },
76 if(help_flag)

Completed in 143 milliseconds

12345