Searched refs:rename (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h139 int rename(const char *, const char *);
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dcompile240 arguments, and rename the output as expected.
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dfile.c326 r = rename(oldname, newname);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dfile.c22 #undef rename macro
142 * rename is done. If all goes well then the backup can be deleted,
177 /* Now rename the file to the new name
184 * Try to rename the backup back to the original name
/bind-9.6-ESV-R11/lib/dns/
H A Djournal.c2184 * Close both journals before trying to rename files (this is
2195 * With MSDOS / NTFS we need to do a two stage rename, triggered
2201 if (rename(newname, filename) == -1) {
2207 if (rename(filename, backup) == -1)
2209 if (rename(newname, filename) == -1)
/bind-9.6-ESV-R11/contrib/zkt/
H A Ddki.c552 ** rename files associated with key, so that the keys are not
583 rename (path, newpath);

Completed in 21 milliseconds