/src/usr.bin/make/ |
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...] |
meta.c | 402 struct cached_stat cst; local in function:meta_needed 433 if (cached_stat(dname, &cst) != 0) { 1120 struct cached_stat cst; local in function:meta_oodate 1381 if ((link_src != NULL && cached_lstat(p, &cst) < 0) || 1382 (link_src == NULL && cached_stat(p, &cst) < 0)) { 1442 if (cached_stat(*sdp, &cst) == 0) { 1452 if (!S_ISDIR(cst.cst_mode) && 1453 cst.cst_mtime > gn->mtime) { 1457 } else if (S_ISDIR(cst.cst_mode)) {
|
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...] |
meta.c | 402 struct cached_stat cst; local in function:meta_needed 433 if (cached_stat(dname, &cst) != 0) { 1120 struct cached_stat cst; local in function:meta_oodate 1381 if ((link_src != NULL && cached_lstat(p, &cst) < 0) || 1382 (link_src == NULL && cached_stat(p, &cst) < 0)) { 1442 if (cached_stat(*sdp, &cst) == 0) { 1452 if (!S_ISDIR(cst.cst_mode) && 1453 cst.cst_mtime > gn->mtime) { 1457 } else if (S_ISDIR(cst.cst_mode)) {
|
/src/sys/arch/hppa/include/ |
pdc.h | 459 u_int cst : 3; member in struct:pdc_cst 465 #define ia_cst ia.cst 467 #define da_cst da.cst 469 #define ita_cst ita.cst 471 #define dta_cst dta.cst
|
pdc.h | 459 u_int cst : 3; member in struct:pdc_cst 465 #define ia_cst ia.cst 467 #define da_cst da.cst 469 #define ita_cst ita.cst 471 #define dta_cst dta.cst
|