/netbsd-src/lib/libc/stdio/ |
H A D | putc.c | 57 putc(int c, FILE *fp) in putc() function
|
/netbsd-src/external/bsd/ntp/dist/libntp/ |
H A D | getopt.c | 25 #define putc fputc macro
|
/netbsd-src/sys/arch/atari/stand/xxboot/ahdi-xxboot/ |
H A D | xxboot.ahdi.S | 158 putc: movw %d0,%sp@- label
|
/netbsd-src/sys/arch/atari/stand/xxboot/fdboot/ |
H A D | fdboot.S | 154 putc: movw %d0,%sp@- label
|
/netbsd-src/sys/arch/amd64/stand/prekern/ |
H A D | console.c | 67 static void putc(int color, char c) in putc() function
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | unlocked-io.h | 63 # define putc(x,y) putc_unlocked (x,y) macro
|
/netbsd-src/bin/sh/bltin/ |
H A D | bltin.h | 72 #define putc(c, file) _RETURN_INT(outc(c, file)) macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | error.c | 82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
|
H A D | unlocked-io.h | 116 # define putc(x,y) putc_unlocked (x,y) macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
H A D | error.c | 82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
|
H A D | unlocked-io.h | 116 # define putc(x,y) putc_unlocked (x,y) macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | error.c | 82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
|
H A D | unlocked-io.h | 116 # define putc(x,y) putc_unlocked (x,y) macro
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | error.c | 81 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
|
H A D | unlocked-io.h | 116 # define putc(x,y) putc_unlocked (x,y) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
H A D | system.h | 62 # define putc(C, Stream) putc_unlocked (C, Stream) macro
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
H A D | system.h | 62 # define putc(C, Stream) putc_unlocked (C, Stream) macro
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | error.c | 87 # define putc(c, fp) _IO_putc (c, fp) macro
|
/netbsd-src/sys/arch/ews4800mips/stand/common/ |
H A D | console.h | 70 void (*putc)(int, int, int); member
|
/netbsd-src/sys/kern/ |
H A D | tty_subr.c | 245 putc(int c, struct clist *clp) in putc() function
|
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | lutil.h | 305 #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 D | system.h | 79 # define putc(C, Stream) putc_unlocked (C, Stream) macro
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | system.h | 79 # define putc(C, Stream) putc_unlocked (C, Stream) macro
|
/netbsd-src/sys/arch/macppc/stand/bootxx/ |
H A D | bootxx.c | 309 #define putc(x) do { char __x = (x) ; putstrn(&__x, 1); } while (0) macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | write-po.c | 56 # define putc putc_unlocked macro
|