Searched refs:S_ISREG (Results 126 - 150 of 171) sorted by relevance

1234567

/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.c545 if (S_ISLNK(buf.st_mode) || !S_ISREG(buf.st_mode)) {
/external/libchrome/base/files/
H A Dfile_util_posix.cc334 } else if (S_ISREG(from_stat.st_mode)) {
/external/libxml2/
H A Drunsuite.c55 if (!S_ISREG(buf.st_mode))
/external/openssh/
H A Dscp.c1158 if (wrerr == NO && (!exists || S_ISREG(stb.st_mode)) &&
/external/python/cpython2/Modules/
H A Dzipimport.c102 if (S_ISREG(statbuf.st_mode))
H A Dmmapmodule.c1174 if (fd != -1 && fstat(fd, &st) == 0 && S_ISREG(st.st_mode)) {
/external/valgrind/include/vki/
H A Dvki-darwin.h128 #define VKI_S_ISREG(m) S_ISREG(m)
H A Dvki-solaris.h1219 #define VKI_S_ISREG S_ISREG
/external/kmod/tools/
H A Ddepmod.c1143 } else if (S_ISREG(st.st_mode))
2475 } else if (S_ISREG(st.st_mode)) {
/external/squashfs-tools/squashfs-tools/
H A Daction.c857 return S_ISREG(st_mode);
859 return S_ISREG(st_mode) || S_ISDIR(st_mode) ||
H A Dmksquashfs.c4816 if (!S_ISREG(buf->st_mode))
4832 if (!S_ISREG(buf->st_mode)) {
6202 } else if(S_ISREG(buf.st_mode)) {
/external/autotest/client/tests/aiostress/
H A Daio-stress.c839 if (S_ISREG(buf.st_mode) && buf.st_size < oper->start)
/external/bzip2/
H A Dbzip2.c80 # define MY_S_ISREG S_ISREG
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc370 return S_ISREG(st.st_mode);
/external/dnsmasq/src/
H A Dcache.c991 if ((ah1->flags & AH_DIR) && stat(ah1->fname, &buf) != -1 && !S_ISREG(buf.st_mode))
/external/e2fsprogs/lib/support/
H A Dprofile.c272 if ((stat(fn, &st) < 0) || !S_ISREG(st.st_mode)) {
/external/elfutils/src/
H A Dar.c1268 else if (!S_ISREG (newst.st_mode))
/external/libcups/cups/
H A Dfile.c106 if (!S_ISREG(fileinfo.st_mode))
/external/libcxx/src/experimental/filesystem/
H A Doperations.cpp86 else if (S_ISREG(mode)) fs_tmp.type(file_type::regular);
/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c855 if (S_ISREG(buf.st_mode) && buf.st_size < oper->start)
/external/ppp/pppd/
H A Dmain.c1860 if (stat(prog, &sbuf) < 0 || !S_ISREG(sbuf.st_mode)
/external/strace/
H A Dstrace.c1390 S_ISREG(statbuf.st_mode) &&
/external/ImageMagick/coders/
H A Dps.c363 if ((status != MagickFalse) && S_ISREG(attributes.st_mode) &&
/external/curl/lib/vtls/
H A Ddarwinssl.c1033 return S_ISREG(st.st_mode);
H A Dnss.c328 if(S_ISREG(st.st_mode))

Completed in 1247 milliseconds

1234567