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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c265 *g_dirpath; /* dirname currently opened */ member in struct:gen_hdr
758 Gen.g_dirpath = NULL;
785 Gen.g_dirpath = NULL;
5100 * g_dirpath is the pathname cache maintaining
5102 * We first check the g_dirpath to see if the
5108 if (Gen.g_dirpath == NULL ||
5116 if (strcmp(Gen.g_dirpath,
5128 if (Gen.g_dirpath != NULL) {
5129 free(Gen.g_dirpath);
5130 Gen.g_dirpath
[all...]

Completed in 60 milliseconds