Home
last modified time | relevance | path

Searched refs:statstruct (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/tools/cscope-fast/
H A Ddir.c75 struct stat statstruct; in sourcedir() local
88 if (stat(compath(dir), &statstruct) == 0 && in sourcedir()
89 S_ISDIR(statstruct.st_mode)) { in sourcedir()
108 struct stat statstruct; in includedir() local
122 if (stat(compath(dir), &statstruct) == 0 && in includedir()
123 S_ISDIR(statstruct.st_mode)) { in includedir()
146 struct stat statstruct; in makefilelist() local
255 if (stat(compath(dir), &statstruct) == 0 && in makefilelist()
256 S_ISDIR(statstruct.st_mode)) { in makefilelist()
295 struct stat statstruct; in issrcfile() local
[all …]
H A Dmain.c958 struct stat statstruct; /* file status */ in build() local
988 (void) fstat(fileno(oldrefs), &statstruct); in build()
989 reftime = statstruct.st_mtime; in build()
1069 vpstat(srcfiles[i], &statstruct) != 0 || in build()
1070 statstruct.st_mtime > reftime) { in build()
1161 } else if (vpstat(file, &statstruct) == 0 && in build()
1162 statstruct.st_mtime > reftime) { in build()
1230 (void) fstat(fileno(postings), &statstruct); in build()
1233 "%ld bytes\n", statstruct.st_size); in build()