Searched refs:moveifchanged (Results 1 – 3 of 3) sorted by relevance
187 void moveifchanged(const char *, const char *);
184 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()
582 moveifchanged(path("config.c.new"), path("config.c")); in configfile()591 moveifchanged(const char *from_name, const char *to_name) in moveifchanged() function