Searched refs:filep (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/util/
H A Ddebug.c408 int open_debug_file_ex(const char *filename, FILE **filep, bool want_cloexec) argument
429 if (debug_file && !filep) fclose(debug_file);
454 if (filep == NULL) {
457 *filep = f;
H A Dutil.h151 int open_debug_file_ex(const char *filename, FILE **filep, bool want_cloexec);

Completed in 8 milliseconds