HomeSort by relevance Sort by last modified time
    Searched refs:S_ISREG (Results 51 - 75 of 223) sorted by null

1 23 4 5 6 7 8 9

  /external/ImageMagick/MagickWand/
studio.h 200 # if !defined(S_ISREG)
201 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
  /external/libcap/libcap/
cap_file.c 257 if (S_ISLNK(buf.st_mode) || !S_ISREG(buf.st_mode)) {
289 if (S_ISLNK(buf.st_mode) || !S_ISREG(buf.st_mode)) {
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_diskstat.c 277 if (!S_ISREG(stat_buf.st_mode))
303 if (!S_ISREG(stat_buf.st_mode))
hud_cpufreq.c 224 if (!S_ISREG(stat_buf.st_mode))
  /build/make/tools/libhost/
CopyFile.c 217 if (statResult == 0 && !S_ISREG(dstStat.st_mode)) {
373 if (statResult == 0 && !S_ISREG(dstStat.st_mode)
586 } else if (S_ISREG(srcStat.st_mode)) {
  /external/autotest/client/site_tests/login_UserPolicyKeys/
login_UserPolicyKeys.py 46 if not stat.S_ISREG(info.st_mode):
  /external/autotest/client/site_tests/security_OpenFDs/
security_OpenFDs.py 27 Implements the same interface as stat.S_ISREG(x).
171 allowed_fd_type_check = lambda x: (stat.S_ISREG(x) or
  /external/e2fsprogs/lib/blkid/
getsize.c 173 if (S_ISREG(st.st_mode))
save.c 98 if (ret == 0 && S_ISREG(st.st_mode)) {
  /external/e2fsprogs/util/
copy_sparse.c 106 if (!S_ISREG(fileinfo.st_mode)) {
  /external/grpc-grpc/src/core/lib/security/security_connector/
load_system_roots_linux.cc 107 if (stat_return == -1 || !S_ISREG(dir_entry_stat.st_mode)) {
  /external/llvm/lib/Fuzzer/
FuzzerIO.cpp 30 return S_ISREG(St.st_mode);
  /external/lz4/tests/
roundTripTest.c 158 if (r || !S_ISREG(statbuf.st_mode)) return 0; /* No good... */
  /external/openssh/
auth-rhosts.c 73 if (!S_ISREG(st.st_mode)) {
auth.c 177 if (S_ISREG(st.st_mode) == 0 ||
505 if (!S_ISREG(stp->st_mode)) {
596 if (!S_ISREG(st.st_mode)) {
  /external/openssh/regress/
check-perm.c 110 if (!S_ISREG(stp->st_mode)) {
  /external/protobuf/src/google/protobuf/testing/
file.cc 189 } else if (S_ISREG(stats.st_mode)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
filelist.py 259 from stat import ST_MODE, S_ISREG, S_ISDIR, S_ISLNK
279 if S_ISREG(mode):
  /external/autotest/client/site_tests/platform_EncryptedStateful/
platform_EncryptedStateful.py 134 chk.check(stat.S_ISREG(info.st_mode),
144 chk.check(stat.S_ISREG(info.st_mode),
  /external/curl/lib/
curl_setup.h 744 /* Define S_ISREG if not defined by system headers, f.e. MSVC */
745 #if !defined(S_ISREG) && defined(S_IFMT) && defined(S_IFREG)
746 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /external/ppp/pppd/plugins/radius/
config.c 351 if (!S_ISREG(st.st_mode)) {
362 if (!S_ISREG(st.st_mode)) {
  /external/python/cpython2/Lib/distutils/
filelist.py 260 from stat import ST_MODE, S_ISREG, S_ISDIR, S_ISLNK
280 if S_ISREG(mode):
  /external/python/cpython3/Include/
pyport.h 240 #ifndef S_ISREG
241 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG)
  /external/toybox/toys/lsb/
mount.c 202 && ((S_ISREG(stdev.st_mode) && S_ISREG(stdir.st_mode))
  /external/u-boot/tools/
zynqmpimage.c 387 if (!S_ISREG(path_stat.st_mode)) {
458 if (!S_ISREG(path_stat.st_mode)) {

Completed in 1160 milliseconds

1 23 4 5 6 7 8 9