OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:st_before
(Results
1 - 1
of
1
) sorted by relevancy
/src/libexec/makewhatis/
makewhatis.c
253
struct stat
st_before
, st_after;
local in function:makewhatis
360
if (stat(whatisdb_new, &
st_before
) == 0) {
361
if (
st_before
.st_mtime - time(NULL) > 16*60*60) {
383
if (fstat(outfd, &
st_before
) == -1)
399
if (
st_before
.st_dev != st_after.st_dev ||
400
st_before
.st_ino != st_after.st_ino) {
Completed in 15 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025