OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sys_st
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/make/
dir.c
405
struct stat
sys_st
;
local in function:cached_stats
420
rc = (useLstat ? lstat : stat)(pathname, &
sys_st
);
424
if (
sys_st
.st_mtime == 0)
425
sys_st
.st_mtime = 1; /* avoid confusion with missing file */
432
cst->cst_mtime =
sys_st
.st_mtime;
433
cst->cst_mode =
sys_st
.st_mode;
437
Targ_FmtTime(
sys_st
.st_mtime), pathname);
Completed in 13 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025