Lines Matching refs:DesSt
395 DesSt, /* stat(2) of destination file */ variable
1775 if (!(Args & OCu) && G_p->g_mtime <= DesSt.st_mtime) in creat_lnk()
1894 result = stat(nam_p, &DesSt); in creat_spec()
2066 if ((Args & OCp) && G_p->g_ino == DesSt.st_ino && in creat_tmp()
2067 G_p->g_dev == DesSt.st_dev) { in creat_tmp()
2072 if (G_p->g_mtime <= DesSt.st_mtime && !(Args & OCu)) { in creat_tmp()
2126 (DesSt.st_mode & (uint_t)Ftype) == S_IFREG && in creat_tmp()
2161 if (S_ISDIR(DesSt.st_mode)) { in creat_tmp()
5378 if (stat(nam_p, &DesSt) < 0) { in missdir()
5542 if (LSTAT(dirfd, nam_p, &DesSt) == 0) { in openout()
6732 if (stat(Fullnam_p, &DesSt) < 0) in setup()
6734 if ((DesSt.st_mode & Ftype) != S_IFDIR) in setup()