Searched refs:_IO_new_fclose (Results 1 – 4 of 4) sorted by relevance
33 _IO_new_fclose (FILE *fp) in _IO_new_fclose() function78 versioned_symbol (libc, _IO_new_fclose, _IO_fclose, GLIBC_2_1);79 strong_alias (_IO_new_fclose, __new_fclose)
38 return _IO_new_fclose (fp); in __new_pclose()
46 return _IO_new_fclose (fp); in _IO_old_fclose()
11 extern int _IO_new_fclose (FILE*);
Completed in 7 milliseconds