Home
last modified time | relevance | path

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

12

/netbsd-src/lib/libc/stdio/
H A Dputc.c57 putc(int c, FILE *fp) in putc() function
/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dgetopt.c25 #define putc fputc macro
/netbsd-src/sys/arch/atari/stand/xxboot/ahdi-xxboot/
H A Dxxboot.ahdi.S158 putc: movw %d0,%sp@- label
/netbsd-src/sys/arch/atari/stand/xxboot/fdboot/
H A Dfdboot.S154 putc: movw %d0,%sp@- label
/netbsd-src/sys/arch/amd64/stand/prekern/
H A Dconsole.c67 static void putc(int color, char c) in putc() function
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dunlocked-io.h63 # define putc(x,y) putc_unlocked (x,y) macro
/netbsd-src/bin/sh/bltin/
H A Dbltin.h72 #define putc(c, file) _RETURN_INT(outc(c, file)) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Derror.c82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
H A Dunlocked-io.h116 # define putc(x,y) putc_unlocked (x,y) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Derror.c82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
H A Dunlocked-io.h116 # define putc(x,y) putc_unlocked (x,y) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Derror.c82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
H A Dunlocked-io.h116 # define putc(x,y) putc_unlocked (x,y) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Derror.c81 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
H A Dunlocked-io.h116 # define putc(x,y) putc_unlocked (x,y) macro
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dsystem.h62 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dsystem.h62 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Derror.c87 # define putc(c, fp) _IO_putc (c, fp) macro
/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dconsole.h70 void (*putc)(int, int, int); member
/netbsd-src/sys/kern/
H A Dtty_subr.c245 putc(int c, struct clist *clp) in putc() function
/netbsd-src/external/bsd/openldap/dist/include/
H A Dlutil.h305 #define putc(c,fp) do { char x=(c); __atoe_l(&x,1); putc(x,fp); } while(0) macro
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dsystem.h79 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h79 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/netbsd-src/sys/arch/macppc/stand/bootxx/
H A Dbootxx.c309 #define putc(x) do { char __x = (x) ; putstrn(&__x, 1); } while (0) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-po.c56 # define putc putc_unlocked macro

12