Searched refs:rename (Results 201 - 225 of 298) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp52 static void rename(GlobalValue *GV) { GV->setName(GV->getName() + ".old"); } function
65 rename(F);
81 rename(F);
94 rename(F);
104 rename(F);
114 rename(F);
502 rename(F);
609 rename(F);
749 rename(F);
1038 rename(
[all...]
/freebsd-current/usr.sbin/lpr/common_source/
H A Dctlinfo.c407 * which need correcting), rename that `rf*' file to `cf*', and then remove
693 cfname2[0] = 'c'; /* rename new file to 'cfA*' */
723 rename(tfname, cfname2);
726 rename(tfname2, cfname2);
/freebsd-current/lib/libutil/
H A Dquotafile.c544 if (rename(qf->qfname, newqf->qfname) < 0) {
601 (void) rename(newqf->qfname, qf->qfname);
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_ctldir.c502 .rename = zpl_snapdir_rename2,
504 .rename = zpl_snapdir_rename,
H A Dzpl_inode.c838 .rename = zpl_rename2,
840 .rename = zpl_rename2,
842 .rename = zpl_rename,
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c624 if (rename(tmpname, destfile) != 0) {
625 terminate("Couldn't rename temp file %s to %s", tmpname,
1014 if (rename(tmpname, outfile) != 0)
1015 terminate("Couldn't rename output temp file %s", tmpname);
/freebsd-current/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h277 inline _LIBCPP_HIDE_FROM_ABI void rename(const path& __from, const path& __to) { return __rename(__from, __to); } function
278 inline _LIBCPP_HIDE_FROM_ABI void rename(const path& __from, const path& __to, error_code& __ec) noexcept {
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h275 inline int rename(const wchar_t* from, const wchar_t* to) { function in namespace:detail
480 using ::rename;
/freebsd-current/crypto/heimdal/lib/hdb/
H A Ddb.c164 ret = rename(old, new);
H A Ddb3.c161 ret = rename(old, new);
/freebsd-current/tools/test/stress2/misc/
H A Dbench.sh193 if (rename(file, new) == -1)
194 err(1, "rename(%s, %s)", file, new);
H A Dsendfile14.sh239 if (rename(ofile, nfile) != 0)
240 err(1, "rename(%s, %s)", ofile, nfile);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp201 llvm::sys::fs::rename(tmp_file_path, module_file_path.GetPath());
203 return Status("Failed to rename file %s to %s: %s", tmp_file_path.c_str(),
/freebsd-current/tools/test/stress2/tools/
H A Dbench.c174 if (rename(file, new) == -1)
175 err(1, "rename(%s, %s)", file, new);
/freebsd-current/contrib/lua/src/
H A Dloslib.c165 return luaL_fileresult(L, rename(fromname, toname) == 0, NULL);
413 {"rename", os_rename},
/freebsd-current/usr.sbin/bluetooth/hcsecd/
H A Dparser.y388 if (rename(tmp, HCSECD_KEYSFILE) < 0) {
389 syslog(LOG_ERR, "Could not rename(%s, %s). %s (%d)\n",
/freebsd-current/sbin/restore/
H A Dutilities.c119 if (!Nflag && rename(from, to) < 0) {
120 fprintf(stderr, "warning: cannot rename %s to %s: %s\n",
124 vprintf(stdout, "rename %s to %s\n", from, to);
/freebsd-current/bin/mv/
H A Dmv.c213 if (!rename(from, to)) {
239 warnx("cannot rename a mount point");
244 warn("rename %s to %s", from, to);
249 * If rename fails because we're trying to cross devices, and
/freebsd-current/sbin/reboot/
H A Dreboot.c168 if (rename(tmp, fn) != 0) {
175 E("Can't rename %s to %s", tmp, fn);
/freebsd-current/tests/sys/fs/fusefs/
H A Dmockfs.cc317 src, in.body.rename.newdir, dst);
601 EXPECT_GE(inlen, fih + sizeof(in.body.rename)) <<
603 EXPECT_GT(inlen, fih + sizeof(in.body.rename)) <<
/freebsd-current/crypto/heimdal/admin/
H A DMakefile.in104 rename.$(OBJEXT)
411 rename.c
524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rename.Po@am__quote@
/freebsd-current/usr.bin/xinstall/
H A Dxinstall.c585 ret = rename(tmpl, to_name);
587 * If rename has posix semantics, then the temporary
633 if (rename(tmpl, to_name) == -1) {
636 err(EX_OSERR, "%s: rename", to_name);
980 if (rename(tempfile, to_name) < 0) {
984 err(EX_OSERR, "rename: %s to %s",
988 /* Re-open to_fd so we aren't hosed by the rename(2). */
/freebsd-current/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py213 rename=_("""Must also have the 'mount' and 'create'
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_filegen.c236 if (rename(filename, savename) != 0)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp234 rename(OldPath.c_str(), NewPath.c_str());

Completed in 334 milliseconds

1234567891011>>