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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c386 DesSt, /* stat(2) of destination file */ variable in typeref:struct:
1766 if (!(Args & OCu) && G_p->g_mtime <= DesSt.st_mtime)
1885 result = stat(nam_p, &DesSt);
2058 if ((Args & OCp) && G_p->g_ino == DesSt.st_ino &&
2059 G_p->g_dev == DesSt.st_dev) {
2064 if (G_p->g_mtime <= DesSt.st_mtime && !(Args & OCu)) {
2118 (DesSt.st_mode & (ulong_t)Ftype) == S_IFREG &&
2153 if (S_ISDIR(DesSt.st_mode)) {
5370 if (stat(nam_p, &DesSt) < 0) {
5535 if (LSTAT(dirfd, nam_p, &DesSt)
[all...]

Completed in 59 milliseconds