Searched refs:putchar_unlocked (Results 1 - 14 of 14) 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/xnu-2422.115.4/SETUP/decomment/
H A Ddecomment.c91 putchar_unlocked(bufchar);
119 putchar_unlocked('/');
121 putchar_unlocked(bufchar);
170 putchar_unlocked(bufchar);
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dunlocked-io.h123 # define putchar(x) putchar_unlocked (x)
125 # 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.h123 # define putchar(x) putchar_unlocked (x)
125 # define putchar_unlocked(x) putchar (x) macro
/macosx-10.9.5/text_cmds-87/sort/
H A Dunlocked-io.h123 # define putchar(x) putchar_unlocked (x)
125 # define putchar_unlocked(x) putchar (x) macro
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dunlocked-io.h65 # define putchar(x) putchar_unlocked (x)
/macosx-10.9.5/gpatch-3/patch/
H A Dunlocked-io.h65 # define putchar(x) putchar_unlocked (x)
/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/Libc-997.90.3/include/
H A Dstdio.h427 int putchar_unlocked(int);
455 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro
/macosx-10.9.5/text_cmds-87/tail/
H A Dforward.c302 if (EOF == putchar_unlocked(ch)) {
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dlibmicro.c1176 (void) putchar_unlocked(count ? '*' : ' ');
1178 (void) putchar_unlocked('*');
1180 (void) putchar_unlocked(' ');
/macosx-10.9.5/gnutar-452/gnutar/
H A Dconfigure10437 { echo "$as_me:$LINENO: checking whether putchar_unlocked is declared" >&5
10438 echo $ECHO_N "checking whether putchar_unlocked is declared... $ECHO_C" >&6; }
10452 #ifndef putchar_unlocked
10453 char *p = (char *) putchar_unlocked;
[all...]
/macosx-10.9.5/libiconv-41/libiconv/
H A Dconfigure[all...]

Completed in 402 milliseconds