Home
last modified time | relevance | path

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

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