Searched defs:putc (Results 1 - 25 of 25) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dputc.c53 #undef putc macro
57 putc(c, fp) function
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dgetopt.c23 #undef putc macro
24 #define putc fputc macro
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/xxboot/ahdi-xxboot/
H A Dxxboot.ahdi.S166 putc: movw %d0,%sp@- label
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dunlocked-io.h62 # undef putc macro
63 # define putc(x,y) putc_unlocked (x,y) macro
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/xxboot/fdboot/
H A Dfdboot.S162 putc: movw %d0,%sp@- label
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/
H A Dsystem.h61 # undef putc macro
62 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/
H A Dsystem.h62 # undef putc macro
63 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/netbsd-6-1-5-RELEASE/bin/sh/bltin/
H A Dbltin.h56 #undef putc macro
66 #define putc(c, file) _RETURN_INT(outc(c, file)) macro
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dlutil.h282 #undef putc macro
284 #define putc(c,fp) do { char x=(c); __atoe_l(&x,1); putc(x,fp); } while(0) macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Derror.c77 # undef putc macro
78 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
H A Dunlocked-io.h115 # undef putc macro
116 # define putc(x,y) putc_unlocked (x,y) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Derror.c77 # undef putc macro
78 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
H A Dunlocked-io.h115 # undef putc macro
116 # define putc(x,y) putc_unlocked (x,y) macro
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dtty_subr.c252 putc(int c, struct clist *clp) function
/netbsd-6-1-5-RELEASE/sys/arch/macppc/stand/bootxx/
H A Dbootxx.c254 #define putc(x) do { char __x = (x) ; putstrn(&__x, 1); } while (0) macro
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/stand/common/
H A Dconsole.h70 void (*putc)(int, int, int); member in struct:cons
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c/
H A Dstd_cstdio.h66 #undef putc macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cstdio.h80 #undef putc macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h61 # undef putc macro
62 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dsystem.h62 # undef putc macro
63 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsystem.h73 # undef putc macro
74 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsystem.h70 # undef putc macro
71 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/netbsd-6-1-5-RELEASE/include/
H A Dstdio.h486 #define putc(x, fp) __sputc(x, fp) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dwrite-po.c58 # undef putc macro
59 # define putc putc_unlocked macro
[all...]
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dmidiio.h558 } putc; /* a seqold event that's still needed at times, ugly as 'tis */ member in union:__anon9547

Completed in 407 milliseconds