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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c480 gid_t Lastgid = (gid_t)-1; /* Used with -t & -v to record current gid */ variable
7041 if (Lastgid == (gid_t)Gen.g_gid) {
7042 if (Lastgid == (gid_t)-1)
7049 Lastgid = (gid_t)Gen.g_gid;
7052 Lastgid = (gid_t)-1;

Completed in 89 milliseconds