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

12

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dfilesys.h81 #if !defined (S_ISDIR) && defined (S_IFDIR)
82 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
83 #endif /* !S_ISDIR && S_IFDIR */
H A Dfilesys.c192 else if (S_ISDIR (finfo.st_mode))
/haiku-buildtools/legacy/binutils/binutils/
H A Dfilemode.c134 #ifndef S_ISDIR
136 #define S_ISDIR(i) (((i) & S_IFMT) == S_IFDIR)
138 #define S_ISDIR(i) (((i) & 0170000) == 040000)
140 #endif /* ! defined (S_ISDIR) */
185 if (S_ISDIR (bits))
135 #define S_ISDIR macro
137 #define S_ISDIR macro
/haiku-buildtools/binutils/binutils/
H A Dfilemode.c134 #ifndef S_ISDIR
136 #define S_ISDIR(i) (((i) & S_IFMT) == S_IFDIR)
138 #define S_ISDIR(i) (((i) & 0170000) == 040000)
140 #endif /* ! defined (S_ISDIR) */
185 if (S_ISDIR (bits))
135 #define S_ISDIR macro
137 #define S_ISDIR macro
/haiku-buildtools/legacy/gcc/gcc/config/winnt/
H A Dxm-winnt.h68 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) macro
H A Ddirent.c58 #ifndef S_ISDIR
59 # define S_ISDIR(m) ((((m) & S_IFMT) == S_IFDIR)) macro
126 if (!S_ISDIR (statb.st_mode))
/haiku-buildtools/binutils/libiberty/
H A Dargv.c397 #ifdef S_ISDIR
410 #ifdef S_ISDIR
413 if (S_ISDIR(sb.st_mode))
/haiku-buildtools/gcc/gcc/
H A Dfile-find.c85 && ! S_ISDIR (st.st_mode)
95 && ! S_ISDIR (st.st_mode)
H A Dincpath.c271 else if (!S_ISDIR (st.st_mode))
H A Dsystem.h582 #ifndef S_ISDIR
583 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h442 #ifndef S_ISDIR
443 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Derr.c120 #ifdef S_ISDIR
122 if (S_ISREG(x.st_mode) || S_ISDIR(x.st_mode)) {
/haiku-buildtools/gcc/libcpp/
H A Dsystem.h326 #ifndef S_ISDIR
327 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
H A Dfiles.c235 if (!S_ISDIR (file->st.st_mode))
258 && S_ISDIR (file->st.st_mode))
314 if (!S_ISDIR (st.st_mode))
/haiku-buildtools/gcc/gcc/go/
H A Dgo-lang.c234 if (stat (p, &st) == 0 && S_ISDIR (st.st_mode))
239 if (stat (p, &st) == 0 && S_ISDIR (st.st_mode))
/haiku-buildtools/legacy/binutils/ld/
H A Dldmain.c46 #if !defined(S_ISDIR) && defined(S_IFDIR)
47 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
581 if (stat (path, &s) == 0 && S_ISDIR (s.st_mode))
692 res = stat (buf, &s) == 0 && S_ISDIR (s.st_mode);
H A Dlexsup.c59 #if !defined(S_ISDIR) && defined(S_IFDIR)
60 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
1003 && ! S_ISDIR (s.st_mode))
/haiku-buildtools/gcc/gcc/config/vms/
H A Dvms-c.c445 if (stat (path, &st) == 0 && S_ISDIR (st.st_mode))
/haiku-buildtools/binutils/ld/
H A Dldmain.c47 #if !defined(S_ISDIR) && defined(S_IFDIR)
48 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
570 if (stat (path, &s) == 0 && S_ISDIR (s.st_mode))
H A Dldfile.c484 res = stat (buf, &s) == 0 && S_ISDIR (s.st_mode);
H A Dlexsup.c54 #if !defined(S_ISDIR) && defined(S_IFDIR)
55 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
1074 && ! S_ISDIR (s.st_mode))
/haiku-buildtools/gcc/gcc/config/i386/
H A Dintelmic-mkoffload.c147 if (stat (name, &st) < 0 || S_ISDIR (st.st_mode))
/haiku-buildtools/jam/
H A DStatCacheServer.cpp590 if (S_ISDIR(node->GetStat().st_mode))
1154 else if (S_ISDIR(st.st_mode))
/haiku-buildtools/binutils/gold/
H A Doptions.cc474 if (::stat(arg, &s) != 0 || S_ISDIR(s.st_mode))
799 if (::stat(path, &s) == 0 && S_ISDIR(s.st_mode))
/haiku-buildtools/gcc/liboffloadmic/runtime/emulator/
H A Dcoi_host.cpp146 if (S_ISDIR (statfile.st_mode))

Completed in 230 milliseconds

12