Searched refs:_S_IFREG (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/xmlwf/
H A Dreadfilemap.c25 #define S_IFREG _S_IFREG
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/win/bmed/
H A Dsyshdrs.h54 # 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.c13 #define S_IFREG _S_IFREG
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dreadfilemap.c25 #define S_IFREG _S_IFREG
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dsysdep.h175 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dsysincludes.h567 #if !defined(S_ISREG) && defined (_S_IFMT) && defined (_S_IFREG)
568 #define S_ISREG(mode) (((mode) & (_S_IFMT)) == (_S_IFREG))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dsyshdrs.h58 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
63 # define S_IFREG _S_IFREG
H A Dncftp.h128 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A Dsyshdrs.h51 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwince.h315 #define _S_IFREG 0100000 // regular macro
323 //#define S_IFREG _S_IFREG
H A Dwince.cpp497 buffer->st_mode = _S_IFREG | _S_IREAD;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-wince-glue.h105 #define _S_IFREG 0100000 /* regular */ macro
H A Ddbus-sysdeps-util-win.c364 statbuf->mode = _S_IFREG;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dsyshdrs.h78 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
H A Dgl_getline.c53 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dsyshdrs.h76 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Drunxmlconf.c67 if (!(buf.st_mode & _S_IFREG))
H A Dtestrecurse.c651 if (!(buf.st_mode & _S_IFREG))
H A Drunsuite.c64 if (!(buf.st_mode & _S_IFREG))
H A Druntest.c601 if (!(buf.st_mode & _S_IFREG))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Drunxmlconf.c67 if (!(buf.st_mode & _S_IFREG))
H A Dtestrecurse.c651 if (!(buf.st_mode & _S_IFREG))
H A Drunsuite.c64 if (!(buf.st_mode & _S_IFREG))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilefn.h392 #define S_IFREG _S_IFREG
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Dbzip2.c137 # define MY_S_ISREG(x) ((x) & _S_IFREG)

Completed in 288 milliseconds

12