Home
last modified time | relevance | path

Searched refs:stbuf (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dread.c2832 stat_t stbuf; in construct_include_path() local
2834 struct stat stbuf; in construct_include_path() local
2864 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()