Home
last modified time | relevance | path

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

12345678910>>...13

/external/bison/lib/
Dfstat.c29 # undef fstat /* avoid warning on mingw64 with _FILE_OFFSET_BITS=64 */
30 # define fstat _fstati64 macro
37 return fstat (fd, buf); in orig_fstat()
Dsys_stat.in.h335 # undef fstat
336 # define fstat rpl_fstat
338 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
339 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
341 _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf));
343 _GL_CXXALIASWARN (fstat);
346 # define fstat _fstati64
348 # undef fstat
350 _GL_WARN_ON_USE (fstat, "fstat has portability problems - "
/external/bison/m4/
Dfstat.m41 # fstat.m4 serial 4
21 dnl Replace fstat() for supporting the gnulib-defined open() on directories.
35 # Prerequisites of lib/fstat.c.
/external/bison/darwin-lib/sys/
Dstat.h647 # undef fstat
648 # define fstat rpl_fstat
650 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
651 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
653 _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf));
655 _GL_CXXALIASWARN (fstat);
658 # define fstat _fstati64 macro
660 # undef fstat
662 _GL_WARN_ON_USE (fstat, "fstat has portability problems - "
/external/bison/linux-lib/sys/
Dstat.h647 # undef fstat
648 # define fstat rpl_fstat
650 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
651 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
653 _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf));
655 _GL_CXXALIASWARN (fstat);
658 # define fstat _fstati64 macro
660 # undef fstat
662 _GL_WARN_ON_USE (fstat, "fstat has portability problems - "
/external/e2fsprogs/lib/e2p/
Dgetflags.c35 if (fstat (fd, &buf) == -1) in getflags()
57 if (!fstat(fd, &buf) && in getflags()
Dsetflags.c63 if (!fstat(fd, &buf) && in setflags()
/external/lldb/test/pexpect-2.4/
Dfdpexpect.py34 os.fstat(fd)
70 os.fstat(self.child_fd)
/external/sqlite/dist/
DAndroid.patch90 + return unixLogError(SQLITE_IOERR_FSTAT, "fstat", ((unixFile*)id)->zPath);
95 struct stat buf; /* Used to hold return values of fstat() */
99 + return unixLogError(SQLITE_IOERR_FSTAT, "fstat", pFile->zPath);
108 + rc = unixLogError(SQLITE_IOERR_FSTAT, "fstat", pDbFd->zPath);
/external/ImageMagick/MagickCore/
Dnt-base.h115 #if !defined(fstat) && !defined(__BORLANDC__)
119 # define fstat _fstati64 macro
121 # define fstat _fstat
/external/e2fsprogs/lib/blkid/
Dgetsize.c150 if (fstat(fd, &st) >= 0 && in blkid_get_dev_size()
167 if (fstat(fd, &st) == 0) in blkid_get_dev_size()
/external/curl/lib/
Dcurl_setup.h367 # undef fstat
368 # define fstat(fdes,stp) _fstati64(fdes, stp) macro
386 # define fstat(fdes,stp) _fstat(fdes, stp) macro
/external/selinux/libsemanage/tests/
Dtest_semanage_store.c320 fstat(sourcefd, &sb); in test_semanage_nc_sort()
332 fstat(goodfd, &sb); in test_semanage_nc_sort()
343 fstat(badfd, &sb); in test_semanage_nc_sort()
/external/libdrm/libkms/
Dlinux.c75 ret = fstat(fd, &buffer); in linux_name_from_sysfs()
170 ret = fstat(fd, &buffer);
/external/strace/tests/
Dfstat.c9 # define TEST_SYSCALL_NAME fstat
/external/skia/src/ports/
DSkOSFile_posix.cpp44 if (0 != fstat(fd, &status)) { in sk_ino()
65 if (0 != fstat(fd, &status)) { in sk_fdmmap()
/external/mesa3d/src/gbm/main/
Dgbm.c112 if (fd < 0 || fstat(fd, &buf) < 0 || !S_ISCHR(buf.st_mode)) { in _gbm_mesa_get_device()
148 if (fd < 0 || fstat(fd, &buf) < 0 || !S_ISCHR(buf.st_mode)) { in gbm_create_device()
/external/autotest/client/site_tests/platform_FilePerms/
Dplatform_FilePerms.py134 fstat = os.stat(fs)
135 mode = fstat[stat.ST_MODE]
/external/f2fs-tools/mkfs/
Df2fs_format_utils.c41 if (fstat(config.fd, &stat_buf) < 0 ) { in f2fs_trim_device()
/external/e2fsprogs/include/nonunix/
Dunistd.h21 #define fstat _fstat macro
/external/gptfdisk/
Ddiskio.cc21 #define fstat64 fstat
Ddiskio.h33 #define fstat64 fstat
/external/curl/docs/examples/
Dfileupload.c46 if(fstat(fileno(fd), &file_info) != 0) { in main()
/external/elfutils/libdw/
Ddwarf_begin.c78 if (fstat (fd, &st) == 0 && ! S_ISREG (st.st_mode)) in dwarf_begin()
/external/tlsdate/
Dtlsdate-seccomp-amd64.policy5 fstat: 1

12345678910>>...13