HomeSort by: relevance | last modified time | path
    Searched defs:help_flag (Results 1 - 25 of 85) sorted by relevancy

1 2 3 4

  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
test_mkey.c 9 static int help_flag; variable
14 { "help", 'h', arg_flag, &help_flag, NULL, NULL },
31 if(help_flag)
test_dbinfo.c 39 static int help_flag; variable
43 { "help", 'h', arg_flag, &help_flag, NULL, NULL },
61 if(help_flag)
test_hdbkeys.c 40 static int help_flag; variable
46 { "help", 'h', arg_flag, &help_flag, NULL, NULL },
68 if(help_flag)
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
test_expand_toks.c 40 static int help_flag = 0; variable
43 {"help", 0, arg_flag, &help_flag,
70 if (help_flag)
test_kuserok.c 40 static int help_flag = 0; variable
45 {"help", 0, arg_flag, &help_flag,
73 if (help_flag)
krbhst-test.c 42 static int help_flag = 0; variable
47 {"help", 0, arg_flag, &help_flag,
76 if (help_flag)
test_forward.c 40 static int help_flag = 0; variable
45 {"help", 0, arg_flag, &help_flag,
76 if (help_flag)
test_get_addrs.c 55 static int help_flag = 0; variable
60 {"help", 0, arg_flag, &help_flag,
87 if (help_flag)
test_pkinit_dh2key.c 163 static int help_flag = 0; variable
168 {"help", 0, arg_flag, &help_flag,
195 if (help_flag)
test_renew.c 41 static int help_flag = 0; variable
46 {"help", 0, arg_flag, &help_flag,
76 if (help_flag)
test_alname.c 45 static int help_flag = 0; variable
56 {"help", 0, arg_flag, &help_flag,
125 if (help_flag)
test_crypto_wrapping.c 101 static int help_flag = 0; variable
106 {"help", 0, arg_flag, &help_flag,
146 if (help_flag)
test_gic.c 90 static int help_flag = 0; variable
101 {"help", 0, arg_flag, &help_flag,
126 if (help_flag)
  /src/crypto/external/bsd/heimdal/dist/tests/bin/
intr.c 9 static int help_flag; variable
13 { "help", 'h', arg_flag, &help_flag, NULL, NULL },
47 if (help_flag)
  /src/crypto/external/bsd/heimdal/dist/kuser/
heimtools.c 42 static int help_flag; variable
46 { "help", 0, arg_flag, &help_flag, NULL, NULL }
137 if (help_flag)
kverify.c 38 static int help_flag = 0; variable
43 { "help", 0, arg_flag, &help_flag, NULL, NULL }
73 if (help_flag)
kdecode_ticket.c 40 static int help_flag; variable
85 { "help", 0, arg_flag, &help_flag, NULL, NULL }
116 if (help_flag)
kdestroy.c 40 static int help_flag; variable
60 { "help", 'h', arg_flag, &help_flag, NULL, NULL}
86 if (help_flag)
  /src/crypto/external/bsd/heimdal/dist/lib/ipc/
tc.c 47 static int help_flag; variable
51 { "help", 'h', arg_flag, &help_flag, NULL, NULL },
114 if (help_flag)
ts-http.c 45 static int help_flag; variable
49 { "help", 'h', arg_flag, &help_flag, NULL, NULL },
125 if (help_flag)
ts.c 45 static int help_flag; variable
49 { "help", 'h', arg_flag, &help_flag, NULL, NULL },
87 if (help_flag)
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
test_pw_quality.c 46 static int help_flag; variable
54 { "help", 0, arg_flag, &help_flag, NULL, NULL }
69 if(help_flag)
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getifaddrs-test.c 48 static int help_flag; variable
53 {"help", 0, arg_flag, &help_flag, NULL, NULL}
113 if (help_flag)
  /src/crypto/external/bsd/heimdal/dist/admin/
ktutil.c 41 static int help_flag; variable
60 &help_flag,
165 if(help_flag)
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
test_rand.c 52 static int help_flag; variable
66 { "help", 0, arg_flag, &help_flag,
100 if (help_flag)

Completed in 40 milliseconds

1 2 3 4