Lines Matching defs:pdirfd
3928 retry_open_attr(int pdirfd, int cwd, char *fullname, char *pattr, char *name,
3961 (pdirfd == -1) ? "" : gettext("parent of "),
3962 (pdirfd == -1) ? fullname : name);
3968 (pdirfd == -1) ? "" : gettext("parent of "),
3969 (pdirfd == -1) ? fullname : name);
3977 (pdirfd == -1) ? "" : gettext("parent of "),
3978 (pdirfd == -1) ? fullname : name, newmode);
3986 if (pdirfd == -1) {
3997 ofilefd = openat(pdirfd, name, oflag, mode);
4005 (pdirfd == -1) ? "" : gettext("parent of "),
4006 (pdirfd == -1) ? fullname : name, newmode);
4013 (pdirfd == -1) ? "" : gettext("parent of "),
4014 (pdirfd == -1) ? fullname : name);