Lines Matching defs:newpath
444 const char *newpath)
448 rval = link(oldpath, newpath);
452 "link(%s,%s) failed", oldpath, newpath);
456 newpath, rval);
464 int newdirfd, const char *newpath, int flags)
468 rval = linkat(olddirfd, oldpath, newdirfd, newpath, flags);
473 newdirfd, newpath, flags);
477 olddirfd, oldpath, newdirfd, newpath, flags, rval);
512 const char *newpath)
516 rval = symlink(oldpath, newpath);
520 "symlink(%s,%s) failed", oldpath, newpath);
524 newpath, rval);
857 const char *oldpath, const char *newpath)
861 rval = rename(oldpath, newpath);
865 "rename(%s, %s) failed", oldpath, newpath);
869 newpath, rval);