Home
last modified time | relevance | path

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

/openbsd/lib/libc/stdio/
H A Dputc.c58 putc(int c, FILE *fp) in putc() function
/openbsd/sys/arch/amd64/stand/pxeboot/
H A Dsrt0.S52 #define putc(c) movb $c, %al; call Lchr macro
/openbsd/sys/arch/i386/stand/pxeboot/
H A Dsrt0.S52 #define putc(c) movb $c, %al; call Lchr macro
/openbsd/sys/arch/amd64/stand/cdboot/
H A Dsrt0.S52 #define putc(c) movb $c, %al; call Lchr macro
/openbsd/sys/arch/i386/stand/cdboot/
H A Dsrt0.S52 #define putc(c) movb $c, %al; call Lchr macro
/openbsd/sys/arch/i386/stand/mbr/
H A Dmbr.S83 #define putc(c) movb $c, %al; call Lchr macro
/openbsd/sys/arch/amd64/stand/mbr/
H A Dmbr.S83 #define putc(c) movb $c, %al; call Lchr macro
/openbsd/gnu/gcc/fixincludes/
H A Dsystem.h63 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/openbsd/sys/arch/i386/stand/biosboot/
H A Dbiosboot.S132 #define putc(c) movb $c, %al; call Lchr macro
/openbsd/sys/arch/amd64/stand/biosboot/
H A Dbiosboot.S132 #define putc(c) movb $c, %al; call Lchr macro
/openbsd/sys/kern/
H A Dtty_subr.c230 putc(int c, struct clist *clp) in putc() function
/openbsd/gnu/gcc/libcpp/
H A Dsystem.h63 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/openbsd/gnu/usr.bin/perl/
H A Dfakesdio.h83 #define putc(c,f) PerlIO_putc(f,c) macro
H A Dnostdio.h96 #define putc(c,f) _CANNOT _putc_ macro
/openbsd/include/
H A Dstdio.h420 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp)) macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsystem.h69 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/openbsd/gnu/gcc/gcc/
H A Dsystem.h71 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h283 #define putc win32_putc macro
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c945 WRAPPER2(int, putc, int c, FILE *stream) in WRAPPER2() argument