Home
last modified time | relevance | path

Searched refs:putc_unlocked (Results 1 – 5 of 5) sorted by relevance

/libio/
A Dputc_u.c21 #undef putc_unlocked
29 weak_alias (__putc_unlocked, putc_unlocked)
30 libc_hidden_weak (putc_unlocked)
A Dputc.c42 #undef putc_unlocked
43 weak_alias (_IO_putc, putc_unlocked)
A DVersions64 pclose; popen; putc; putc_locked; putc_unlocked; putchar;
A Dstdio.h573 extern int putc_unlocked (int __c, FILE *__stream);
/libio/bits/
A Dstdio.h101 putc_unlocked (int __c, FILE *__stream) in putc_unlocked() function
180 if (putc_unlocked (*__ptr++, __stream) == EOF) \

Completed in 9 milliseconds