dir.c | 406 struct cached_stat *cst; local in function:cached_stats 412 cst = HashTable_FindValue(tbl, pathname); 413 if (cst != NULL && !forceRefresh) { 414 *out_cst = *cst; 416 Targ_FmtTime(cst->cst_mtime), pathname); 427 if (cst == NULL) { 428 cst = bmake_malloc(sizeof *cst); 429 HashTable_Set(tbl, pathname, cst); 432 cst->cst_mtime = sys_st.st_mtime 978 struct cached_stat cst; local in function:DirLookupSubdir 1168 struct cached_stat cst; local in function:FindFile 1301 struct cached_stat cst; local in function:Dir_FindHereOrAbove 1411 struct cached_stat cst; local in function:Dir_UpdateMTime [all...] |