Searched defs:ftell (Results 1 – 7 of 7) sorted by relevance
10 long ftell(FILE * stream) in ftell() function
32 # define ftell ftello macro
131 # define ftell _ftelli64 macro
41 static inline long ftell ( FILE *stream __unused ) { in ftell() function
66 # define ftell ftello macro
50 #define ftell _ftelli64 macro
286 # define ftell(stream,offset,whence) ftello(stream,offset,whence) macro