| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcwindows.h | 58 #ifndef S_ISDIR 59 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) macro
|
| H A D | fcdir.c | 38 return S_ISDIR(statb.st_mode);
|
| H A D | fcstat.c | 309 if (S_ISDIR (statb.st_mode))
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | listing.c | 327 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 D | lndir.c | 214 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 D | include.c | 265 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 D | fc-cache.c | 69 #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 D | test-migration.c | 114 if (S_ISDIR (statb.st_mode))
|
| H A D | test-bz106632.c | 132 if (S_ISDIR (statb.st_mode))
|
| H A D | test-d1f48f11.c | 148 if (S_ISDIR (statb.st_mode))
|
| H A D | test-issue107.c | 147 if (S_ISDIR (statb.st_mode))
|
| H A D | test-issue110.c | 147 if (S_ISDIR (statb.st_mode))
|
| /xsrc/external/mit/xtrans/dist/ |
| H A D | Xtransutil.c | 517 if (S_ISDIR(buf.st_mode)) { 577 if (!S_ISDIR(fbuf.st_mode) ||
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | disk_cache_os.c | 82 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 D | toc.c | 38 #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 D | folder.c | 60 #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 D | cache_test.c | 140 if (stat(full_path, &sb) != -1 && S_ISDIR(sb.st_mode))
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | commands.c | 411 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 D | disk_cache.c | 147 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 D | catalogue.c | 145 if (stat(path, &statbuf) < 0 || !S_ISDIR(statbuf.st_mode))
|
| /xsrc/external/mit/libXfont2/dist/src/fontfile/ |
| H A D | catalogue.c | 148 if (stat(path, &statbuf) < 0 || !S_ISDIR(statbuf.st_mode))
|
| /xsrc/external/mit/freetype/dist/src/tools/ftrandom/ |
| H A D | ftrandom.c | 379 if ( stat( buffer, &statb ) == -1 || S_ISDIR( statb.st_mode ) )
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/cache/ |
| H A D | cache_test.c | 149 if (stat(full_path, &sb) != -1 && S_ISDIR(sb.st_mode))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/ |
| H A D | loadmod.c | 401 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 D | loadmod.c | 284 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) &&
|