Home
last modified time | relevance | path

Searched refs:oldname (Results 1 – 1 of 1) sorted by relevance

/scripts/kconfig/
Dconfdata.c900 char tmpname[PATH_MAX + 1], oldname[PATH_MAX + 1]; in conf_write() local
997 snprintf(oldname, sizeof(oldname), "%s.old", name); in conf_write()
998 rename(name, oldname); in conf_write()