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 - 2
of
2
) 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) {
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 23 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025