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

/sssd/src/tools/
H A Dsss_debuglevel.c65 const char *pc_config_file = NULL; local
71 {"config", 'c', POPT_ARG_STRING, &pc_config_file,
108 if (pc_config_file) {
109 config_file = talloc_strdup(ctx, pc_config_file);
122 /* free pc_config_file? */

Completed in 8 milliseconds