Searched refs:_IO_file_attach (Results 1 – 9 of 9) sorted by relevance
/haiku/src/libs/stdc++/legacy/ |
H A D | fstream.cc | 60 _IO_file_attach(rdbuf(), fd); in fstreambase() 77 _IO_file_attach(rdbuf(), fd); in fstreambase()
|
H A D | filebuf.cc | 60 _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 D | iovdprintf.c | 50 if (INTUSE(_IO_file_attach) (&tmpfil.file, d) == NULL)
|
H A D | iofdopen.c | 156 if (INTUSE(_IO_file_attach) ((_IO_FILE *) &new_f->fp, fd) == NULL) in _IO_new_fdopen()
|
H A D | fileops.c | 55 # 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 D | wfileops.c | 41 # define _IO_new_file_attach _IO_file_attach
|
H A D | libioP.h | 540 extern _IO_FILE* _IO_file_attach __P ((_IO_FILE *, int));
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 222 void _IO_file_attach() {} in _IO_file_attach() function
|
H A D | libroot_stubs.c | 112 void _IO_file_attach() {} in _IO_file_attach() function
|