Searched refs:putc_unlocked (Results 1 – 19 of 19) sorted by relevance
| /freebsd-10-stable/lib/libc/stdio/ |
| D | putc.c | 46 #undef putc_unlocked 61 putc_unlocked(int ch, FILE *fp) in putc_unlocked() function
|
| D | Symbol.map | 89 putc_unlocked;
|
| D | Makefile.inc | 74 MLINKS+=putc.3 fputc.3 putc.3 putc_unlocked.3 putc.3 putchar.3 \
|
| /freebsd-10-stable/contrib/diff/lib/ |
| D | unlocked-io.h | 111 # define putc(x,y) putc_unlocked (x,y) 113 # define putc_unlocked(x,y) putc (x,y) macro
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/stdio/ |
| D | t_fputc.c | 159 putstr(putc_unlocked); in ATF_TC_BODY() 175 puterr(putc_unlocked); in ATF_TC_BODY()
|
| /freebsd-10-stable/include/ |
| D | stdio.h | 324 int putc_unlocked(int, FILE *); 519 #define putc_unlocked(x, fp) __sputc(x, fp) macro 522 #define putchar_unlocked(x) putc_unlocked(x, stdout)
|
| /freebsd-10-stable/contrib/gcclibs/libcpp/ |
| D | configure.ac | 56 putchar_unlocked putc_unlocked)
|
| D | config.in | 108 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you 185 /* Define to 1 if you have the `putc_unlocked' function. */
|
| D | system.h | 63 # define putc(C, Stream) putc_unlocked (C, Stream)
|
| D | configure | 5024 …ed fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked 6541 char *p = (char *) putc_unlocked;
|
| /freebsd-10-stable/contrib/gcc/ |
| D | system.h | 71 # define putc(C, Stream) putc_unlocked (C, Stream)
|
| D | config.in | 556 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define 1001 /* Define to 1 if you have the `putc_unlocked' function. */
|
| D | builtins.def | 529 DEF_EXT_LIB_BUILTIN (BUILT_IN_PUTC_UNLOCKED, "putc_unlocked", BT_FN_INT_INT_FILEPTR, ATTR_NONNUL…
|
| D | configure | 9293 …ed fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked 11395 …ed fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
|
| D | configure.ac | 1050 putchar_unlocked putc_unlocked)
|
| D | ChangeLog-1999 | 17452 * system.h: Use putc_unlocked, fputc_unlocked, and 17453 fputs_unlocked only if putc_unlocked has a prototype already. 17455 * configure.in: Check for prototypes of putc_unlocked and
|
| D | ChangeLog-1998 | 732 * configure.in: Test for availability of putc_unlocked, fputc_unlocked,
|
| D | ChangeLog-2005 | 3049 putc_unlocked.
|
| /freebsd-10-stable/contrib/ntp/sntp/m4/ |
| D | openldap-thread-check.m4 | 646 dnl putc_unlocked unlocked_putc \
|