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

123

/macosx-10.10.1/gpatch-3/patch/
H A Drmdir.c31 # undef S_ISDIR macro
35 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/macosx-10.10.1/BerkeleyDB-21/db/os/
H A Dos_stat.c43 #undef S_ISDIR macro
45 #define S_ISDIR(m) (_S_IFDIR & (m)) macro
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dstat.h53 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfilemode.c71 #if !defined(S_ISDIR) && defined(S_IFDIR) macro
54 #undef S_ISDIR macro
H A Dxrdb.c63 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dfilemode.c135 #define S_ISDIR macro
137 #define S_ISDIR macro
/macosx-10.10.1/ntp-92/lib/isc/win32/include/isc/
H A Dstat.h47 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dposixstat.h32 # undef S_ISDIR macro
88 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) /* directory */ macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
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
/macosx-10.10.1/ntp-92/libopts/compat/
H A Dwindows-config.h143 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) macro
/macosx-10.10.1/ntp-92/sntp/libopts/compat/
H A Dwindows-config.h143 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) macro
/macosx-10.10.1/ruby-106/ruby/
H A Ddln_find.c56 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/macosx-10.10.1/text_cmds-88/sort/
H A Dstat-macros.h35 # undef S_ISDIR macro
66 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
68 # define S_ISDIR(m) 0 macro
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dtempname.c69 # undef S_ISDIR macro
72 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dsys_stat_.h43 # undef S_ISDIR macro
72 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
74 # define S_ISDIR(m) 0 macro
H A Dsystem.h148 # undef S_ISDIR macro
163 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/macosx-10.10.1/sudo-73/src/
H A Dmissing.h105 # define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) macro
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_setup.h690 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dsystem.h67 # undef S_ISDIR macro
73 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/macosx-10.10.1/gnuserv-7/gnuserv/
H A Dsysfile.h203 #undef S_ISDIR macro
220 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/macosx-10.10.1/less-25/less/
H A Dfilename.c43 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dwrite_entry.c48 #define S_ISDIR(mode) ((mode & S_IFMT) == S_IFDIR) macro
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixPort.h315 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
317 # define S_ISDIR(m) 0 macro
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.os.h230 # undef S_ISDIR macro
242 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro

Completed in 196 milliseconds

123