HomeSort by relevance Sort by last modified time
    Searched refs:SEEK_END (Results 1 - 25 of 404) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/include/bits/
seek_constants.h 41 #define SEEK_END 2
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
unistd.h 83 #ifndef SEEK_END
84 #define SEEK_END 2 /**< set file offset to EOF plus offset */
90 #define L_XTND SEEK_END
EfiSysCall.h 11 SEEK_END 2 set file offset to EOF plus offset
86 #ifndef SEEK_END
87 #define SEEK_END 2 /**< set file offset to EOF plus offset */
fcntl.h 135 #ifndef SEEK_END
136 #define SEEK_END 2 /* set file offset to EOF plus offset */
  /external/strace/xlat/
whence_codes.h 18 #if defined(SEEK_END) || (defined(HAVE_DECL_SEEK_END) && HAVE_DECL_SEEK_END)
19 XLAT(SEEK_END),
  /external/compiler-rt/test/profile/Inputs/
instrprof-file_ex.c 36 fseek(F, 0, SEEK_END);
56 fseek(F, 0, SEEK_END);
  /external/ltp/testcases/kernel/syscalls/lseek/
lseek02.c 54 {&bad_fd, SEEK_END, EBADF},
60 {&pfd1, SEEK_END, ESPIPE},
63 {&pfds[0], SEEK_END, ESPIPE},
66 {&pfd2, SEEK_END, ESPIPE},
lseek01.c 45 {-4, SEEK_END, "SEEK_END", 3, 4, "defg"},
46 {0, SEEK_END, "SEEK_END", 7, 0, NULL},
  /art/libelffile/stream/
output_stream.h 30 kSeekEnd = SEEK_END,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
io.py 57 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
73 SEEK_END = 2
  /external/ltp/testcases/kernel/io/ltp-aiodio/
read_checkzero.c 54 offset = lseek(fd, 4096, SEEK_END);
  /external/mesa3d/src/compiler/spirv/
spirv2nir.c 55 off_t len = lseek(fd, 0, SEEK_END);
  /external/perf_data_converter/src/quipper/
file_reader.cc 20 fseek(infile_, 0, SEEK_END);
  /external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
frontend_memmap_main.c 29 fseek(fp, 0L, SEEK_END);
  /external/v8/tools/
shell-utils.h 48 fseek(file, 0, SEEK_END);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOs.py 73 SEEK_END = os.SEEK_END
  /external/libaom/libaom/third_party/libwebm/mkvparser/
mkvreader.cc 53 int status = _fseeki64(m_file, 0L, SEEK_END);
60 fseek(m_file, 0L, SEEK_END);
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvreader.cc 53 int status = _fseeki64(m_file, 0L, SEEK_END);
60 fseek(m_file, 0L, SEEK_END);
  /external/bsdiff/
file.cc 113 off_t end_pos = lseek(fd_, 0, SEEK_END);
117 lseek(fd_, 0, SEEK_END);
  /external/u-boot/fs/yaffs2/
yportenv.h 133 #ifndef SEEK_END
134 #define SEEK_END 2
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Strip/
strip.c 119 fseek (InFile, 0, SEEK_END);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fopen.c 104 (void) __sseek((void *)fp, (fpos_t)0, SEEK_END);
  /external/clang/test/Analysis/
stream.c 7 #define SEEK_END 2 /* Seek from end of file. */
46 fseek(p, 1, 3); // expected-warning {{The whence argument to fseek() should be SEEK_SET, SEEK_END, or SEEK_CUR}}
  /external/compiler-rt/test/profile/Linux/
instrprof-merge-vp.c 72 fseek(File, 0, SEEK_END);

Completed in 954 milliseconds

1 2 3 4 5 6 7 8 91011>>