Lines Matching refs:default_conf
66 static char default_conf[] = "/etc/power.conf";
67 static char *power_conf = default_conf;
331 static char *args[] = { "/usr/bin/cp", default_conf, orig_conf, NULL };
401 ? power_conf : default_conf, filter, B_FALSE);
426 * and rename to default_conf with the original attributes;
468 parse_conf_file(default_conf, search, B_FALSE);
472 if (stat(name = default_conf, &stbuf) == -1)
478 else if (rename(tmp_conf, default_conf) == -1)
482 tmp_conf, default_conf);
547 if (stat(default_conf, &def_info) == -1)
548 mesg(MEXIT, "cannot stat %s, %s\n", default_conf,