Searched refs:_S_IFDIR (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_stat.c44 #ifdef _S_IFDIR
45 #define S_ISDIR(m) (_S_IFDIR & (m))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/win/bmed/
H A Dsyshdrs.h55 # define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwince.h312 #define _S_IFDIR 0040000 // directory macro
321 #define S_IFDIR _S_IFDIR
H A Dwince.cpp495 buffer->st_mode = _S_IFDIR | _S_IREAD | _S_IEXEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dsysdep.h172 # define S_ISDIR(m) (((m) & (_S_IFMT)) == (_S_IFDIR))
H A Dmswindows.h67 # define S_ISDIR(m) (((m) & (_S_IFMT)) == (_S_IFDIR))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dsysincludes.h571 #if !defined(S_ISDIR) && defined (_S_IFMT) && defined (_S_IFDIR)
572 #define S_ISDIR(mode) (((mode) & (_S_IFMT)) == (_S_IFDIR))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dsyshdrs.h59 # define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR)
64 # define S_IFDIR _S_IFDIR
H A Dncftp.h129 # define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A Dsyshdrs.h52 # define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-wince-glue.h102 #define _S_IFDIR 0040000 /* directory */ macro
H A Ddbus-sysdeps-util-win.c362 statbuf->mode = _S_IFDIR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dsyshdrs.h79 # define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR)
H A Dgl_getline.c54 # define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dsyshdrs.h77 # define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A De_os.h250 # define S_IFDIR _S_IFDIR
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilefn.h391 #define S_IFDIR _S_IFDIR
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A De_os.h235 # define S_IFDIR _S_IFDIR
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A De_os.h250 # define S_IFDIR _S_IFDIR
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_server.c199 # if defined(_S_IFMT) && defined(_S_IFDIR)
200 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.c3175 # if defined(_S_IFMT) && defined(_S_IFDIR)
3176 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.c3175 # if defined(_S_IFMT) && defined(_S_IFDIR)
3176 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Dbzip2.c138 # define MY_S_ISDIR(x) ((x) & _S_IFDIR)

Completed in 291 milliseconds