Searched refs:ftello (Results 1 – 9 of 9) sorted by relevance
48 __weak_alias(ftello, _ftello) in __weak_alias() argument55 ftello(FILE *fp) in __weak_alias()
64 return((*pos = (off_t)ftello(fp)) == (off_t)-1); in fgetpos()
107 ftello.c #
1512 off_t ftello(FILE *);
92 #define l_ftell(f) ftello(f)
42 #define ftello _ftello macro
729 return ftello(fp); in _portable_ftell()
743 return ftello(fp); in _portable_ftell()
544 - Use ftello() and fseeko() if available instead of ftell() and fseek()