Home
last modified time | relevance | path

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

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