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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c269 int g_baseparent_fd; /* base file's parent fd */ member in struct:gen_hdr
4222 (void) fchdir(G_p->g_baseparent_fd);
4224 G_p->g_baseparent_fd, (G_p->g_attrparent_p == NULL) ? NULL :
4773 Gen.g_baseparent_fd = attr_baseparent_fd;
5678 Gen.g_baseparent_fd, Fullnam_p,
8351 Gen.g_baseparent_fd = save_cwd();
8494 rest_cwd(Gen.g_baseparent_fd);
8939 (void) fchdir(G_p->g_baseparent_fd);
8941 G_p->g_attrfnam_p, G_p->g_baseparent_fd,
8947 (void) fchdir(G_p->g_baseparent_fd);
[all...]

Completed in 80 milliseconds