Searched refs:_IO_new_fopen (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Diofopen.c36 # define _IO_new_fopen fopen macro
102 _IO_new_fopen (filename, mode) function
110 strong_alias (_IO_new_fopen, __new_fopen)
111 versioned_symbol (libc, _IO_new_fopen, _IO_fopen, GLIBC_2_1);
H A Diolibio.h22 extern _IO_FILE *_IO_new_fopen __P((const char*, const char*));
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h78 extern _IO_FILE *_IO_new_fopen __P((const char*, const char*));
79 # define fopen(fname, mode) _IO_new_fopen (fname, mode)
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c194 void _IO_new_fopen() {} function
H A Dlibroot_stubs_legacy.c304 void _IO_new_fopen() {} function

Completed in 231 milliseconds