Home
last modified time | relevance | path

Searched defs:fseek (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/src/stdio/
Dfseek.c36 int fseek(FILE *f, long off, int whence) in fseek() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dfseek.c36 int fseek(FILE *f, long off, int whence) in fseek() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dfseek.c36 int fseek(FILE *f, long off, int whence) in fseek() function
/third_party/boost/libs/nowide/src/
Dfilebuf.cpp70 int fseek(FILE* file, std::streamoff offset, int origin) in fseek() function
/third_party/toybox/toys/posix/
Dgrep.c173 struct arg_list *seek, fseek; in do_grep() local
/third_party/skia/third_party/externals/brotli/c/tools/
Dbrotli.c59 #define fseek _fseeki64 macro
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h535 #define fseek(...) (pthread_testcancel(), fseek(__VA_ARGS__)) macro