| /src/lib/libc/stdio/ |
| putc.c | 1 /* $NetBSD: putc.c,v 1.13 2018/02/04 01:13:45 mrg Exp $ */ 38 static char sccsid[] = "@(#)putc.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: putc.c,v 1.13 2018/02/04 01:13:45 mrg Exp $"); 51 * A subroutine version of the macro putc. 53 #undef putc macro 57 putc(int c, FILE *fp) function
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| stdio.h | 82 int putc(int c, FILE* stream); 112 #undef putc macro
|
| /src/sys/arch/atari/stand/xxboot/ahdi-xxboot/ |
| xxboot.ahdi.S | 134 2: bsrs putc 153 bcss putc 155 putc: movw %d0,%sp@- label
|
| /src/sys/arch/atari/stand/xxboot/fdboot/ |
| fdboot.S | 130 2: bsrs putc 149 bcss putc 151 putc: movw %d0,%sp@- label
|
| /src/external/bsd/ntp/dist/libntp/ |
| getopt.c | 24 #undef putc macro 25 #define putc fputc macro 48 (void) putc(ch, stderr); 49 (void) putc('\n', stderr);
|
| /src/external/gpl2/diffutils/dist/lib/ |
| unlocked-io.h | 62 # undef putc macro 63 # define putc(x,y) putc_unlocked (x,y) macro
|
| /src/sys/arch/amd64/stand/prekern/ |
| console.c | 67 static void putc(int color, char c) function 94 putc(color, buf[i]);
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| error.c | 81 # undef putc macro 82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro 214 putc ('\n', stderr);
|
| unlocked-io.h | 115 # undef putc macro 116 # define putc(x,y) putc_unlocked (x,y) macro 118 # define putc_unlocked(x,y) putc (x,y)
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| error.c | 81 # undef putc macro 82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro 214 putc ('\n', stderr);
|
| unlocked-io.h | 115 # undef putc macro 116 # define putc(x,y) putc_unlocked (x,y) macro 118 # define putc_unlocked(x,y) putc (x,y)
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| error.c | 81 # undef putc macro 82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro 214 putc ('\n', stderr);
|
| unlocked-io.h | 115 # undef putc macro 116 # define putc(x,y) putc_unlocked (x,y) macro 118 # define putc_unlocked(x,y) putc (x,y)
|
| /src/external/gpl2/xcvs/dist/lib/ |
| error.c | 80 # undef putc macro 81 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro 180 putc ('\n', stderr);
|
| unlocked-io.h | 115 # undef putc macro 116 # define putc(x,y) putc_unlocked (x,y) macro 118 # define putc_unlocked(x,y) putc (x,y)
|
| /src/external/gpl3/gcc/dist/fixincludes/ |
| system.h | 61 # undef putc macro 62 # define putc(C, Stream) putc_unlocked (C, Stream) macro
|
| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| system.h | 61 # undef putc macro 62 # define putc(C, Stream) putc_unlocked (C, Stream) macro
|
| /src/bin/sh/bltin/ |
| bltin.h | 57 #undef putc macro 72 #define putc(c, file) _RETURN_INT(outc(c, file)) macro
|
| /src/sys/kern/ |
| tty_subr.c | 245 putc(int c, struct clist *clp) function 257 printf("putc: required clalloc\n"); 497 putc(c, to);
|
| /src/external/bsd/openldap/dist/include/ |
| lutil.h | 303 #undef putc macro 304 #define putchar(c) putc((c), stdout) 305 #define putc(c,fp) do { char x=(c); __atoe_l(&x,1); putc(x,fp); } while(0) macro
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| error.c | 86 # undef putc macro 87 # define putc(c, fp) _IO_putc (c, fp) macro 282 putc ('\n', stderr);
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| error.c | 86 # undef putc macro 87 # define putc(c, fp) _IO_putc (c, fp) macro 282 putc ('\n', stderr);
|
| /src/sys/arch/ews4800mips/stand/common/ |
| console.h | 70 void (*putc)(int, int, int); member in struct:cons
|
| /src/sys/arch/macppc/stand/bootxx/ |
| bootxx.c | 309 #define putc(x) do { char __x = (x) ; putstrn(&__x, 1); } while (0) macro 357 putc('0' + j % 10);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ui-file.c | 63 ui_file::putc (int c) function in class:ui_file
|