Lines Matching refs:pdirfd
539 static int retry_open_attr(int pdirfd, int cwd, char *dirp, char *pattr,
8427 retry_open_attr(int pdirfd, int cwd, char *dirp, char *pattr, char *name, in retry_open_attr() argument
8461 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8462 (pdirfd == -1) ? dirp : name, strerror(errno)); in retry_open_attr()
8468 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8469 (pdirfd == -1) ? dirp : name, strerror(errno)); in retry_open_attr()
8478 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8479 (pdirfd == -1) ? dirp : name, newmode, strerror(errno)); in retry_open_attr()
8486 if (pdirfd == -1) { in retry_open_attr()
8497 ofilefd = openat(pdirfd, name, oflag, mode); in retry_open_attr()
8506 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8507 (pdirfd == -1) ? dirp : name, newmode, strerror(errno)); in retry_open_attr()
8516 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8517 (pdirfd == -1) ? dirp : name); in retry_open_attr()