Searched refs:_IO_new_fclose (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c289 void _IO_new_fclose() {} function
H A Dlibroot_stubs.c179 void _IO_new_fclose() {} function
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h82 extern int _IO_new_fclose __P((_IO_FILE*));
83 # define fclose(fp) _IO_new_fclose (fp)
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofclose.c37 # define _IO_new_fclose fclose macro
41 _IO_new_fclose (fp) function
100 versioned_symbol (libc, _IO_new_fclose, _IO_fclose, GLIBC_2_1);
101 strong_alias (_IO_new_fclose, __new_fclose)
H A Diolibio.h11 extern int _IO_new_fclose __P((_IO_FILE*));
H A Dpclose.c43 return _IO_new_fclose (fp);

Completed in 223 milliseconds