HomeSort by relevance Sort by last modified time
    Searched defs:fseek (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fseek.c 2 Implementation of fseek as declared in <stdio.h>.
43 NetBSD: fseek.c,v 1.22 2006/01/26 10:48:18 kleink Exp
65 fseek(FILE *fp, long l_offset, int whence) function
  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 65 #if defined(OPJ_HAVE_FSEEKO) && !defined(fseek)
66 # define fseek fseeko macro
85 # define OPJ_FSEEK(stream,offset,whence) fseek(stream,offset,whence)
  /external/syslinux/gpxe/src/crypto/axtls/
os_port.h 36 static inline int fseek ( FILE *stream __unused, long offset __unused, function
  /external/ImageMagick/MagickCore/
blob-private.h 31 # define fseek fseeko macro
nt-base.h 108 #if !defined(fseek) && !defined(__MINGW32__) && !defined(__MINGW64__)
112 # define fseek _fseeki64 macro
  /external/toybox/toys/posix/
grep.c 129 struct arg_list *seek, fseek; local
138 seek = &fseek;
139 fseek.arg = s = line;
  /external/brotli/c/tools/
brotli.c 54 #define fseek _fseeki64 macro
  /external/pdfium/third_party/libtiff/
tiffiop.h 289 # define fseek(stream,offset,whence) fseeko(stream,offset,whence) macro
309 #define _TIFF_fseek_f(stream,offset,whence) fseek(stream,offset,whence)
  /external/lz4/programs/
lz4io.c 65 #if defined(_MSC_VER) && (_MSC_VER >= 1400) /* Avoid MSVC fseek()'s 2GiB barrier */
66 # define fseek _fseeki64 macro
69 # define fseek fseeko macro
636 int const seekResult = fseek(file, 1 GB, SEEK_CUR);
653 { int const seekResult = fseek(file, storedSkips, SEEK_CUR);
673 int const seekResult = fseek(file, storedSkips, SEEK_CUR);
687 int const seekResult = fseek(file, storedSkips-1, SEEK_CUR);
876 errorNb = fseek(fp, (long) s, SEEK_CUR);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 535 #define fseek(...) (pthread_testcancel(), fseek(__VA_ARGS__)) macro
    [all...]

Completed in 494 milliseconds