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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c6547 static timestruc_t modtimes[PATH_MAX+1]; /* hash table */ local
6570 if (modtimes[p - dirstack].tv_sec >= 0) {
6573 modtimes[p - dirstack]);
6594 modtimes[p - dirstack].tv_sec = -1;
6607 modtimes[p - dirstack - 1] = modTime;

Completed in 64 milliseconds