Searched defs:putc (Results 1 - 24 of 24) sorted by relevance

/openbsd-current/lib/libc/stdio/
H A Dputc.c55 #undef putc macro
58 putc(int c, FILE *fp) function
67 DEF_STRONG(putc); variable
/openbsd-current/gnu/llvm/libcxx/include/
H A Dstdio.h114 #undef putc macro
/openbsd-current/sys/arch/amd64/stand/cdboot/
H A Dsrt0.S52 #define putc(c) movb $c, %al; call Lchr define
/openbsd-current/sys/arch/amd64/stand/pxeboot/
H A Dsrt0.S52 #define putc(c) movb $c, %al; call Lchr define
/openbsd-current/sys/arch/i386/stand/pxeboot/
H A Dsrt0.S52 #define putc(c) movb $c, %al; call Lchr define
/openbsd-current/sys/arch/i386/stand/cdboot/
H A Dsrt0.S52 #define putc(c) movb $c, %al; call Lchr define
/openbsd-current/gnu/gcc/fixincludes/
H A Dsystem.h62 # undef putc macro
63 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/openbsd-current/sys/kern/
H A Dtty_subr.c230 putc(int c, struct clist *clp) function
/openbsd-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cstdio.h66 #undef putc macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstdio.h80 #undef putc macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cstdio.h66 #undef putc macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstdio.h79 #undef putc macro
/openbsd-current/gnu/usr.bin/perl/
H A Dfakesdio.h46 #undef putc macro
83 #define putc(c,f) PerlIO_putc(f,c) macro
H A Dnostdio.h61 #undef putc macro
96 #define putc(c,f) _CANNOT _putc_ macro
/openbsd-current/sys/arch/amd64/stand/mbr/
H A Dmbr.S83 #define putc(c) movb $c, %al; call Lchr define
/openbsd-current/sys/arch/i386/stand/mbr/
H A Dmbr.S83 #define putc(c) movb $c, %al; call Lchr define
/openbsd-current/sys/arch/i386/stand/biosboot/
H A Dbiosboot.S132 #define putc(c) movb $c, %al; call Lchr define
/openbsd-current/sys/arch/amd64/stand/biosboot/
H A Dbiosboot.S132 #define putc(c) movb $c, %al; call Lchr define
/openbsd-current/gnu/gcc/libcpp/
H A Dsystem.h62 # undef putc macro
63 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsystem.h68 # undef putc macro
69 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/openbsd-current/lib/libc/hidden/
H A Dstdio.h89 PROTO_NORMAL(putc); variable
/openbsd-current/gnu/gcc/gcc/
H A Dsystem.h70 # undef putc macro
71 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/openbsd-current/include/
H A Dstdio.h420 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp)) macro
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32iop.h282 #undef putc macro
283 #define putc win32_putc macro

Completed in 322 milliseconds