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

/sssd/src/monitor/
H A Dmonitor.c2484 int opt_genconf = 0; local
2508 {"genconf", 'g', POPT_ARG_NONE, &opt_genconf, 0, \
2550 if (opt_genconf && (opt_daemon || opt_interactive)) {
2556 if (!opt_daemon && !opt_interactive && !opt_genconf) {
2580 if (opt_genconf) {
2703 if (opt_genconf) return 0;

Completed in 19 milliseconds