Searched refs:S_ISDIR (Results 151 - 175 of 335) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dvfs.c205 else if (!S_ISDIR(st.st_mode)) {
345 if (S_ISDIR(st.st_mode)) {
399 if (S_ISDIR(st.st_mode)) {
450 if (S_ISDIR(st.st_mode)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmegatron.c184 if ( S_ISDIR( st.st_mode )) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dcatsearch.c194 isdir = S_ISDIR(path->st.st_mode);
256 if (S_ISDIR(path->st.st_mode)) {
419 int isdir = S_ISDIR(path->st.st_mode);
790 if (S_ISDIR(path.st.st_mode))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c192 if (S_ISDIR(st.st_mode)) {
625 if (S_ISDIR(st.st_mode)) {
734 rqst.type = S_ISDIR(st->st_mode)?1:0;
1013 if (S_ISDIR(st.st_mode) && (cnid || nocniddb)) { /* If we have no cnid for it we cant recur */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/dbd/
H A Dcnid_dbd.c571 rqst.type = S_ISDIR(st->st_mode)?1:0;
762 rqst.type = S_ISDIR(st->st_mode)?1:0;
877 rqst.type = S_ISDIR(st->st_mode)?1:0;
934 rqst.type = S_ISDIR(st->st_mode)?1:0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/tdb/
H A Dcnid_tdb_add.c56 i = S_ISDIR(st->st_mode)?1:0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dvfs.c205 else if (!S_ISDIR(st.st_mode)) {
345 if (S_ISDIR(st.st_mode)) {
399 if (S_ISDIR(st.st_mode)) {
450 if (S_ISDIR(st.st_mode)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/
H A Dinode.c306 if (S_ISDIR(dentry->d_inode->i_mode))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dopen.c324 if(S_ISDIR(psbuf->st_mode)) {
1190 if (S_ISDIR(psbuf->st_mode)) {
1681 if(!S_ISDIR(psbuf->st_mode)) {
1748 if(!S_ISDIR(psbuf->st_mode)) {
1809 if(S_ISDIR(psbuf->st_mode))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddir.c1102 if (!S_ISREG(type) && !S_ISDIR(type)) {
1121 if (S_ISDIR(type)) {
1224 if (S_ISDIR(type))
1226 if (!S_ISREG(type) && !S_ISDIR(type))
1250 if (S_ISDIR(type))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dincludes.h1134 #ifndef S_ISDIR
1135 #define S_ISDIR(mode) ((mode & 0xF000) == S_IFDIR) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-csharp.c33 #if !defined S_ISDIR && defined S_IFDIR
34 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cramfs/
H A Dinode.c87 } else if (S_ISDIR(inode->i_mode)) {
279 if (!S_ISDIR(super.root.mode)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dmain.c142 else if (S_ISDIR(lower_inode->i_mode))
144 if (S_ISDIR(lower_inode->i_mode))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dinode.c1038 if (S_ISLNK(inode->i_mode) || S_ISDIR(inode->i_mode))
1059 if (S_ISLNK(inode->i_mode) || S_ISDIR(inode->i_mode)) {
1074 if (S_ISLNK(inode->i_mode) || S_ISDIR(inode->i_mode)) {
1189 if (S_ISDIR(inode->i_mode) || S_ISLNK(inode->i_mode))
1209 } else if (S_ISDIR(inode->i_mode)) {
1797 inode->i_nlink = (S_ISDIR(mode) ? 2 : 1);
1867 if (old_format_only(sb) || S_ISDIR(mode) || S_ISLNK(mode))
1893 if (S_ISDIR(mode)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dxattr.c60 if (!S_ISREG(inode->i_mode) && !S_ISDIR(inode->i_mode))
62 if (S_ISDIR(inode->i_mode) && (inode->i_mode & S_ISVTX) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dcatalog.c89 if (S_ISDIR(inode->i_mode)) {
189 entry_size = hfsplus_fill_cat_thread(sb, &entry, S_ISDIR(inode->i_mode) ?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dcatalog.c89 if (S_ISDIR(inode->i_mode)) {
189 entry_size = hfsplus_fill_cat_thread(sb, &entry, S_ISDIR(inode->i_mode) ?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/minix/
H A Dinode.c383 } else if (S_ISDIR(inode->i_mode)) {
579 if (!(S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) || S_ISLNK(inode->i_mode)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfsfh.c228 if (S_ISDIR(dentry->d_inode->i_mode) &&
309 if (S_ISDIR(dentry->d_inode->i_mode) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dfind.c344 if (S_ISDIR(statbuf->st_mode)) {
384 if (S_ISDIR(statbuf->st_mode) && xdev_count) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dftw.c447 if (S_ISDIR (st.st_mode))
762 if (S_ISDIR (st.st_mode))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dftw.c447 if (S_ISDIR (st.st_mode))
762 if (S_ISDIR (st.st_mode))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwb_common.c185 if (!S_ISDIR(st.st_mode) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ds_server.c175 #ifndef S_ISDIR
177 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) macro
179 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
1583 if (S_ISDIR(st_buf.st_mode))

Completed in 233 milliseconds

1234567891011>>