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

1234

/netbsd-current/tools/compat/
H A Dputc_unlocked.c1 /* $NetBSD: putc_unlocked.c,v 1.3 2003/10/27 00:12:43 lukem Exp $ */
32 /* Emulate putc_unlocked(). */
39 #ifndef putc_unlocked
41 putc_unlocked(int c, FILE *stream) function
46 #endif /* putc_unlocked */
H A DMakefile14 mkstemp.c pread.c putc_unlocked.c pwcache.c pwrite.c \
/netbsd-current/lib/libc/stdio/
H A Dputc.c54 #undef putc_unlocked macro
68 putc_unlocked(int c, FILE *fp) function
H A DMakefile.inc55 MLINKS+=putc.3 fputc.3 putc.3 putc_unlocked.3 putc.3 putchar.3 \
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dgetpass.c66 # undef putc_unlocked macro
67 # define putc_unlocked(c,stream) putc (c, stream) macro
158 putc_unlocked ('\n', out);
H A Dunlocked-io.h116 # define putc(x,y) putc_unlocked (x,y)
118 # define putc_unlocked(x,y) putc (x,y) macro
/netbsd-current/tests/lib/libc/stdio/
H A Dt_fputc.c154 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);
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dunlocked-io.h116 # define putc(x,y) putc_unlocked (x,y)
118 # define putc_unlocked(x,y) putc (x,y) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dunlocked-io.h116 # define putc(x,y) putc_unlocked (x,y)
118 # define putc_unlocked(x,y) putc (x,y) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dunlocked-io.h116 # define putc(x,y) putc_unlocked (x,y)
118 # define putc_unlocked(x,y) putc (x,y) macro
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dunlocked-io.h63 # define putc(x,y) putc_unlocked (x,y)
/netbsd-current/include/
H A Dstdio.h319 int putc_unlocked(int, FILE *);
522 #define putc_unlocked(x, fp) __sputc(x, fp) macro
525 #define putchar_unlocked(x) putc_unlocked(x, stdout)
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/
H A Dsystem.h62 # define putc(C, Stream) putc_unlocked (C, Stream)
/netbsd-current/external/gpl3/gcc/dist/fixincludes/
H A Dsystem.h62 # define putc(C, Stream) putc_unlocked (C, Stream)
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dsystem.h79 # define putc(C, Stream) putc_unlocked (C, Stream)
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h79 # define putc(C, Stream) putc_unlocked (C, Stream)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-po.c56 # define putc putc_unlocked
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h89 # define putc(C, Stream) putc_unlocked (C, Stream)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsystem.h89 # define putc(C, Stream) putc_unlocked (C, Stream)
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstdio.in.h168 # undef putc_unlocked
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dstdio.in.h193 # undef putc_unlocked
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dstdio.h648 # undef putc_unlocked macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dstdio.h648 # undef putc_unlocked macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/alpha/gnulib/import/
H A Dstdio.h648 # undef putc_unlocked macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/arm/gnulib/import/
H A Dstdio.h648 # undef putc_unlocked macro

Completed in 198 milliseconds

1234