Searched defs:g_dirfd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c266 int g_dirfd; /* directory file descriptor */ member in struct:gen_hdr
731 Gen.g_dirfd = -1;
757 Gen.g_dirfd = -1;
765 if (Gen.g_dirfd != -1) {
766 (void) close(Gen.g_dirfd);
768 Gen.g_dirfd = -1;
783 Gen.g_dirfd = -1;
807 if (Gen.g_dirfd != -1) {
808 (void) close(Gen.g_dirfd);
810 Gen.g_dirfd
[all...]

Completed in 70 milliseconds