Searched refs:S_ISDIR (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcwindows.h58 #ifndef S_ISDIR
59 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) macro
H A Dfcdir.c38 return S_ISDIR(statb.st_mode);
H A Dfcstat.c309 if (S_ISDIR (statb.st_mode))
/xsrc/external/mit/xkbcomp/dist/
H A Dlisting.c327 if (((rest != NULL) && (!S_ISDIR(sbuf.st_mode))) ||
328 ((map != NULL) && (S_ISDIR(sbuf.st_mode))))
333 if (S_ISDIR(sbuf.st_mode))
466 if (S_ISDIR(sbuf.st_mode))
/xsrc/external/mit/lndir/dist/
H A Dlndir.c214 if (S_ISDIR(sb.st_mode))
401 if (!(S_ISDIR(ts.st_mode)))
409 if (!(S_ISDIR(fs.st_mode)))
/xsrc/external/mit/makedepend/dist/
H A Dinclude.c265 if (stat(include, &st) == 0 && !S_ISDIR(st.st_mode))
287 if (stat(path, &st) == 0 && !S_ISDIR(st.st_mode))
304 if (stat(path, &st) == 0 && !S_ISDIR(st.st_mode)) {
/xsrc/external/mit/fontconfig/dist/fc-cache/
H A Dfc-cache.c69 #ifndef S_ISDIR
70 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) macro
209 if (!S_ISDIR (statb.st_mode))
/xsrc/external/mit/fontconfig/dist/test/
H A Dtest-migration.c114 if (S_ISDIR (statb.st_mode))
H A Dtest-bz106632.c132 if (S_ISDIR (statb.st_mode))
H A Dtest-d1f48f11.c148 if (S_ISDIR (statb.st_mode))
H A Dtest-issue107.c147 if (S_ISDIR (statb.st_mode))
H A Dtest-issue110.c147 if (S_ISDIR (statb.st_mode))
/xsrc/external/mit/xtrans/dist/
H A DXtransutil.c517 if (S_ISDIR(buf.st_mode)) {
577 if (!S_ISDIR(fbuf.st_mode) ||
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache_os.c82 if (S_ISDIR(sb.st_mode)) {
117 if (stat(path, &sb) != 0 || ! S_ISDIR(sb.st_mode))
309 if (!S_ISDIR(sb->st_mode))
/xsrc/external/mit/xmh/dist/
H A Dtoc.c38 #ifndef S_ISDIR
39 #define S_ISDIR(mode) ((mode & S_IFMT) == S_IFDIR) macro
51 return S_ISDIR(buf.st_mode);
102 if (!S_ISDIR(buf.st_mode))
115 (S_ISDIR(buf.st_mode)));
H A Dfolder.c60 #ifndef S_ISDIR
61 #define S_ISDIR(mode) ((mode & S_IFMT) == S_IFDIR) macro
578 return S_ISDIR(buf.st_mode);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dcache_test.c140 if (stat(full_path, &sb) != -1 && S_ISDIR(sb.st_mode))
/xsrc/external/mit/xedit/dist/
H A Dcommands.c411 if (S_ISDIR(st.st_mode)) {
833 is_dir = S_ISDIR(st.st_mode);
1003 isdir = S_ISDIR(st.st_mode);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddisk_cache.c147 if (S_ISDIR(sb.st_mode)) {
182 if (stat(path, &sb) != 0 || ! S_ISDIR(sb.st_mode))
600 if (!S_ISDIR(sb->st_mode))
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dcatalogue.c145 if (stat(path, &statbuf) < 0 || !S_ISDIR(statbuf.st_mode))
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dcatalogue.c148 if (stat(path, &statbuf) < 0 || !S_ISDIR(statbuf.st_mode))
/xsrc/external/mit/freetype/dist/src/tools/ftrandom/
H A Dftrandom.c379 if ( stat( buffer, &statb ) == -1 || S_ISDIR( statb.st_mode ) )
/xsrc/external/mit/MesaLib/dist/src/util/tests/cache/
H A Dcache_test.c149 if (stat(full_path, &sb) != -1 && S_ISDIR(sb.st_mode))
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloadmod.c401 if ((stat(tmpBuf, &stat_buf) == 0) && S_ISDIR(stat_buf.st_mode)) {
507 if (stat(buf, &stat_buf) == 0 && S_ISDIR(stat_buf.st_mode) &&
/xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/
H A Dloadmod.c284 if ((stat(tmpBuf, &stat_buf) == 0) && S_ISDIR(stat_buf.st_mode)) {
374 if (stat(buf, &stat_buf) == 0 && S_ISDIR(stat_buf.st_mode) &&

Completed in 24 milliseconds

12