Searched refs:_IO_putc_unlocked (Results 1 – 17 of 17) sorted by relevance
/glibc-2.36/libio/ |
D | fputc.c | 36 return _IO_putc_unlocked (c, fp); in fputc() 38 result = _IO_putc_unlocked (c, fp); in fputc()
|
D | putc.c | 29 return _IO_putc_unlocked (c, fp); in _IO_putc() 31 result = _IO_putc_unlocked (c, fp); in _IO_putc()
|
D | putchar_u.c | 27 return _IO_putc_unlocked (c, stdout); in putchar_unlocked()
|
D | fputc_u.c | 36 return _IO_putc_unlocked (c, fp); in fputc_unlocked()
|
D | putc_u.c | 27 return _IO_putc_unlocked (c, fp); in __putc_unlocked()
|
D | putchar.c | 28 result = _IO_putc_unlocked (c, stdout); in putchar()
|
D | ioputs.c | 41 && _IO_putc_unlocked ('\n', stdout) != EOF) in _IO_puts()
|
D | libio.h | 169 #define _IO_putc_unlocked(_ch, _fp) __putc_unlocked_body (_ch, _fp) macro
|
/glibc-2.36/stdio-common/ |
D | printf_size.c | 29 ? (int)_IO_putwc_unlocked (c, f) : _IO_putc_unlocked (c, f))
|
D | printf_fphex.c | 50 ? (int)_IO_putwc_unlocked (c, f) : _IO_putc_unlocked (c, f))
|
D | printf_fp.c | 62 ? (int)_IO_putwc_unlocked (c, f) : _IO_putc_unlocked (c, f))
|
D | vfprintf-internal.c | 159 # define PUTC(C, F) _IO_putc_unlocked (C, F)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.14 | 3158 _IO_peekc_unlocked, _IO_putc_unlocked, _IO_getwc_unlocked, and 11511 * libio/putwc_u.c: Use _IO_putwc_unlocked, not _IO_putc_unlocked.
|
D | ChangeLog.6 | 4538 * libio/putc_u.c: Don't define alias _IO_putc_unlocked.
|
D | ChangeLog.8 | 1622 * libio/libio.h (_IO_putc_unlocked): Make sure that for line-buffered
|
D | ChangeLog.19 | 22449 define _IO_getc_unlocked, _IO_putc_unlocked, _IO_feof_unlocked,
|
/glibc-2.36/posix/ |
D | tst-regex.input | 1622 * libio/libio.h (_IO_putc_unlocked): Make sure that for line-buffered
|