/reactos/drivers/filesystems/ext2/inc/linux/ |
H A D | ext3_jbd.h | 195 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 D | stat.h | 57 #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 D | syshdrs.h | 38 # ifndef S_ISREG 39 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
|
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | syshdrs.h | 38 # ifndef S_ISREG 39 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
|
H A D | glob.c | 1243 if (S_ISREG(m) != 0) { in Traverse()
|
H A D | io.c | 977 if ((fstatrc == 0) && (S_ISREG(st.st_mode) != 0)) { in FTPPutOneF()
|
/reactos/modules/rosapps/applications/net/ncftp/ncftp/ |
H A D | syshdrs.h | 53 # ifndef S_ISREG 54 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
|
H A D | getline.c | 33 # ifndef S_ISREG 34 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
|
/reactos/sdk/tools/mkisofs/schilytools/libschily/ |
H A D | searchinpath.c | 204 if (!S_ISREG(sb.st_mode)) 219 if ((!plain_file || S_ISREG(sb.st_mode)) &&
|
/reactos/sdk/lib/3rdparty/stlport/src/details/ |
H A D | fstream_unistd.cpp | 106 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 D | various.h | 17 #define S_ISREG(mode) (((mode)&0xF000) == 0x8000) macro
|
/reactos/modules/rostests/winetests/winetest/ |
H A D | port.h | 144 #ifndef S_ISREG 145 # define S_ISREG(mod) (((mod) & _S_IFMT) == _S_IFREG) macro
|
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/ |
H A D | tree.c | 133 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 D | rock.c | 296 if (S_ISREG(lstatbuf->st_mode) && apple_ext && s_entry->hfs_ent) { 813 if (transparent_compression && S_ISREG(lstatbuf->st_mode)) {
|
H A D | mkisofs.c | 3978 if (S_ISREG(stbuf.st_mode)) {
|
/reactos/modules/rosapps/applications/cmdutils/touch/ |
H A D | touch.c | 297 if (!S_ISREG(sbp->st_mode) && !S_ISDIR(sbp->st_mode)) { in rw()
|
/reactos/sdk/include/crt/sys/ |
H A D | stat.h | 335 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
|
/reactos/sdk/lib/3rdparty/libmpg123/compat/ |
H A D | compat.c | 517 if(fullpath && !stat(fullpath, &fst) && S_ISREG(fst.st_mode)) in compat_nextfile()
|
/reactos/dll/win32/crypt32/ |
H A D | rootstore.c | 422 if (S_ISREG(st.st_mode)) in import_certs_from_path()
|
/reactos/drivers/network/tcpip/lwip/src/apps/http/makefsdata/ |
H A D | tinydir.h | 580 S_ISREG(file->_s.st_mode); in tinydir_open()
|
/reactos/drivers/filesystems/ext2/src/ |
H A D | dirctl.c | 142 if (S_ISDIR(Inode.i_mode) || S_ISREG(Inode.i_mode)) { in Ext2ProcessEntry()
|
H A D | create.c | 473 if (S_ISREG(Mcb->Inode.i_mode)) { in Ext2LookupFile()
|
/reactos/drivers/filesystems/ext2/src/ext3/ |
H A D | generic.c | 461 if (S_ISREG(src->i_mode)) { in Ext2DecodeInode() 488 if (S_ISREG(src->i_mode)) { in Ext2EncodeInode()
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | x509_crt.c | 1400 if( !S_ISREG( sb.st_mode ) ) in mbedtls_x509_crt_parse_path()
|
/reactos/drivers/filesystems/ext2/inc/ |
H A D | ext2fs.h | 371 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
|