Searched defs:ftell (Results 1 – 10 of 10) sorted by relevance
32 # define ftell ftello macro
138 # define ftell _ftelli64 macro
67 # define ftell ftello macro
60 #define ftell _ftelli64 macro
304 # define ftell(stream,offset,whence) ftello(stream,offset,whence) macro
296 pub fn ftell(stream: *mut FILE) -> c_long; in ftell() function
473 pub fn ftell(stream: *mut FILE) -> c_long; in ftell() function
370 pub fn ftell(f: *mut FILE) -> c_long; in ftell() function
1108 pub fn ftell(stream: *mut FILE) -> c_long; in ftell() function
3383 pub fn ftell(stream: *mut FILE) -> c_long; in ftell() function