Searched refs:renameat (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/lib/libc/hidden/
H A Dstdio.h97 PROTO_NORMAL(renameat); variable
/openbsd-current/usr.bin/rsync/
H A Duploader.c256 if (renameat(p->rootfd, temp, p->rootfd, f->path) == -1) {
257 ERR("%s: renameat %s", temp, f->path);
345 if (renameat(p->rootfd, temp, p->rootfd, f->path) == -1) {
346 ERR("%s: renameat %s", temp, f->path);
422 if (renameat(p->rootfd, temp, p->rootfd, f->path) == -1) {
423 ERR("%s: renameat %s", temp, f->path);
499 if (renameat(p->rootfd, temp, p->rootfd, f->path) == -1) {
500 ERR("%s: renameat %s", temp, f->path);
H A Ddownloader.c563 if (renameat(p->rootfd, p->fname, p->rootfd, f->path) == -1) {
564 ERR("%s: renameat: %s", p->fname, f->path);
/openbsd-current/include/
H A Dstdio.h256 int renameat(int, const char *, int, const char *);
/openbsd-current/regress/sys/kern/unveil/
H A Dsyscalls.c492 UV_SHOULD_ENOENT((renameat(dirfd1, "file1", dirfd2, "rfile2") == -1),
493 "renameat");
495 UV_SHOULD_ENOENT((renameat(dirfd1, "file1", dirfd2, rfilename2) == -1),
496 "renameat");
/openbsd-current/lib/libc/sys/
H A DMakefile.inc68 rename.o renameat.o revoke.o rmdir.o \
/openbsd-current/gnu/usr.bin/perl/
H A Ddoio.c1345 If we have unlinkat(), renameat(), fchmodat(), dirfd() we also keep:
1571 /* FreeBSD 11 renameat() mis-behaves strangely with absolute paths in cases where the
1583 return renameat(olddfd, oldpath, newdfd, newpath);
1588 # define S_my_renameat(dh1, pv1, dh2, pv2) renameat((dh1), (pv1), (dh2), (pv2))
H A Dsyscall_emulator.c1390 ret = renameat(fromfd, from, tofd, to);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp499 return internal_syscall(SYSCALL(renameat), AT_FDCWD, (uptr)oldpath, AT_FDCWD,
/openbsd-current/usr.sbin/rpki-client/
H A Drepo.c1764 if (renameat(AT_FDCWD, e->fts_accpath,

Completed in 134 milliseconds