Home
last modified time | relevance | path

Searched defs:ftello (Results 1 – 4 of 4) sorted by relevance

/third_party/mingw-w64/mingw-w64-crt/stdio/
Dftello.c3 _off_t ftello(FILE * stream){ in ftello() function
/third_party/ffmpeg/tools/
Dqt-faststart.c37 #define ftello(x) ftello64(x) macro
42 #define ftello(x) _ftelli64(x) macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Dstdio.h671 __mingw_static_ovr _off_t ftello(FILE *_File) { in ftello() function
695 #define ftello ftello64 macro
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h540 #define ftello(...) (pthread_testcancel(), ftello(__VA_ARGS__)) macro