OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mtimes
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/make/
dir.c
265
static HashTable
mtimes
;
variable in typeref:typename:HashTable
267
static HashTable lmtimes; /* same as
mtimes
but for lstat */
404
HashTable *tbl = useLstat ? &lmtimes : &
mtimes
;
459
HashTable_Init(&
mtimes
);
524
FreeCachedTable(&
mtimes
);
dir.c
265
static HashTable
mtimes
;
variable in typeref:typename:HashTable
267
static HashTable lmtimes; /* same as
mtimes
but for lstat */
404
HashTable *tbl = useLstat ? &lmtimes : &
mtimes
;
459
HashTable_Init(&
mtimes
);
524
FreeCachedTable(&
mtimes
);
Completed in 22 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025