Home
last modified time | relevance | path

Searched refs:_IO_putc_unlocked (Results 1 – 8 of 8) sorted by relevance

/libio/
A Dfputc.c36 return _IO_putc_unlocked (c, fp); in fputc()
38 result = _IO_putc_unlocked (c, fp); in fputc()
A Dputc.c29 return _IO_putc_unlocked (c, fp); in _IO_putc()
31 result = _IO_putc_unlocked (c, fp); in _IO_putc()
A Dputchar_u.c27 return _IO_putc_unlocked (c, stdout); in putchar_unlocked()
A Dfputc_u.c36 return _IO_putc_unlocked (c, fp); in fputc_unlocked()
A Dputc_u.c27 return _IO_putc_unlocked (c, fp); in __putc_unlocked()
A Dputchar.c28 result = _IO_putc_unlocked (c, stdout); in putchar()
A Dioputs.c41 && _IO_putc_unlocked ('\n', stdout) != EOF) in _IO_puts()
A Dlibio.h169 #define _IO_putc_unlocked(_ch, _fp) __putc_unlocked_body (_ch, _fp) macro

Completed in 12 milliseconds