Home
last modified time | relevance | path

Searched refs:pdirfd (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/tar/
H A Dtar.c544 static int retry_open_attr(int pdirfd, int cwd, char *dirp, char *pattr,
8372 retry_open_attr(int pdirfd, int cwd, char *dirp, char *pattr, char *name, in retry_open_attr() argument
8406 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8407 (pdirfd == -1) ? dirp : name, strerror(errno)); in retry_open_attr()
8413 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8414 (pdirfd == -1) ? dirp : name, strerror(errno)); in retry_open_attr()
8423 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8424 (pdirfd == -1) ? dirp : name, newmode, strerror(errno)); in retry_open_attr()
8431 if (pdirfd == -1) { in retry_open_attr()
8442 ofilefd = openat(pdirfd, name, oflag, mode); in retry_open_attr()
[all …]
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c3928 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()
[all …]