Lines Matching refs:pdirfd
537 static int retry_open_attr(int pdirfd, int cwd, char *dirp, char *pattr,
8412 retry_open_attr(int pdirfd, int cwd, char *dirp, char *pattr, char *name, in retry_open_attr() argument
8446 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8447 (pdirfd == -1) ? dirp : name, strerror(errno)); in retry_open_attr()
8453 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8454 (pdirfd == -1) ? dirp : name, strerror(errno)); in retry_open_attr()
8463 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8464 (pdirfd == -1) ? dirp : name, newmode, strerror(errno)); in retry_open_attr()
8471 if (pdirfd == -1) { in retry_open_attr()
8482 ofilefd = openat(pdirfd, name, oflag, mode); in retry_open_attr()
8491 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8492 (pdirfd == -1) ? dirp : name, newmode, strerror(errno)); in retry_open_attr()
8501 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8502 (pdirfd == -1) ? dirp : name); in retry_open_attr()