Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/stdio/
H A Dputc.c46 putc(int c, FILE *fp) in putc() function
/dflybsd-src/bin/sh/bltin/
H A Dbltin.h57 #define putc(c, file) outc(c, file) macro
/dflybsd-src/stand/boot/pc32/pxeldr/
H A Dpxeldr.S231 putc: movw $0x7,%bx # attribute for output label
/dflybsd-src/sys/sys/
H A Dcons.h96 #define CONS_DRIVER(name, probe, init, initfini, term, getc, checkc, putc, dbctl, poller) \ argument
/dflybsd-src/contrib/grep/lib/
H A Derror.c87 # define putc(c, fp) _IO_putc (c, fp) macro
H A Dunlocked-io.h115 # define putc(x,y) putc_unlocked (x,y) macro
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dunlocked-io.h116 # define putc(x,y) putc_unlocked (x,y) macro
/dflybsd-src/stand/boot/pc32/cdboot/
H A Dcdboot.S465 putc: pushal label
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dsystem.h76 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dsystem.h75 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/dflybsd-src/include/
H A Dstdio.h478 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp)) macro
/dflybsd-src/stand/boot/pc32/boot2/
H A Dboot2.c259 putc(int c) in putc() function
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dsystem.h79 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dsystem.h83 # define putc(C, Stream) putc_unlocked (C, Stream) macro