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

1234567891011>>

/macosx-10.10.1/gpatch-3/patch/
H A Drmdir.c31 # undef S_ISDIR macro
34 #if !defined(S_ISDIR) && defined(S_IFDIR)
35 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
54 if (!S_ISDIR (statbuf.st_mode))
/macosx-10.10.1/uucp-11/uucp/unix/
H A Disdir.c17 return S_ISDIR (s.st_mode);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dstat.h52 #ifndef S_ISDIR
53 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dremove.c52 if (S_ISDIR(sb.st_mode))
/macosx-10.10.1/BerkeleyDB-21/db/os/
H A Dos_stat.c42 #if !defined(S_ISDIR) || defined(STAT_MACROS_BROKEN)
43 #undef S_ISDIR macro
45 #define S_ISDIR(m) (_S_IFDIR & (m)) macro
47 #define S_ISDIR(m) (((m) & 0170000) == 0040000)
51 *isdirp = S_ISDIR(sb.st_mode);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dmknod.c44 if (S_ISDIR(mode))
H A Drmdir.c45 if (!S_ISDIR(st.st_mode))
/macosx-10.10.1/ntp-92/lib/isc/win32/include/isc/
H A Dstat.h46 #ifndef S_ISDIR
47 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/macosx-10.10.1/ntp-92/libopts/compat/
H A Dwindows-config.h141 #ifndef S_ISDIR
143 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) macro
/macosx-10.10.1/ntp-92/sntp/libopts/compat/
H A Dwindows-config.h141 #ifndef S_ISDIR
143 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dposixstat.h32 # undef S_ISDIR macro
39 #if !defined (S_IFDIR) && !defined (S_ISDIR)
41 #endif /* !S_IFDIR && !S_ISDIR */
87 #if defined (S_IFDIR) && !defined (S_ISDIR)
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
39 #if !defined (S_IFDIR) && !defined (S_ISDIR)
41 #endif /* !S_IFDIR && !S_ISDIR */
87 #if defined (S_IFDIR) && !defined (S_ISDIR)
88 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) /* directory */ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/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
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dlstat.c68 if (S_ISDIR (sbuf->st_mode))
H A Drmdir.c41 if (!S_ISDIR (statbuf.st_mode))
H A Dfstatat.c45 if (result == 0 && ! S_ISDIR (st->st_mode))
/macosx-10.10.1/file_cmds-242/ln/
H A Dln.c159 if (!S_ISDIR(sb.st_mode))
182 if (S_ISDIR(sb.st_mode)) {
194 (lstat(source, &sb) == 0 && S_ISDIR(sb.st_mode)) ||
195 (!hflag && stat(source, &sb) == 0 && S_ISDIR(sb.st_mode))) {
213 if (Fflag && S_ISDIR(sb.st_mode)) {
234 if (Fflag && S_ISDIR(sb.st_mode)) {
/macosx-10.10.1/diskdev_cmds-576/setclass.tproj/
H A Dsetclass.c107 if (S_ISDIR(buf.st_mode)) {
127 if (S_ISDIR(buf.st_mode)) {
156 if ((errno == EFAULT) && (S_ISDIR(buf.st_mode))) {
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dmailstat.c70 if ((i = stat(path, st)) != 0 || S_ISDIR(st->st_mode) == 0)
96 if (stat(dir, &st_tmp) || S_ISDIR(st_tmp.st_mode) == 0)
102 if (stat(dir, &st_tmp) || S_ISDIR(st_tmp.st_mode) == 0)
108 if (stat(dir, &st_tmp) || S_ISDIR(st_tmp.st_mode) == 0)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfilemode.c55 #undef S_ISDIR
71 #if !defined(S_ISDIR) && defined(S_IFDIR) macro
72 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
180 if (S_ISDIR (bits))
54 #undef S_ISDIR macro
/macosx-10.10.1/patch_cmds-17/patch/
H A Dmkpath.c64 } else if (!S_ISDIR(sb.st_mode)) {
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dpermstring.c54 if (S_ISDIR(mode))
/macosx-10.10.1/removefile-35/
H A Dremovefile_rename_unlink.c96 if (S_ISDIR(statbuf.st_mode) && (empty_directory(path) == -1)) {
111 if (S_ISDIR(statbuf.st_mode))
/macosx-10.10.1/srm-7/srm/src/
H A Drename_unlink.c68 if (S_ISDIR(statbuf.st_mode) && (empty_directory(path) == -1)) {
87 if (S_ISDIR(statbuf.st_mode))
/macosx-10.10.1/procmail-14/procmail/src/
H A Dfoldinfo.c82 (S_ISDIR(stbuf.st_mode)&& /* else it must be a directory */
106 (strcpy(chp,maildirnew),mode=trymkdir(buffer,paranoid,i),S_ISDIR(mode))&&
107 (strcpy(chp,maildircur),mode=trymkdir(buffer,paranoid,i),S_ISDIR(mode))&&
108 (strcpy(chp,maildirtmp),mode=trymkdir(buffer,paranoid,i),S_ISDIR(mode));
129 else if(mode=stbuf.st_mode,!S_ISDIR(mode))
150 if(!S_ISDIR(mode)||(type==ft_MAILDIR&&
243 (S_ISDIR(stbuf.st_mode)? /* directories, yes, hardlinks */
264 !S_ISDIR(stbuf.st_mode)&&stbuf.st_mode&S_ISGID))
297 if(!S_ISDIR(stbuf.st_mode))

Completed in 169 milliseconds

1234567891011>>