Home
last modified time | relevance | path

Searched refs:S_ISREG (Results 1 – 25 of 25) sorted by relevance

/reactos/drivers/filesystems/ext2/inc/linux/
H A Dext3_jbd.h195 if (!S_ISREG(inode->i_mode)) in ext3_should_journal_data()
206 if (!S_ISREG(inode->i_mode)) in ext3_should_order_data()
217 if (!S_ISREG(inode->i_mode)) in ext3_should_writeback_data()
/reactos/sdk/tools/mkisofs/schilytools/include/schily/
H A Dstat.h57 #undef S_ISREG /* Regular file */
117 #ifndef S_ISREG /* 8 Regular file */
119 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
121 # define S_ISREG(m) (0) macro
/reactos/modules/rosapps/applications/net/ncftp/sio/
H A Dsyshdrs.h38 # ifndef S_ISREG
39 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dsyshdrs.h38 # ifndef S_ISREG
39 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
H A Dglob.c1243 if (S_ISREG(m) != 0) { in Traverse()
H A Dio.c977 if ((fstatrc == 0) && (S_ISREG(st.st_mode) != 0)) { in FTPPutOneF()
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dsyshdrs.h53 # ifndef S_ISREG
54 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
H A Dgetline.c33 # ifndef S_ISREG
34 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
/reactos/sdk/tools/mkisofs/schilytools/libschily/
H A Dsearchinpath.c204 if (!S_ISREG(sb.st_mode))
219 if ((!plain_file || S_ISREG(sb.st_mode)) &&
/reactos/sdk/lib/3rdparty/stlport/src/details/
H A Dfstream_unistd.cpp106 return FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode); in __is_regular_file()
114 if (FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode)) in __file_size()
/reactos/base/applications/network/finger/
H A Dvarious.h17 #define S_ISREG(mode) (((mode)&0xF000) == 0x8000) macro
/reactos/modules/rostests/winetests/winetest/
H A Dport.h144 #ifndef S_ISREG
145 # define S_ISREG(mod) (((mod) & _S_IFMT) == _S_IFREG) macro
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/
H A Dtree.c133 if (S_ISREG(t)) /* 8 */
188 if (S_ISREG(st->st_mode))
206 if (S_ISREG(st->st_mode) && (filemode_to_use != 0)) {
1626 if (S_ISREG(lstatbuf.st_mode) &&
1634 if (S_ISREG(lstatbuf.st_mode) && (lstatbuf.st_size >= maxnonlarge) &&
1640 if (S_ISREG(lstatbuf.st_mode) && (lstatbuf.st_size >= (off_t)0x7FFFFFFF)) {
1671 !S_ISLNK(lstatbuf.st_mode) && !S_ISREG(lstatbuf.st_mode) &&
1769 if (S_ISREG(lstatbuf.st_mode) && !have_rsrc && apple_both && !x_hfs) {
1792 if (!status && !lstatus && S_ISREG(rstatbuf.st_mode) &&
2241 if (S_ISREG(lstatbuf.st_mode)) { /* it's a regular file */
H A Drock.c296 if (S_ISREG(lstatbuf->st_mode) && apple_ext && s_entry->hfs_ent) {
813 if (transparent_compression && S_ISREG(lstatbuf->st_mode)) {
H A Dmkisofs.c3978 if (S_ISREG(stbuf.st_mode)) {
/reactos/modules/rosapps/applications/cmdutils/touch/
H A Dtouch.c297 if (!S_ISREG(sbp->st_mode) && !S_ISDIR(sbp->st_mode)) { in rw()
/reactos/sdk/include/crt/sys/
H A Dstat.h335 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/reactos/sdk/lib/3rdparty/libmpg123/compat/
H A Dcompat.c517 if(fullpath && !stat(fullpath, &fst) && S_ISREG(fst.st_mode)) in compat_nextfile()
/reactos/dll/win32/crypt32/
H A Drootstore.c422 if (S_ISREG(st.st_mode)) in import_certs_from_path()
/reactos/drivers/network/tcpip/lwip/src/apps/http/makefsdata/
H A Dtinydir.h580 S_ISREG(file->_s.st_mode); in tinydir_open()
/reactos/drivers/filesystems/ext2/src/
H A Ddirctl.c142 if (S_ISDIR(Inode.i_mode) || S_ISREG(Inode.i_mode)) { in Ext2ProcessEntry()
H A Dcreate.c473 if (S_ISREG(Mcb->Inode.i_mode)) { in Ext2LookupFile()
/reactos/drivers/filesystems/ext2/src/ext3/
H A Dgeneric.c461 if (S_ISREG(src->i_mode)) { in Ext2DecodeInode()
488 if (S_ISREG(src->i_mode)) { in Ext2EncodeInode()
/reactos/dll/3rdparty/mbedtls/
H A Dx509_crt.c1400 if( !S_ISREG( sb.st_mode ) ) in mbedtls_x509_crt_parse_path()
/reactos/drivers/filesystems/ext2/inc/
H A Dext2fs.h371 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro