Searched refs:_IO_old_fdopen (Results 1 – 3 of 3) sorted by relevance
37 _IO_old_fdopen (int fd, const char *mode) in _IO_old_fdopen() function119 strong_alias (_IO_old_fdopen, __old_fdopen)120 compat_symbol (libc, _IO_old_fdopen, _IO_fdopen, GLIBC_2_0);
48 if ((f = _IO_old_fdopen (fd, "w+b")) == NULL) in __old_tmpfile()
15 extern FILE *_IO_old_fdopen (int, const char*) __THROW;
Completed in 7 milliseconds