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

12

/freebsd-11-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-11-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-11-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-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dstat.h54 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-11-stable/contrib/binutils/binutils/
H A Dfilemode.c136 #define S_ISDIR macro
138 #define S_ISDIR macro
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dtcpdmatch.c42 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
H A Dtcpdchk.c46 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-11-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-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h112 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) macro
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h299 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.h229 # undef S_ISDIR macro
241 # 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-11-stable/contrib/less/
H A Dfilename.c39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h469 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dos.h354 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/freebsd-11-stable/contrib/binutils/ld/
H A Dldmain.c46 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
H A Dlexsup.c54 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-11-stable/sys/sys/
H A Dstat.h237 #define S_ISDIR(m) (((m) & 0170000) == 0040000) /* directory */ macro
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1310 # undef S_ISDIR macro
/freebsd-11-stable/contrib/bmake/
H A Dmake.h146 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/freebsd-11-stable/crypto/openssh/
H A Ddefines.h160 # define S_ISDIR(mode) (((mode) & (_S_IFMT)) == (_S_IFDIR)) macro
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dmain.c99 #define S_ISDIR(m) ((m) & _S_IFDIR) macro
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c3195 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) macro
3197 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro

Completed in 271 milliseconds

12