Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/config/
HDconfig.h187 void moveifchanged(const char *, const char *);
HDmkmakefile.c184 moveifchanged(path("Makefile.new"), path("Makefile")); in makefile()
340 moveifchanged(path("hints.c.new"), path("hints.c")); in makehints()
384 moveifchanged(path("env.c.new"), path("env.c")); in makeenv()
HDmain.c582 moveifchanged(path("config.c.new"), path("config.c")); in configfile()
591 moveifchanged(const char *from_name, const char *to_name) in moveifchanged() function