Lines Matching defs:file
115 "Could not open debug file descriptor [%d]. "
116 "Debug messages will not be written to the file "
201 errno_t journal_send(const char *file,
222 res = asprintf(&code_file, "CODE_FILE=%s", file);
263 void sss_vdebug_fn(const char *file,
289 ret = journal_send(file, line, function, level, format, ap);
329 void sss_debug_fn(const char *file,
338 sss_vdebug_fn(file, line, function, level, 0, format, ap);
435 sss_log(SSS_LOG_EMERG, "Could not open file [%s]. Error: [%d][%s]\n",
491 * current file, so all debug messages will be disappearing.
494 * leak and then proceed with opening the new file.
496 sss_log(SSS_LOG_ALERT, "Could not close debug file [%s]. [%d][%s]\n",
498 sss_log(SSS_LOG_ALERT, "Attempting to open new file anyway. "