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