Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:stbuf

2846   stat_t stbuf;
2848 struct stat stbuf;
2878 EINTRLOOP (e, stat (dir, &stbuf));
2879 if (e == 0 && S_ISDIR (stbuf.st_mode))
2915 EINTRLOOP (e, stat (default_include_directories[i], &stbuf));
2916 if (e == 0 && S_ISDIR (stbuf.st_mode))