Searched refs:stbuf (Results 1 – 1 of 1) sorted by relevance
2832 stat_t stbuf; in construct_include_path() local2834 struct stat stbuf; in construct_include_path() local2864 EINTRLOOP (e, stat (dir, &stbuf)); in construct_include_path()2865 if (e == 0 && S_ISDIR (stbuf.st_mode)) in construct_include_path()2901 EINTRLOOP (e, stat (default_include_directories[i], &stbuf)); in construct_include_path()2902 if (e == 0 && S_ISDIR (stbuf.st_mode)) in construct_include_path()