Searched defs:config_file (Results 1 - 2 of 2) sorted by relevance
/systemd/src/udev/scsi_id/ |
H A D | scsi_id.c | 57 static char config_file[MAX_PATH_LEN] = "/etc/scsi_id.config"; variable 175 f = fopen(config_file, "re"); 180 log_error_errno(errno, "can't open %s: %m", config_file); 351 strscpy(config_file, MAX_PATH_LEN, optarg);
|
/systemd/src/basic/ |
H A D | log.c | 1120 const char *config_file, 1155 "CONFIG_FILE=%s", config_file, 1157 LOG_MESSAGE("[%s:%u] %s", config_file, config_line, buffer), 1164 "CONFIG_FILE=%s", config_file, 1166 LOG_MESSAGE("[%s:%u] %s", config_file, config_line, buffer), 1117 log_syntax_internal( const char *unit, int level, const char *config_file, unsigned config_line, int error, const char *file, int line, const char *func, const char *format, ...) argument
|
Completed in 268 milliseconds