Searched refs:pdirfd (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/tar/ |
H A D | tar.c | 537 static int retry_open_attr(int pdirfd, int cwd, char *dirp, char *pattr, 8412 retry_open_attr(int pdirfd, int cwd, char *dirp, char *pattr, char *name, in retry_open_attr() argument 8446 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr() 8447 (pdirfd == -1) ? dirp : name, strerror(errno)); in retry_open_attr() 8453 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr() 8454 (pdirfd == -1) ? dirp : name, strerror(errno)); in retry_open_attr() 8463 (pdirfd == -1) ? "" : gettext("parent of "), in retry_open_attr() 8464 (pdirfd == -1) ? dirp : name, newmode, strerror(errno)); in retry_open_attr() 8471 if (pdirfd == -1) { in retry_open_attr() 8482 ofilefd = openat(pdirfd, name, oflag, mode); in retry_open_attr() [all …]
|
/titanic_50/usr/src/cmd/cpio/ |
H A D | cpio.c | 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() [all …]
|