Home
last modified time | relevance | path

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

12345678910>>...19

/external/ltp/testcases/kernel/syscalls/dup/
Ddup07.c68 fstat(rdoret, &retbuf); in main()
69 fstat(duprdo, &dupbuf); in main()
90 fstat(wroret, &retbuf); in main()
91 fstat(dupwro, &dupbuf); in main()
113 fstat(rdwret, &retbuf); in main()
114 fstat(duprdwr, &dupbuf); in main()
/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/mesa3d/src/gallium/winsys/freedreno/drm/
Dfreedreno_drm_winsys.c71 fstat(fd, &stat); in hash_fd()
81 fstat(fd1, &stat1); in compare_fd()
82 fstat(fd2, &stat2); in compare_fd()
/external/sqlite/dist/
DAndroid.patch46 + return unixLogError(SQLITE_IOERR_FSTAT, "fstat", ((unixFile*)id)->zPath);
51 struct stat buf; /* Used to hold return values of fstat() */
55 + return unixLogError(SQLITE_IOERR_FSTAT, "fstat", pFile->zPath);
64 + rc = unixLogError(SQLITE_IOERR_FSTAT, "fstat", pDbFd->zPath);
/external/syslinux/libinstaller/
Dadvio.c66 } else if (fstat(fd, &st)) { in read_adv()
114 } else if (fstat(fd, &st)) { in write_adv()
134 } else if (fstat(fd, &xst) || xst.st_ino != st.st_ino || in write_adv()
Dsyslxcom.c120 if (!fstat(fd, &st)) { in clear_attributes()
151 if (!fstat(fd, &st)) { in set_attributes()
188 if (fstat(fd, &st)) in sectmap_fie()
/external/mesa3d/src/gallium/winsys/etnaviv/drm/
Detnaviv_drm_winsys.c99 fstat(fd, &stat); in hash_fd()
110 fstat(fd1, &stat1); in compare_fd()
111 fstat(fd2, &stat2); in compare_fd()
/external/mesa3d/src/gallium/winsys/nouveau/drm/
Dnouveau_drm_winsys.c43 fstat(fd, &stat); in hash_fd()
53 fstat(fd1, &stat1); in compare_fd()
54 fstat(fd2, &stat2); in compare_fd()
/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.c36 if (fstat (fd, &buf) == -1) in getflags()
58 if (!fstat(fd, &buf) && in getflags()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D26-1.c42 if (fstat(fd, &stat_buf) != 0) { in main()
56 if (fstat(fd, &stat_buf) != 0) { in main()
D26-2.c63 if (fstat(fd, &stat_buf) != 0) { in main()
104 if (fstat(fd, &stat_buf) != 0) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
D8-1.c55 if (fstat(fd, &stat_before) != 0) { in main()
92 if (fstat(fd, &stat_after) != 0) { in main()
/external/ltp/testcases/kernel/syscalls/open/
Dopen01.c96 fstat(fildes, &statbuf); in main()
115 fstat(TEST_RETURN, &statbuf); in main()
/external/ltp/testcases/kernel/syscalls/dup2/
Ddup204.c86 if (fstat(fd[i], &oldbuf) == -1) in main()
89 if (fstat(nfd[i], &newbuf) == -1) in main()
Ddup202.c116 if (fstat(ofd, &oldbuf) == -1) in main()
121 if (fstat(*TC[i].nfd, &newbuf) == -1) in main()
/external/libchrome/base/memory/
Dshared_memory_posix.cc182 if (fstat(handle.fd, &st) != 0) in GetSizeFromSharedMemoryHandle()
252 (fstat(fd, &sb) != 0 || sb.st_uid != real_uid || in Create()
282 if (fstat(fileno(fp.get()), &stat) != 0) in Create()
417 if (fstat(fileno(fp.get()), &st)) in PrepareMapFile()
421 if (fstat(readonly_fd.get(), &readonly_st)) in PrepareMapFile()
/external/ImageMagick/MagickCore/
Dnt-base.h115 #if !defined(fstat) && !defined(__BORLANDC__)
119 # define fstat _fstati64 macro
121 # define fstat _fstat
/external/libjpeg-turbo/md5/
Dmd5hl.c19 #define fstat _fstat macro
78 if (fstat(f, &stbuf) < 0) in MD5FileChunk()
/external/ltp/testcases/kernel/syscalls/ftruncate/
Dftruncate02.c128 if (fstat(fd, &stat_buf) < 0) { in main()
162 if (fstat(fd, &stat_buf) < 0) { in main()
/external/e2fsprogs/lib/blkid/
Dgetsize.c151 if (fstat(fd, &st) >= 0 && in blkid_get_dev_size()
168 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

12345678910>>...19