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

123

/external/expat/xmlwf/
H A Dreadfilemap.c23 #ifndef S_ISREG
30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
31 #endif /* not S_ISREG */
63 if (!S_ISREG(sb.st_mode)) {
H A Dunixfilemap.c40 if (!S_ISREG(sb.st_mode)) {
/external/e2fsprogs/lib/e2p/
H A Dgetflags.c56 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode))
H A Dsetflags.c62 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode)) {
H A Dfgetflags.c69 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode)) {
H A Dfsetflags.c75 !S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode)) {
/external/elfutils/libdw/
H A Ddwarf_begin.c103 if (fstat64 (fd, &st) == 0 && ! S_ISREG (st.st_mode))
/external/kernel-headers/original/linux/
H A Dstat.h25 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/external/chromium/base/test/
H A Dtest_file_util_posix.cc84 } else if (S_ISREG(info.stat.st_mode)) {
/external/oprofile/libutil/
H A Dop_file.c29 return !stat(file, &st) && S_ISREG(st.st_mode) && !access(file, R_OK);
/external/grub/stage2/
H A Dfsys_minix.c153 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
416 if (!S_ISREG (INODE->i_mode))
H A Dfsys_ext2fs.c234 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
672 if (!S_ISREG (INODE->i_mode))
/external/stlport/src/details/
H A Dfstream_unistd.cpp106 return FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode);
114 if (FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode))
/external/e2fsprogs/lib/blkid/
H A Dgetsize.c161 if (S_ISREG(st.st_mode))
H A Dsave.c93 if (ret == 0 && S_ISREG(st.st_mode)) {
/external/e2fsprogs/util/
H A Dcopy_sparse.c106 if (!S_ISREG(fileinfo.st_mode)) {
/external/openssh/
H A Dauth-rhosts.c71 if (!S_ISREG(st.st_mode)) {
H A Dauth.c170 if (S_ISREG(st.st_mode) == 0 ||
509 if (!S_ISREG(st.st_mode)) {
H A Ddefines.h142 #ifndef S_ISREG
143 # define S_ISREG(mode) (((mode) & (_S_IFMT)) == (_S_IFREG)) macro
144 #endif /* S_ISREG */
/external/protobuf/src/google/protobuf/testing/
H A Dfile.cc169 } else if (S_ISREG(stats.st_mode)) {
/external/ppp/pppd/plugins/radius/
H A Dconfig.c351 if (!S_ISREG(st.st_mode)) {
362 if (!S_ISREG(st.st_mode)) {
/external/bluetooth/glib/glib/
H A Dgiounix.c540 channel->is_seekable = S_ISREG (buffer.st_mode) || S_ISCHR (buffer.st_mode)
591 channel->is_seekable = S_ISREG (buffer.st_mode) || S_ISCHR (buffer.st_mode)
/external/e2fsprogs/ext2ed/
H A Dinode_com.c245 if (S_ISREG (type_data.u.t_ext2_inode.i_mode))
334 if (!S_ISREG (type_data.u.t_ext2_inode.i_mode)) {
/external/dbus/dbus/
H A Ddbus-file-unix.c108 if (sb.st_size > 0 && S_ISREG (sb.st_mode))
/external/e2fsprogs/lib/ext2fs/
H A Dgetsize.c245 if (S_ISREG(st.st_mode)) {

Completed in 1524 milliseconds

123