Searched defs:opt_genconf (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/monitor/
H A Dmonitor.c2431 int opt_genconf = 0; local
2457 {"genconf", 'g', POPT_ARG_NONE, &opt_genconf, 0, \
2499 if (opt_genconf && (opt_daemon || opt_interactive)) {
2505 if (!opt_daemon && !opt_interactive && !opt_genconf) {
2529 if (opt_genconf) {
2655 if (opt_genconf) return 0;

Completed in 43 milliseconds