Home | History | Annotate | Download | only in Include

Lines Matching defs:putc_unlocked

78     int       putc_unlocked   (int, FILE *);

1467 int putc_unlocked (int, FILE *);
1615 #define putc_unlocked(x, fp) __sputc(x, fp)
1618 #define putchar_unlocked(x) putc_unlocked(x, stdout)