Searched refs:_IO_fwide (Results 1 - 25 of 28) sorted by path

12

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.c703 if (_IO_fwide (stderr, 0) > 0)
771 if (_IO_fwide (stderr, 0) > 0)
802 if (_IO_fwide (stderr, 0) > 0)
871 if (_IO_fwide (stderr, 0) > 0)
929 if (_IO_fwide (stderr, 0) > 0)
972 if (_IO_fwide (stderr, 0) > 0)
1035 if (_IO_fwide (stderr, 0) > 0)
1071 if (_IO_fwide (stderr, 0) > 0)
1104 if (_IO_fwide (stderr, 0) > 0)
1170 if (_IO_fwide (stder
[all...]
H A Dobstack.c504 if (_IO_fwide (stderr, 0) > 0)
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfputwc.c40 if (_IO_fwide (fp, 1) < 0)
H A Dfputwc_u.c39 if (_IO_fwide (fp, 1) < 0)
H A Dfwide.c52 result = _IO_fwide(fp, mode);
H A Dgenops.c236 _IO_fwide(file, -1);
329 if (file->_vtable_offset == 0 && _IO_fwide(file, -1) != -1)
334 _IO_fwide(file, -1);
363 if (file->_vtable_offset == 0 && _IO_fwide(file, -1) != -1)
368 _IO_fwide(file, -11);
H A Diofputs.c42 if ((fp->_vtable_offset != 0 || _IO_fwide (fp, -1) == -1)
H A Diofputs_u.c40 if (_IO_fwide (fp, -1) == -1 && _IO_sputn (fp, str, len) == len)
H A Diofputws.c41 if (_IO_fwide (fp, 1) == 1
H A Diofputws_u.c40 if (_IO_fwide (fp, 1) == 1
H A Diofwide.c94 #undef _IO_fwide macro
97 _IO_fwide(_IO_FILE *fp, int mode) function
H A Diofwrite.c44 if (fp->_vtable_offset != 0 || _IO_fwide (fp, -1) == -1)
H A Diofwrite_u.c45 if (_IO_fwide (fp, -1) == -1)
H A Diogetline.c67 _IO_fwide (fp, -1);
H A Diogetwline.c70 _IO_fwide (fp, 1);
H A Dioputs.c43 if ((_IO_stdout->_vtable_offset != 0 || _IO_fwide(_IO_stdout, -1) == -1)
H A Dioseekoff.c48 if (mode != 0 && ((_IO_fwide (fp, 0) < 0 && _IO_have_backup (fp))
49 || (_IO_fwide (fp, 0) > 0 && _IO_have_wbackup (fp))))
58 if (_IO_fwide (fp, 0) < 0)
H A Dioseekpos.c41 if (_IO_fwide(fp, 0) <= 0) {
H A Dioungetwc.c40 _IO_fwide (fp, 1);
H A Diovswscanf.c45 _IO_fwide (&sf._sbf._f, 1);
H A Dlibio.h484 extern int _IO_fwide (_IO_FILE *__fp, int __mode) __THROW;
502 # define _IO_fwide(__fp, __mode) \ macro
514 __result = _IO_fwide (__fp, __result); \
H A Dvswprintf.c123 _IO_fwide (&sf.f._sbf._f, 1);
H A Dwgenops.c246 _IO_fwide (f, 1);
256 if (fp->_mode < 0 || (fp->_mode == 0 && _IO_fwide (fp, 1) != 1))
260 _IO_fwide (fp, 1);
287 if (fp->_mode < 0 || (fp->_mode == 0 && _IO_fwide (fp, 1) != 1))
291 _IO_fwide (fp, 1);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dpsignal.c53 if (_IO_fwide (stderr, 0) > 0)
66 if (_IO_fwide (stderr, 0) > 0)
H A Dvfprintf.c81 # define ORIENT if (s->_vtable_offset == 0 && _IO_fwide (s, -1) != -1)\
99 # define ORIENT if (_IO_fwide (s, 1) != 1) return -1
1274 _IO_fwide (s, sizeof (CHAR_T) == 1 ? -1 : 1)

Completed in 224 milliseconds

12