Searched refs:config_file (Results 1 – 1 of 1) sorted by relevance
331 static const char config_file[] ALIGN1 = "/etc/busybox.conf"; in parse_config_file() local345 if ((stat(config_file, &st) != 0) /* No config file? */ in parse_config_file()349 || !(f = fopen_for_read(config_file)) /* Cannot open? */ in parse_config_file()521 bb_error_msg("parse error in %s, line %u: %s", config_file, lc, errmsg); in parse_config_file()