Searched refs:S_IFDIR (Results 126 - 150 of 192) sorted by relevance

12345678

/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dfs.c563 case S_IFDIR: st->m_type = atf_fs_stat_dir_type; break;
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dwrite_entry.c48 #define S_ISDIR(mode) ((mode & S_IFMT) == S_IFDIR)
/macosx-10.9.5/tcsh-65/tcsh/
H A Dglob.c70 #define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR)
H A Dsh.file.c287 case S_IFDIR:
/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSSession.cpp344 if(fileType == S_IFDIR) {
450 if(fileType != S_IFDIR) {
/macosx-10.9.5/copyfile-103.92.1/
H A Dcopyfile.c623 if ((sbuf.st_mode & S_IFMT) == S_IFDIR) {
635 if ((sbuf.st_mode & S_IFMT) == S_IFDIR) {
903 case S_IFDIR:
1518 case S_IFDIR:
3435 ((sb.st_mode & S_IFMT) == S_IFDIR) &&
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsutils.c1713 if (mode == S_IFDIR) {
1722 if (mode == S_IFDIR) {
1738 if (mode == S_IFDIR) {
H A Dhfs_catalog.c1186 if (!std_hfs || (modeformat == S_IFDIR)) {
4208 if (type == S_IFDIR) {
4256 if (type == S_IFDIR) {
4357 attrp->ca_mode = S_IFDIR | (hfsmp->hfs_dir_mask & ACCESSPERMS);
4376 case S_IFDIR: /* fall through */
4407 attrp->ca_mode |= S_IFDIR;
/macosx-10.9.5/lsof-52/lsof/
H A Darg.c1017 if ((sb.st_mode & S_IFMT) != S_IFDIR) {
1196 if ((sb.st_mode & S_IFMT) == S_IFDIR && descend)
/macosx-10.9.5/CF-855.17/
H A DCFURLAccess.c178 if (exists && (posixMode & S_IFMT) == S_IFDIR && contents) {
/macosx-10.9.5/cddafs-252/
H A DAppleCDDAFileSystemVNodeOps.c1479 attributesPtr->va_mode |= S_IFDIR; // It's a directory
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkernelcache.c982 if (result == 0 && statBuf.st_mode & S_IFDIR) {
H A Dkext_tools_util.c484 if (directoryRequired && ((statBuffer.st_mode & S_IFMT) != S_IFDIR) ) {
H A Dmkextunpack_main.c218 if ((stat_buf.st_mode & S_IFMT) != S_IFDIR) {
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c637 if ((st->st_mode & S_IFMT) == S_IFDIR &&
H A Darchive_windows.c867 mode |= S_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH;
/macosx-10.9.5/remote_cmds-41.90.1/rcp.tproj/
H A Drcp.c471 case S_IFDIR:
/macosx-10.9.5/rsync-42/rsync/
H A Dio.c793 log_delete(line, S_IFDIR);
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dwin32.h354 #define S_ISDIR(m) (((unsigned short)(m) & S_IFMT) == S_IFDIR)
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_attrlist.c827 *((u_int32_t *)attrbufptr) = (S_IFDIR | mode);
/macosx-10.9.5/xar-202/xar/lib/
H A Dstat.c87 { "directory", S_IFDIR },
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfileio.c3037 || (st.st_mode & S_IFMT) == S_IFDIR);
3061 return (st.st_mode & S_IWRITE || (st.st_mode & S_IFMT) == S_IFDIR);
3216 return (statbuf.st_mode & S_IFMT) == S_IFDIR ? Qt : Qnil;
3347 return (st.st_mode & S_IFMT) == S_IFDIR ? Qt : Qnil;
3550 && (st.st_mode & S_IFMT) == S_IFDIR)
/macosx-10.9.5/libxml2-26/libxml2/
H A DxmlIO.c72 # ifdef S_IFDIR
79 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c69 # ifdef S_IFDIR
76 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dscp.c807 case S_IFDIR:

Completed in 412 milliseconds

12345678