HomeSort by relevance Sort by last modified time
    Searched refs:fstat (Results 76 - 100 of 559) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/iproute2/netem/
stats.c 27 fstat(fileno(fp), &info);
  /external/libchrome/sandbox/linux/suid/
process_util_linux.c 46 if (fstat(dirfd, &statbuf) < 0) {
  /external/libmicrohttpd/doc/examples/
responseheaders.c 37 (0 != fstat (fd, &sbuf)) )
  /external/toybox/toys/posix/
wc.c 57 if (!fstat(fd, &st) && S_ISREG(st.st_mode) && st.st_size > 0) {
split.c 46 fstat(infd, &st);
  /libcore/luni/src/main/java/libcore/io/
MemoryMappedFile.java 52 long size = Libcore.os.fstat(fd).st_size;
  /libcore/ojluni/src/main/native/
FileKey.c 39 #define fstat64 fstat
  /system/core/libcutils/
ashmem-host.c 76 int result = fstat(fd, &buf);
ashmem-dev.c 59 ret = TEMP_FAILURE_RETRY(fstat(fd, &st));
93 if (TEMP_FAILURE_RETRY(fstat(fd, &st)) < 0) {
  /toolchain/binutils/binutils-2.25/binutils/
bfdtest2.c 53 return fstat (fileno ((FILE*) stream), sb);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 165 int __cdecl fstat(int _Desc,struct stat *_Stat);
171 fstat(int _Desc,struct stat *_Stat) { function
201 fstat(int _Desc,struct stat *_Stat) { function
256 #define fstat _fstat32i64 macro
259 #define fstat _fstat64 macro
  /external/bison/darwin-lib/sys/
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); variable
658 # define fstat _fstati64 macro
660 # undef fstat macro
662 _GL_WARN_ON_USE (fstat, "fstat has portability problems -
    [all...]
  /external/bison/linux-lib/sys/
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); variable
658 # define fstat _fstati64 macro
660 # undef fstat macro
662 _GL_WARN_ON_USE (fstat, "fstat has portability problems -
    [all...]
  /external/e2fsprogs/lib/blkid/
getsize.c 150 if (fstat(fd, &st) >= 0 &&
167 if (fstat(fd, &st) == 0)
  /external/libdrm/libkms/
linux.c 29 * going from fd to pci id via fstat and udev.
75 ret = fstat(fd, &buffer);
170 ret = fstat(fd, &buffer);
  /external/skia/src/ports/
SkOSFile_posix.cpp 44 if (0 != fstat(fd, &status)) {
65 if (0 != fstat(fd, &status)) {
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 107 if (::fstat(mFD, &fd_stat) == 0) {
253 if (::fstat(mFD, &file_stat) == 0) {
  /external/bison/lib/
open.c 125 override fstat() in fchdir.c to hide the fact that we have a
165 if (fstat (fd, &statbuf) >= 0 && !S_ISDIR (statbuf.st_mode))
  /external/curl/tests/libtest/
lib505.c 66 hd = fstat(fileno(hd_src), &file_info);
70 fprintf(stderr, "fstat() failed with error: %d %s\n",
lib525.c 66 hd = fstat(fileno(hd_src), &file_info);
70 fprintf(stderr, "fstat() failed with error: %d (%s)\n",
  /external/elfutils/libelf/
elf_readall.c 96 if (fstat (elf->fildes, &st) < 0)
  /external/libjpeg-turbo/md5/
md5hl.c 61 if (fstat(f, &stbuf) < 0)
  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 85 # define OPJ_FSTAT(fildes,stat_buff) fstat(fildes,stat_buff)
  /external/strace/tests/
sendfile64.c 63 if (fstat(reg_in, &stb))
  /external/vboot_reference/futility/
file_type.c 88 if (0 != fstat(ifd, &sb)) {

Completed in 839 milliseconds

1 2 34 5 6 7 8 91011>>