Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c8448 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8449 (pdirfd == -1) ? dirp : name, strerror(errno)); in retry_open_attr()
8455 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8456 (pdirfd == -1) ? dirp : name, strerror(errno)); in retry_open_attr()
8465 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8466 (pdirfd == -1) ? dirp : name, newmode, strerror(errno)); in retry_open_attr()
8473 if (pdirfd == -1) { in retry_open_attr()
8484 ofilefd = openat(pdirfd, name, oflag, mode); in retry_open_attr()
8493 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
8503 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
[all …]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c3969 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
3970 (pdirfd == -1) ? fullname : name); in retry_open_attr()
3976 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
3977 (pdirfd == -1) ? fullname : name); in retry_open_attr()
3985 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
3986 (pdirfd == -1) ? fullname : name, newmode); in retry_open_attr()
3994 if (pdirfd == -1) { in retry_open_attr()
4005 ofilefd = openat(pdirfd, name, oflag, mode); in retry_open_attr()
4013 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr()
4014 (pdirfd == -1) ? fullname : name, newmode); in retry_open_attr()
[all …]