| /src/tools/compat/ |
| putc_unlocked.c | 1 /* $NetBSD: putc_unlocked.c,v 1.4 2008/04/28 20:24:12 martin Exp $ */ 32 /* Emulate putc_unlocked(). */ 39 #ifndef putc_unlocked 41 putc_unlocked(int c, FILE *stream) function 46 #endif /* putc_unlocked */
|
| Makefile | 14 mkstemp.c pread.c putc_unlocked.c pwcache.c pwrite.c \
|
| /src/lib/libc/stdio/ |
| putc.c | 54 #undef putc_unlocked macro 68 putc_unlocked(int c, FILE *fp) function
|
| /src/external/gpl2/xcvs/dist/lib/ |
| getpass.c | 66 # undef putc_unlocked macro 67 # define putc_unlocked(c,stream) putc (c, stream) macro 158 putc_unlocked ('\n', out);
|
| unlocked-io.h | 116 # define putc(x,y) putc_unlocked (x,y) 118 # define putc_unlocked(x,y) putc (x,y) macro
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| stdio.d | 505 int putc_unlocked(int, FILE*); 516 int putc_unlocked(int, FILE*); 526 int putc_unlocked(int, FILE*); 536 int putc_unlocked(int, FILE*); 546 int putc_unlocked(int, FILE*); 556 int putc_unlocked(int, FILE*); 566 int putc_unlocked(int, FILE*); 576 int putc_unlocked(int, FILE*); 586 int putc_unlocked(int, FILE*); 596 int putc_unlocked(int, FILE*) [all...] |
| /src/tests/lib/libc/stdio/ |
| t_fputc.c | 154 atf_tc_set_md_var(tc, "descr", "A basic test of putc_unlocked(3)"); 159 putstr(putc_unlocked); 170 atf_tc_set_md_var(tc, "descr", "Test errors from putc_unlocked(3)"); 175 puterr(putc_unlocked);
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| unlocked-io.h | 116 # define putc(x,y) putc_unlocked (x,y) 118 # define putc_unlocked(x,y) putc (x,y) macro
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| unlocked-io.h | 116 # define putc(x,y) putc_unlocked (x,y) 118 # define putc_unlocked(x,y) putc (x,y) macro
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| unlocked-io.h | 116 # define putc(x,y) putc_unlocked (x,y) 118 # define putc_unlocked(x,y) putc (x,y) macro
|
| /src/external/gpl2/diffutils/dist/lib/ |
| unlocked-io.h | 63 # define putc(x,y) putc_unlocked (x,y)
|
| /src/include/ |
| stdio.h | 319 int putc_unlocked(int, FILE *); 522 #define putc_unlocked(x, fp) __sputc(x, fp) macro 525 #define putchar_unlocked(x) putc_unlocked(x, stdout)
|
| /src/external/gpl3/gcc/dist/fixincludes/ |
| system.h | 62 # define putc(C, Stream) putc_unlocked (C, Stream)
|
| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| system.h | 62 # define putc(C, Stream) putc_unlocked (C, Stream)
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| system.h | 79 # define putc(C, Stream) putc_unlocked (C, Stream)
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| system.h | 79 # define putc(C, Stream) putc_unlocked (C, Stream)
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| write-po.c | 56 # define putc putc_unlocked
|
| /src/external/gpl3/gcc/dist/gcc/ |
| system.h | 89 # define putc(C, Stream) putc_unlocked (C, Stream)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| system.h | 89 # define putc(C, Stream) putc_unlocked (C, Stream)
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| stdio.in.h | 193 # undef putc_unlocked
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| stdio.in.h | 193 # undef putc_unlocked
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| stdio.h | 704 # undef putc_unlocked macro
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| stdio.h | 704 # undef putc_unlocked macro
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| stdio.h | 704 # undef putc_unlocked macro
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| stdio.h | 704 # undef putc_unlocked macro
|