Searched defs:fgetpos (Results 1 – 7 of 7) sorted by relevance
3 int fgetpos(FILE *restrict f, fpos_t *restrict pos) in fgetpos() function
327 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() function
501 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() function
482 pub fn fgetpos(f: *mut FILE, pos: *mut fpos_t) -> c_int; in fgetpos() function
504 pub fn fgetpos(arg1: *mut FILE, arg2: *mut fpos_t) -> c_int; in fgetpos() function
1117 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() function
3400 pub fn fgetpos(stream: *mut FILE, ptr: *mut fpos_t) -> c_int; in fgetpos() function