Searched defs:fseek (Results 1 – 7 of 7) sorted by relevance
/third_party/musl/src/stdio/ |
D | fseek.c | 36 int fseek(FILE *f, long off, int whence) in fseek() function
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
D | fseek.c | 36 int fseek(FILE *f, long off, int whence) in fseek() function
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
D | fseek.c | 36 int fseek(FILE *f, long off, int whence) in fseek() function
|
/third_party/boost/libs/nowide/src/ |
D | filebuf.cpp | 70 int fseek(FILE* file, std::streamoff offset, int origin) in fseek() function
|
/third_party/toybox/toys/posix/ |
D | grep.c | 173 struct arg_list *seek, fseek; in do_grep() local
|
/third_party/skia/third_party/externals/brotli/c/tools/ |
D | brotli.c | 59 #define fseek _fseeki64 macro
|
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/ |
D | pthread.h | 535 #define fseek(...) (pthread_testcancel(), fseek(__VA_ARGS__)) macro
|