Searched defs:putchar_unlocked (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dputchar.c46 #undef putchar_unlocked macro
67 putchar_unlocked(int ch) function
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/stdio/
H A Dstdio_c99.c115 putchar_unlocked(int c) function
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dunlocked-io.h125 # define putchar_unlocked(x) putchar (x) macro
H A Dargp-namefrob.h136 # define putchar_unlocked(x) putchar (x) macro
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dunlocked-io.h125 # define putchar_unlocked(x) putchar (x) macro
/macosx-10.9.5/text_cmds-87/sort/
H A Dunlocked-io.h125 # define putchar_unlocked(x) putchar (x) macro
/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdio.h455 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro

Completed in 213 milliseconds