openat64
if ((fromfd = openat64(tfd, from, O_RDONLY|O_NONBLOCK)) == -1) {
if ((fromdir = openat64(fromfd, ".",
if ((tofd = openat64(tfd, to, O_RDONLY|O_NONBLOCK)) == -1 ||
(todir = openat64(tofd, ".", O_RDONLY|O_NONBLOCK|O_XATTR)) == -1) {
(*fd = openat64(tfd, *rpath, O_RDONLY)) > 0) {
if (*fd < 0 || (*fd = openat64(tfd, ".", O_RDONLY|O_XATTR)) < 0) {
if ((dirfd = openat64(fd, ".", O_RDONLY|O_XATTR)) == -1) {
extern int openat64(int, const char *, int, ...);
#define openat openat64
if ((attrfd = openat64(fd, attr, oflag | O_XATTR,
if ((fd = openat64(rn->rn_dfd, rn->rn_name, O_RDONLY)) < 0) {
int openat64(int, char *, int, int);
SYSENT_CI("openat64", openat64, 4)),
/* 69 */ SYSENT_CI("openat64", openat64, 4),
return (openat64(AT_FDCWD, path, fmode, cmode));