HomeSort by: relevance | last modified time | path
    Searched refs:cst (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/
dir.c 406 struct cached_stat *cst; local
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
1168 struct cached_stat cst; local
1301 struct cached_stat cst; local
1411 struct cached_stat cst; local
    [all...]
meta.c 360 struct cached_stat cst; local
400 if (cached_stat(dname, &cst) != 0) {
1087 struct cached_stat cst; local
1348 if ((link_src != NULL && cached_lstat(p, &cst) < 0) ||
1349 (link_src == NULL && cached_stat(p, &cst) < 0)) {
1409 if (cached_stat(*sdp, &cst) == 0) {
1419 if (!S_ISDIR(cst.cst_mode) &&
1420 cst.cst_mtime > gn->mtime) {
1424 } 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

Completed in 21 milliseconds