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);
77 _IO_file_attach(rdbuf(), fd);
H A Dfilebuf.cc60 _IO_file_attach(this, fd);
66 _IO_file_attach(this, fd);
151 return (filebuf*)_IO_file_attach(this, fd);
/haiku/src/system/libroot/posix/glibc/libio/
H A Diovdprintf.c50 if (INTUSE(_IO_file_attach) (&tmpfil.file, d) == NULL)
H A Diofdopen.c140 call _IO_file_attach or else it will allocate a buffer immediately. */
156 if (INTUSE(_IO_file_attach) ((_IO_FILE *) &new_f->fp, fd) == NULL)
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.c117 void _IO_file_attach() {} function
H A Dlibroot_stubs_legacy.c227 void _IO_file_attach() {} function

Completed in 187 milliseconds