HomeSort by: relevance | last modified time | path
    Searched defs:cached_stat (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
dir.h 104 struct cached_stat { struct
109 int cached_lstat(const char *, struct cached_stat *);
110 int cached_stat(const char *, struct cached_stat *);
dir.c 404 cached_stats(const char *pathname, struct cached_stat *out_cst,
409 struct cached_stat *cst;
446 cached_stat(const char *pathname, struct cached_stat *cst) function
452 cached_lstat(const char *pathname, struct cached_stat *cst)
981 struct cached_stat cst;
988 if (cached_stat(file, &cst) == 0) {
1171 struct cached_stat cst;
1257 if (cached_stat(name, &cst) == 0)
1304 struct cached_stat cst
    [all...]

Completed in 15 milliseconds