Searched defs:verbose (Results 1 - 4 of 4) sorted by relevance
/sssd-io/src/tests/ |
H A D | stress-tests.c | 46 int verbose; variable 67 if (ret != 0 && verbose) { 93 if (ret != 0 && verbose) { 127 if (verbose) { 229 { "verbose", 'v', POPT_ARG_NONE, 0, 'v', 230 "Be verbose", NULL }, 253 verbose = pc_verbosity; 258 if (verbose) { 267 if (verbose) { 314 if (verbose) { [all...] |
H A D | tcurl_test_tool.c | 30 bool verbose; member in struct:tool_ctx 38 int verbose; member in struct:tool_options 78 } else if (tool_ctx->verbose) { 324 { "verbose", 'v', POPT_ARG_NONE, &opts.verbose, '\0', "Print response code and body", NULL }, 357 tool_ctx->verbose = opts.verbose;
|
/sssd-io/src/tools/sssctl/ |
H A D | sssctl_domains.c | 68 int verbose = 0; local 75 {"verbose", 'v', POPT_ARG_NONE, &verbose, 0, _("Show domain list including primary or trusted domain type"), NULL }, 101 if (verbose) {
|
/sssd-io/src/providers/krb5/ |
H A D | krb5_common.h | 107 int verbose; member in struct:krb5_ctx
|
Completed in 32 milliseconds