HomeSort by relevance Sort by last modified time
    Searched refs:SEEK_DATA (Results 1 - 17 of 17) sorted by null

  /external/ltp/include/lapi/
seek.h 23 #ifndef SEEK_DATA
24 # define SEEK_DATA 3
  /external/strace/xlat/
whence_codes.h 15 #if defined(SEEK_DATA) || (defined(HAVE_DECL_SEEK_DATA) && HAVE_DECL_SEEK_DATA)
16 XLAT(SEEK_DATA),
  /external/ltp/testcases/kernel/syscalls/lseek/
lseek11.c 21 * This case does functional SEEK_HOLE and SEEK_DATA of lseek(2) testing.
26 * SEEK_DATA
84 {0, 0, SEEK_DATA, "data01", 6}, /* SEEK_DATA from starting of file*/
85 {0, 4, SEEK_DATA, "01suffix", 8}, /* SEEK_DATA from maddle of the first data */
90 {1, 0, SEEK_DATA, "data02", 6}, /* SEEK_DATA from the starting of the first hole */
91 {UNIT_BLOCKS, -1, SEEK_DATA, "data02", 6}, /* SEEK_DATA from the tail of the first hole *
    [all...]
  /external/toybox/lib/
portability.h 49 #ifndef SEEK_DATA
50 #define SEEK_DATA 3
  /external/toybox/toys/lsb/
dmesg.c 140 lseek(fd, 0, SEEK_DATA);
  /external/ltp/testcases/kernel/logging/kmsg/
kmsg01.c 32 * - device supports SEEK_SET, SEEK_END, SEEK_DATA
547 #ifdef SEEK_DATA
548 /* 3. messages after SEEK_DATA 0 shouldn't contain MSG_PREFIX */
549 tst_res(TINFO, "TEST: seek SEEK_DATA 0");
554 if (lseek(fd, 0, SEEK_DATA) == -1)
555 tst_res(TFAIL|TERRNO, "lseek SEEK_DATA 0 failed");
557 tst_res(TPASS, "SEEK_DATA 0");
559 tst_res(TFAIL, "SEEK_DATA 0 found: %s", msg);
  /bionic/libc/kernel/uapi/linux/
fs.h 32 #define SEEK_DATA 3
  /external/kernel-headers/original/uapi/linux/
fs.h 38 #define SEEK_DATA 3 /* seek to the next data */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fs.h 35 #define SEEK_DATA 3 /* seek to the next data */
  /system/core/libcutils/tests/
AshmemTest.cpp 150 // ------^ lseek(0, SEEK_DATA)
162 {0, SEEK_DATA, dataStart}, {dataStart, SEEK_HOLE, dataEnd},
  /external/e2fsprogs/misc/
create_inode.c 458 #if defined(SEEK_DATA) && defined(SEEK_HOLE)
466 /* Try to use SEEK_DATA and SEEK_HOLE */
468 data = lseek(fd, data, SEEK_DATA);
490 #endif /* SEEK_DATA and SEEK_HOLE */
571 #if defined(SEEK_DATA) && defined(SEEK_HOLE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 145 # define SEEK_DATA 3 /* Seek to next data. */
unistd.h 316 # define SEEK_DATA 3 /* Seek to next data. */
    [all...]
  /external/python/cpython3/Modules/_io/
bufferedio.c     [all...]
  /external/python/cpython3/Lib/test/
test_posix.py     [all...]
  /external/python/cpython3/Lib/
_pyio.py 27 valid_seek_flags.add(os.SEEK_DATA)
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 276 milliseconds