HomeSort by: relevance | last modified time | path
    Searched refs:cached_stat (Results 1 - 3 of 3) 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...]
meta.c 354 struct cached_stat cst;
394 if (cached_stat(dname, &cst) != 0) {
1016 char *cwd, struct cached_stat *cstp, char *sdirs[])
1025 if (cached_stat(buf, cstp) == 0)
1158 struct cached_stat cst;
1512 (link_src == NULL && cached_stat(p, &cst) < 0)) {
1538 if (cached_stat(p, &cst) == 0) {

Completed in 19 milliseconds