Lines Matching refs:file
2 This file is part of systemd.
145 _cleanup_fclose_ FILE *file = NULL;
151 file = fopen(filename, "re");
152 if (!file) {
159 if (null_or_empty_fd(fileno(file))) {
160 log_debug("Skipping empty file: %s", filename);
172 r = config_parse(NULL, filename, file,
179 log_debug("Parsed configuration file %s", filename);
273 log_warning("Config file %s applies to device based on potentially unpredictable interface name '%s'",
279 log_warning("Config file %s matches device based on renamed interface name '%s', ignoring",
286 log_debug("Config file %s applies to device %s",