Searched refs:cst_mode (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/bmake/
H A Ddir.h101 mode_t cst_mode; member in struct:cached_stat
H A Ddir.c453 cst->cst_mode = sys_st.st_mode;
1375 if ((cst.cst_mode & S_IFMT) != S_IFDIR) {
H A Dmeta.c1467 if (!S_ISDIR(cst.cst_mode) &&
1472 } else if (S_ISDIR(cst.cst_mode)) {

Completed in 165 milliseconds