Home
last modified time | relevance | path

Searched refs:putc_unlocked (Results 1 – 19 of 19) sorted by relevance

/freebsd-10-stable/lib/libc/stdio/
Dputc.c46 #undef putc_unlocked
61 putc_unlocked(int ch, FILE *fp) in putc_unlocked() function
DSymbol.map89 putc_unlocked;
DMakefile.inc74 MLINKS+=putc.3 fputc.3 putc.3 putc_unlocked.3 putc.3 putchar.3 \
/freebsd-10-stable/contrib/diff/lib/
Dunlocked-io.h111 # 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/
Dt_fputc.c159 putstr(putc_unlocked); in ATF_TC_BODY()
175 puterr(putc_unlocked); in ATF_TC_BODY()
/freebsd-10-stable/include/
Dstdio.h324 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/
Dconfigure.ac56 putchar_unlocked putc_unlocked)
Dconfig.in108 /* 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. */
Dsystem.h63 # define putc(C, Stream) putc_unlocked (C, Stream)
Dconfigure5024 …ed fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
6541 char *p = (char *) putc_unlocked;
/freebsd-10-stable/contrib/gcc/
Dsystem.h71 # define putc(C, Stream) putc_unlocked (C, Stream)
Dconfig.in556 /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
1001 /* Define to 1 if you have the `putc_unlocked' function. */
Dbuiltins.def529 DEF_EXT_LIB_BUILTIN (BUILT_IN_PUTC_UNLOCKED, "putc_unlocked", BT_FN_INT_INT_FILEPTR, ATTR_NONNUL…
Dconfigure9293 …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
Dconfigure.ac1050 putchar_unlocked putc_unlocked)
DChangeLog-199917452 * 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
DChangeLog-1998732 * configure.in: Test for availability of putc_unlocked, fputc_unlocked,
DChangeLog-20053049 putc_unlocked.
/freebsd-10-stable/contrib/ntp/sntp/m4/
Dopenldap-thread-check.m4646 dnl putc_unlocked unlocked_putc \