Home | History | Annotate | Download | only in csh

Lines Matching defs:stb

793 	struct stat stb;
795 if (fstat(unit, &stb) < 0) {
1257 struct stat stb;
1276 if (stat(short2str(*vp), &stb) < 0)
1278 new = stb.st_mtime > time0.tv_sec;
1279 if (stb.st_size == 0 || stb.st_atime > stb.st_mtime ||
1280 (stb.st_atime < chktim && stb.st_mtime < chktim) ||
1408 struct stat stb;
1415 if (stat(ptr = a, &stb) == 0 && S_ISDIR(stb.st_mode)) \