Home
last modified time | relevance | path

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

/glibc-2.36/libio/
Dfputc.c36 return _IO_putc_unlocked (c, fp); in fputc()
38 result = _IO_putc_unlocked (c, fp); in fputc()
Dputc.c29 return _IO_putc_unlocked (c, fp); in _IO_putc()
31 result = _IO_putc_unlocked (c, fp); in _IO_putc()
Dputchar_u.c27 return _IO_putc_unlocked (c, stdout); in putchar_unlocked()
Dfputc_u.c36 return _IO_putc_unlocked (c, fp); in fputc_unlocked()
Dputc_u.c27 return _IO_putc_unlocked (c, fp); in __putc_unlocked()
Dputchar.c28 result = _IO_putc_unlocked (c, stdout); in putchar()
Dioputs.c41 && _IO_putc_unlocked ('\n', stdout) != EOF) in _IO_puts()
Dlibio.h169 #define _IO_putc_unlocked(_ch, _fp) __putc_unlocked_body (_ch, _fp) macro
/glibc-2.36/stdio-common/
Dprintf_size.c29 ? (int)_IO_putwc_unlocked (c, f) : _IO_putc_unlocked (c, f))
Dprintf_fphex.c50 ? (int)_IO_putwc_unlocked (c, f) : _IO_putc_unlocked (c, f))
Dprintf_fp.c62 ? (int)_IO_putwc_unlocked (c, f) : _IO_putc_unlocked (c, f))
Dvfprintf-internal.c159 # define PUTC(C, F) _IO_putc_unlocked (C, F)
/glibc-2.36/ChangeLog.old/
DChangeLog.143158 _IO_peekc_unlocked, _IO_putc_unlocked, _IO_getwc_unlocked, and
11511 * libio/putwc_u.c: Use _IO_putwc_unlocked, not _IO_putc_unlocked.
DChangeLog.64538 * libio/putc_u.c: Don't define alias _IO_putc_unlocked.
DChangeLog.81622 * libio/libio.h (_IO_putc_unlocked): Make sure that for line-buffered
DChangeLog.1922449 define _IO_getc_unlocked, _IO_putc_unlocked, _IO_feof_unlocked,
/glibc-2.36/posix/
Dtst-regex.input1622 * libio/libio.h (_IO_putc_unlocked): Make sure that for line-buffered