Home
last modified time | relevance | path

Searched refs:_IO_putwc_unlocked (Results 1 – 7 of 7) sorted by relevance

/libio/
A Dputwchar_u.c25 return _IO_putwc_unlocked (wc, stdout); in putwchar_unlocked()
A Dputwc_u.c25 return _IO_putwc_unlocked (wc, fp); in putwc_unlocked()
A Dputwchar.c26 result = _IO_putwc_unlocked (wc, stdout); in putwchar()
A Dfputwc_u.c38 return _IO_putwc_unlocked (wc, fp); in fputwc_unlocked()
A Dputwc.c27 result = _IO_putwc_unlocked (wc, fp); in putwc()
A Dfputwc.c39 result = _IO_putwc_unlocked (wc, fp); in fputwc()
A Dlibio.h176 # define _IO_putwc_unlocked(_wch, _fp) \ macro

Completed in 11 milliseconds