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

/freebsd-9.3-release/lib/libc/stdio/
H A Dputc.c46 #undef putc_unlocked macro
63 putc_unlocked(int ch, FILE *fp) function
H A DSymbol.map89 putc_unlocked;
/freebsd-9.3-release/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-9.3-release/include/
H A Dstdio.h321 int putc_unlocked(int, FILE *);
515 #define putc_unlocked(x, fp) __sputc(x, fp) macro
518 #define putchar_unlocked(x) putc_unlocked(x, stdout)
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dsystem.h63 # define putc(C, Stream) putc_unlocked (C, Stream)
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
6525 echo "$as_me:$LINENO: checking whether putc_unlocked is declared" >&5
6526 echo $ECHO_N "checking whether putc_unlocked is declared... $ECHO_C" >&6
6540 #ifndef putc_unlocked
6541 char *p = (char *) putc_unlocked;
/freebsd-9.3-release/contrib/gcc/
H A Dsystem.h71 # define putc(C, Stream) putc_unlocked (C, Stream)
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 102 milliseconds