Searched refs:putchar_unlocked (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/lib/libc/stdio/
H A Dputchar.c46 #undef putchar_unlocked macro
67 putchar_unlocked(int ch) function
H A DSymbol.map88 putchar_unlocked;
H A DMakefile.inc74 putc.3 putchar_unlocked.3 putc.3 putw.3
/freebsd-9.3-release/contrib/diff/lib/
H A Dunlocked-io.h117 # define putchar(x) putchar_unlocked (x)
119 # define putchar_unlocked(x) putchar (x) macro
/freebsd-9.3-release/include/
H A Dstdio.h322 int putchar_unlocked(int);
518 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dsystem.h67 # define putchar(C) putchar_unlocked (C)
H A Dconfigure5024 for ac_func in clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
6455 echo "$as_me:$LINENO: checking whether putchar_unlocked is declared" >&5
6456 echo $ECHO_N "checking whether putchar_unlocked is declared... $ECHO_C" >&6
6470 #ifndef putchar_unlocked
6471 char *p = (char *) putchar_unlocked;
/freebsd-9.3-release/contrib/gcc/
H A Dsystem.h75 # define putchar(C) putchar_unlocked (C)
H A Dconfigure9293 clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
11395 free basename getopt clock getpagesize clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked

Completed in 244 milliseconds