Searched refs:S_IFMT (Results 1 - 25 of 196) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstat.h12 #define S_IFMT 00170000 macro
24 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
25 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
26 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
27 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
28 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
29 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
30 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dstat.h19 #define S_IFMT 0xf000 /* file type mask */ macro
81 #define S_ISREG(m) (((m) & S_IFMT) >= S_IFREG)
82 #define S_ISLIB(m) (((m) & S_IFMT) == S_IFLIB)
83 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
84 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
85 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
87 #define S_ISSEQ(m) (((m) & S_IFMT) == S_IFREG)
88 #define S_ISREL(m) (((m) & S_IFMT) == S_IFREL)
89 #define S_ISKEY(m) (((m) & S_IFMT) == S_IFKEY)
90 #define S_ISIND(m) (((m) & S_IFMT)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dstat.h18 #define S_IFMT 0xf000 /* file type mask */ macro
80 #define S_ISREG(m) (((m) & S_IFMT) >= S_IFREG)
81 #define S_ISLIB(m) (((m) & S_IFMT) == S_IFLIB)
82 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
83 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
84 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
86 #define S_ISSEQ(m) (((m) & S_IFMT) == S_IFREG)
87 #define S_ISREL(m) (((m) & S_IFMT) == S_IFREL)
88 #define S_ISKEY(m) (((m) & S_IFMT) == S_IFKEY)
89 #define S_ISIND(m) (((m) & S_IFMT)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsys_stat.in.h32 #ifndef S_IFMT
33 # define S_IFMT 0170000 macro
52 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
60 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
68 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
80 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO)
88 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
96 # define S_ISMPB(m) (((m) & S_IFMT) == S_IFMPB)
97 # define S_ISMPC(m) (((m) & S_IFMT) == S_IFMPC)
106 # define S_ISNAM(m) (((m) & S_IFMT)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dsafefile.c69 switch (s.st_mode & S_IFMT) {
75 (s.st_mode & S_IFMT));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/xmlwf/
H A Dreadfilemap.c27 #ifndef S_IFMT
28 #define S_IFMT _S_IFMT macro
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/xmlwf/
H A Dreadfilemap.c15 #ifndef S_IFMT
16 #define S_IFMT _S_IFMT macro
18 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dreadfilemap.c27 #ifndef S_IFMT
28 #define S_IFMT _S_IFMT macro
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/cmsmvs/
H A Dcstat.h20 #define S_IFMT 0xF000 /* file type mask */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Ddir.h41 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
47 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dz-stat.h57 # define S_IFMT (S_IFDIR|S_IFREG|S_IFCHR|S_IFLNK)
59 # define S_IFMT (S_IFDIR|S_IFREG) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Dz-stat.h57 # define S_IFMT (S_IFDIR|S_IFREG|S_IFCHR|S_IFLNK)
59 # define S_IFMT (S_IFDIR|S_IFREG) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddata_extract_all.c24 if (((file_header->mode & S_IFMT) != S_IFDIR)
69 switch (file_header->mode & S_IFMT) {
117 if ((file_header->mode & S_IFMT) != S_IFLNK) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/cmsmvs/
H A Dvmstat.h48 #define S_IFMT 0xFFFF macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacstat.h39 #define S_IFMT 0xF000 macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dfind_mount_point.c30 if ((s.st_mode & S_IFMT) == S_IFBLK)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dosdep.h121 #ifndef S_IFMT
122 # define S_IFMT 0xF000 macro
123 #endif /* !S_IFMT */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudev_utils_file.c49 if (stat(p, &stats) == 0 && (stats.st_mode & S_IFMT) == S_IFDIR)
59 if (stat(p, &stats) == 0 && (stats.st_mode & S_IFMT) == S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmegatron.h92 # define S_ISDIR(s) (( s & S_IFMT ) == S_IFDIR )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Driscos.h87 #define S_IFMT 0770000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dir2.c127 ASSERT((dp->i_d.di_mode & S_IFMT) == S_IFDIR);
185 ASSERT((dp->i_d.di_mode & S_IFMT) == S_IFDIR);
208 ASSERT((dp->i_d.di_mode & S_IFMT) == S_IFDIR);
284 ASSERT((dp->i_d.di_mode & S_IFMT) == S_IFDIR);
339 ASSERT((dp->i_d.di_mode & S_IFMT) == S_IFDIR);
388 ASSERT((dp->i_d.di_mode & S_IFMT) == S_IFDIR);
420 ASSERT((dp->i_d.di_mode & S_IFMT) == S_IFDIR);
470 ASSERT((dp->i_d.di_mode & S_IFMT) == S_IFDIR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dqfileio.c201 if ((s.st_mode & S_IFMT) == S_IFDIR) {
206 *n = (s.st_mode & S_IFMT) == S_IFREG ? s.st_size : -1L;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_setup.h677 #if !defined(S_ISREG) && defined(S_IFMT) && defined(S_IFREG)
678 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
682 #if !defined(S_ISDIR) && defined(S_IFMT) && defined(S_IFDIR)
683 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/sample/
H A Devent-test.c97 if ((st.st_mode & S_IFMT) == S_IFREG) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dcnid.c90 switch (S_IFMT & st.st_mode) {

Completed in 300 milliseconds

12345678