Searched refs:_IO_no_init (Results 1 – 12 of 12) sorted by relevance
/libio/ |
A D | strfile.h | 93 _IO_no_init (&sf->_sbf._f, _IO_USER_LOCK, -1, NULL, NULL); in _IO_strfile_read() 107 _IO_no_init (&sf->_sbf._f, _IO_USER_LOCK, 0, wd, &_IO_wstr_jumps); in _IO_strfile_readw()
|
A D | iovdprintf.c | 41 _IO_no_init (&tmpfil.file, _IO_USER_LOCK, 0, &wd, &_IO_wfile_jumps); in __vdprintf_internal()
|
A D | iofopen.c | 72 _IO_no_init (&new_f->fp.file, 0, 0, &new_f->wd, &_IO_wfile_jumps); in __fopen_internal()
|
A D | iovsprintf.c | 79 _IO_no_init (&sf._sbf._f, _IO_USER_LOCK, -1, NULL, NULL); in __vsprintf_internal()
|
A D | vasprintf.c | 51 _IO_no_init (&sf._sbf._f, _IO_USER_LOCK, -1, NULL, NULL); in __vasprintf_internal()
|
A D | iofdopen.c | 128 _IO_no_init (&new_f->fp.file, 0, 0, &new_f->wd, in _IO_new_fdopen()
|
A D | vsnprintf.c | 110 _IO_no_init (&sf.f._sbf._f, _IO_USER_LOCK, -1, NULL, NULL); in __vsnprintf_internal()
|
A D | vswprintf.c | 107 _IO_no_init (&sf.f._sbf._f, _IO_USER_LOCK, 0, &wd, &_IO_wstrn_jumps); in __vswprintf_internal()
|
A D | wmemstream.c | 90 _IO_no_init (&new_f->fp._sf._sbf._f, 0, 0, &new_f->wd, &_IO_wmem_jumps); in open_wmemstream()
|
A D | obprintf.c | 134 _IO_no_init (&new_f.ofile.file.file, _IO_USER_LOCK, -1, NULL, NULL); in __obstack_vprintf_internal()
|
A D | genops.c | 493 _IO_no_init (fp, flags, -1, NULL, NULL); in libc_hidden_def() 561 _IO_no_init (FILE *fp, int flags, int orientation, in _IO_no_init() function
|
A D | libioP.h | 589 extern void _IO_no_init (FILE *, int, int, struct _IO_wide_data *,
|
Completed in 20 milliseconds