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

/freebsd-current/lib/libc/stdio/
H A Dputc.c42 #undef putc_unlocked macro
57 putc_unlocked(int ch, FILE *fp) function
H A DMakefile.inc112 putc.3 putc_unlocked.3 \
/freebsd-current/contrib/diff/lib/
H A Dunlocked-io.h111 # define putc(x,y) putc_unlocked (x,y)
113 # define putc_unlocked(x,y) putc (x,y) macro
/freebsd-current/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fputc.c154 atf_tc_set_md_var(tc, "descr", "A basic test of putc_unlocked(3)");
159 putstr(putc_unlocked);
170 atf_tc_set_md_var(tc, "descr", "Test errors from putc_unlocked(3)");
175 puterr(putc_unlocked);
/freebsd-current/include/
H A Dstdio.h339 int putc_unlocked(int, FILE *);
523 #define putc_unlocked(x, fp) __sputc(x, fp) macro
526 #define putchar_unlocked(x) putc_unlocked(x, stdout)

Completed in 176 milliseconds