/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 - "
|
D | fopen.c | 90 if (fstat (fd, &statbuf) >= 0 && !S_ISDIR (statbuf.st_mode)) in rpl_fopen()
|
/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/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 | 35 if (fstat (fd, &buf) == -1) in getflags() 57 if (!fstat(fd, &buf) && in getflags()
|
D | setflags.c | 63 if (!fstat(fd, &buf) && in setflags()
|
/external/lldb/test/pexpect-2.4/ |
D | fdpexpect.py | 34 os.fstat(fd) 70 os.fstat(self.child_fd)
|
/external/sqlite/dist/ |
D | Android.patch | 90 + 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/e2fsprogs/lib/blkid/ |
D | getsize.c | 150 if (fstat(fd, &st) >= 0 && in blkid_get_dev_size() 167 if (fstat(fd, &st) == 0) in blkid_get_dev_size()
|
/external/selinux/libsemanage/tests/ |
D | test_semanage_store.c | 320 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/ |
D | linux.c | 71 ret = fstat(fd, &buffer); in linux_name_from_sysfs() 166 ret = fstat(fd, &buffer);
|
/external/skia/src/ports/ |
D | SkOSFile_posix.cpp | 42 if (0 != fstat(fd, &status)) { in sk_ino() 63 if (0 != fstat(fd, &status)) { in sk_fdmmap()
|
/external/mesa3d/src/gbm/main/ |
D | gbm.c | 112 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()
|
D | common.c | 45 if (fstat(fd, &buf) < 0) { in _gbm_udev_device_new_from_fd()
|
/external/f2fs-tools/mkfs/ |
D | f2fs_format_utils.c | 41 if (fstat(config.fd, &stat_buf) < 0 ) { in f2fs_trim_device()
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 21 #define fstat _fstat macro
|
/external/gptfdisk/ |
D | diskio.cc | 21 #define fstat64 fstat
|
D | diskio.h | 33 #define fstat64 fstat
|
/external/llvm/lib/Support/Unix/ |
D | Process.inc | 217 while (fstat(StandardFD, &st) < 0) { 218 assert(errno && "expected errno to be set if fstat failed!"); 219 // fstat should return EBADF if the file descriptor is closed. 222 // retry fstat if we got EINTR, otherwise bubble up the failure. 226 // if fstat succeeds, move on to the next FD.
|
/external/iproute2/netem/ |
D | stats.c | 27 fstat(fileno(fp), &info); in stats()
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | opj_includes.h | 85 # define OPJ_FSTAT(fildes,stat_buff) fstat(fildes,stat_buff)
|
/external/elfutils/src/lib/ |
D | crc32_file.c | 48 if (fstat (fd, &st) == 0) in crc32_file()
|
/external/vboot_reference/host/lib/ |
D | file_keys.c | 31 if (-1 == fstat(fd, &stat_fd)) { in BufferFromFile()
|