/external/ltp/testcases/kernel/syscalls/dup/ |
D | dup07.c | 68 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/ |
D | fstat.c | 29 # undef fstat /* avoid warning on mingw64 with _FILE_OFFSET_BITS=64 */ 30 # define fstat _fstati64 macro 37 return fstat (fd, buf); in orig_fstat()
|
D | sys_stat.in.h | 335 # 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/ |
D | fstat.m4 | 1 # 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/ |
D | freedreno_drm_winsys.c | 71 fstat(fd, &stat); in hash_fd() 81 fstat(fd1, &stat1); in compare_fd() 82 fstat(fd2, &stat2); in compare_fd()
|
/external/sqlite/dist/ |
D | Android.patch | 46 + 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/ |
D | advio.c | 66 } 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()
|
D | syslxcom.c | 120 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/ |
D | etnaviv_drm_winsys.c | 99 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/ |
D | nouveau_drm_winsys.c | 43 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/ |
D | stat.h | 647 # 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/ |
D | stat.h | 647 # 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/ |
D | getflags.c | 36 if (fstat (fd, &buf) == -1) in getflags() 58 if (!fstat(fd, &buf) && in getflags()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 26-1.c | 42 if (fstat(fd, &stat_buf) != 0) { in main() 56 if (fstat(fd, &stat_buf) != 0) { in main()
|
D | 26-2.c | 63 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/ |
D | 8-1.c | 55 if (fstat(fd, &stat_before) != 0) { in main() 92 if (fstat(fd, &stat_after) != 0) { in main()
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open01.c | 96 fstat(fildes, &statbuf); in main() 115 fstat(TEST_RETURN, &statbuf); in main()
|
/external/ltp/testcases/kernel/syscalls/dup2/ |
D | dup204.c | 86 if (fstat(fd[i], &oldbuf) == -1) in main() 89 if (fstat(nfd[i], &newbuf) == -1) in main()
|
D | dup202.c | 116 if (fstat(ofd, &oldbuf) == -1) in main() 121 if (fstat(*TC[i].nfd, &newbuf) == -1) in main()
|
/external/libchrome/base/memory/ |
D | shared_memory_posix.cc | 182 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/ |
D | nt-base.h | 115 #if !defined(fstat) && !defined(__BORLANDC__) 119 # define fstat _fstati64 macro 121 # define fstat _fstat
|
/external/libjpeg-turbo/md5/ |
D | md5hl.c | 19 #define fstat _fstat macro 78 if (fstat(f, &stbuf) < 0) in MD5FileChunk()
|
/external/ltp/testcases/kernel/syscalls/ftruncate/ |
D | ftruncate02.c | 128 if (fstat(fd, &stat_buf) < 0) { in main() 162 if (fstat(fd, &stat_buf) < 0) { in main()
|
/external/e2fsprogs/lib/blkid/ |
D | getsize.c | 151 if (fstat(fd, &st) >= 0 && in blkid_get_dev_size() 168 if (fstat(fd, &st) == 0) in blkid_get_dev_size()
|
/external/curl/lib/ |
D | curl_setup.h | 367 # undef fstat 368 # define fstat(fdes,stp) _fstati64(fdes, stp) macro 386 # define fstat(fdes,stp) _fstat(fdes, stp) macro
|