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 103 struct cached_stat { struct
108 int cached_lstat(const char *, struct cached_stat *);
109 int cached_stat(const char *, struct cached_stat *);
dir.c 401 cached_stats(const char *pathname, struct cached_stat *out_cst,
406 struct cached_stat *cst;
443 cached_stat(const char *pathname, struct cached_stat *cst) function in typeref:typename:int
449 cached_lstat(const char *pathname, struct cached_stat *cst)
978 struct cached_stat cst;
985 if (cached_stat(file, &cst) == 0) {
1168 struct cached_stat cst;
1254 if (cached_stat(name, &cst) == 0)
1301 struct cached_stat cst
    [all...]

Completed in 13 milliseconds