Searched defs:S_ISDIR (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10-stable/gnu/usr.bin/grep/
H A Disdir.c26 # undef S_ISDIR macro
30 # define S_ISDIR(Mode) (((Mode) & S_IFMT) == S_IFDIR) macro
H A Dsystem.h102 # undef S_ISDIR macro
106 # define S_ISDIR(Mode) (((Mode) & S_IFMT) == S_IFDIR) macro
/freebsd-10-stable/contrib/texinfo/info/
H A Dfilesys.h89 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb_stat.h30 #undef S_ISDIR macro
47 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DFileSystemStatCache.cpp28 #define S_ISDIR(s) ((_S_IFDIR & s) !=0) macro
/freebsd-10-stable/contrib/diff/lib/
H A Dfile-type.h37 # undef S_ISDIR macro
68 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
70 # define S_ISDIR(m) 0 macro
/freebsd-10-stable/contrib/binutils/binutils/
H A Dfilemode.c136 #define S_ISDIR macro
138 #define S_ISDIR macro
/freebsd-10-stable/contrib/tcp_wrappers/
H A Dtcpdmatch.c44 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
H A Dtcpdchk.c49 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-10-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dstat.h54 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-10-stable/contrib/libreadline/
H A Dposixstat.h32 # undef S_ISDIR macro
88 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) /* directory */ macro
H A Drldefs.h52 # define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) macro
/freebsd-10-stable/contrib/texinfo/lib/
H A Dsystem.h30 #define S_ISDIR(x) ((x)&_S_IFDIR) macro
134 # undef S_ISDIR macro
137 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/freebsd-10-stable/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h112 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) macro
/freebsd-10-stable/contrib/less/
H A Dfilename.c39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c48 #define S_ISDIR(mode) ((mode & S_IFMT) == S_IFDIR) macro
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dsystem.h299 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-10-stable/contrib/tcsh/
H A Dtc.os.h230 # undef S_ISDIR macro
242 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
H A Dglob.c75 #define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/freebsd-10-stable/contrib/gcc/
H A Dsystem.h469 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-10-stable/contrib/libreadline/examples/rlfe/
H A Dos.h354 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/freebsd-10-stable/contrib/binutils/ld/
H A Dldmain.c46 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DCacheTokens.cpp33 #define S_ISDIR(x) (((x)&_S_IFDIR)!=0) macro
/freebsd-10-stable/sys/sys/
H A Dstat.h237 #define S_ISDIR(m) (((m) & 0170000) == 0040000) /* directory */ macro
/freebsd-10-stable/contrib/amd/include/
H A Dam_defs.h1310 # undef S_ISDIR macro

Completed in 209 milliseconds

12