Home
last modified time | relevance | path

Searched refs:_IO_file_attach (Results 1 – 9 of 9) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Dfstream.cc60 _IO_file_attach(rdbuf(), fd); in fstreambase()
77 _IO_file_attach(rdbuf(), fd); in fstreambase()
H A Dfilebuf.cc60 _IO_file_attach(this, fd); in filebuf()
66 _IO_file_attach(this, fd); in filebuf()
151 return (filebuf*)_IO_file_attach(this, fd); in attach()
/haiku/src/system/libroot/posix/glibc/libio/
H A Diovdprintf.c50 if (INTUSE(_IO_file_attach) (&tmpfil.file, d) == NULL)
H A Diofdopen.c156 if (INTUSE(_IO_file_attach) ((_IO_FILE *) &new_f->fp, fd) == NULL) in _IO_new_fdopen()
H A Dfileops.c55 # define _IO_new_file_attach _IO_file_attach
421 INTDEF2(_IO_new_file_attach, _IO_file_attach)
1557 versioned_symbol (libc, _IO_new_file_attach, _IO_file_attach, GLIBC_2_1);
H A Dwfileops.c41 # define _IO_new_file_attach _IO_file_attach
H A DlibioP.h540 extern _IO_FILE* _IO_file_attach __P ((_IO_FILE *, int));
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c222 void _IO_file_attach() {} in _IO_file_attach() function
H A Dlibroot_stubs.c112 void _IO_file_attach() {} in _IO_file_attach() function