| /openbsd-src/lib/libc/stdio/ | 
| H A D | putc.c | 58 putc(int c, FILE *fp)  in putc()  function
 | 
| /openbsd-src/sys/arch/amd64/stand/pxeboot/ | 
| H A D | srt0.S | 52 #define	putc(c)		movb	$c, %al;	call	Lchr  macro
 | 
| /openbsd-src/sys/arch/i386/stand/pxeboot/ | 
| H A D | srt0.S | 52 #define	putc(c)		movb	$c, %al;	call	Lchr  macro
 | 
| /openbsd-src/sys/arch/amd64/stand/cdboot/ | 
| H A D | srt0.S | 52 #define	putc(c)		movb	$c, %al;	call	Lchr  macro
 | 
| /openbsd-src/sys/arch/i386/stand/cdboot/ | 
| H A D | srt0.S | 52 #define	putc(c)		movb	$c, %al;	call	Lchr  macro
 | 
| /openbsd-src/sys/arch/i386/stand/mbr/ | 
| H A D | mbr.S | 83 #define	putc(c)		movb	$c, %al;	call	Lchr  macro 
 | 
| /openbsd-src/sys/arch/amd64/stand/mbr/ | 
| H A D | mbr.S | 83 #define	putc(c)		movb	$c, %al;	call	Lchr  macro 
 | 
| /openbsd-src/gnu/gcc/fixincludes/ | 
| H A D | system.h | 63 #  define putc(C, Stream) putc_unlocked (C, Stream)  macro
 | 
| /openbsd-src/sys/arch/i386/stand/biosboot/ | 
| H A D | biosboot.S | 132 #define	putc(c)		movb	$c, %al;	call	Lchr  macro
 | 
| /openbsd-src/sys/arch/amd64/stand/biosboot/ | 
| H A D | biosboot.S | 132 #define	putc(c)		movb	$c, %al;	call	Lchr  macro
 | 
| /openbsd-src/sys/kern/ | 
| H A D | tty_subr.c | 230 putc(int c, struct clist *clp)  in putc()  function
 | 
| /openbsd-src/gnu/gcc/libcpp/ | 
| H A D | system.h | 63 #  define putc(C, Stream) putc_unlocked (C, Stream)  macro
 | 
| /openbsd-src/gnu/usr.bin/perl/ | 
| H A D | nostdio.h | 96 #  define putc(c,f)  _CANNOT _putc_  macro 
 | 
| H A D | fakesdio.h | 83 #define putc(c,f)		PerlIO_putc(f,c)  macro
 | 
| /openbsd-src/gnu/usr.bin/gcc/gcc/ | 
| H A D | system.h | 69 #  define putc(C, Stream) putc_unlocked (C, Stream)  macro
 | 
| /openbsd-src/include/ | 
| H A D | stdio.h | 420 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc) global()  macro 
 | 
| /openbsd-src/gnu/gcc/gcc/ | 
| H A D | system.h | 71 #  define putc(C, Stream) putc_unlocked (C, Stream)  macro
 | 
| /openbsd-src/gnu/usr.bin/perl/win32/ | 
| H A D | win32iop.h | 283 #define putc			win32_putc  macro
 | 
| /openbsd-src/gnu/gcc/libmudflap/ | 
| H A D | mf-hooks2.c | 945 WRAPPER2(int, putc, int c, FILE *stream)  in WRAPPER2()  argument
 |