Searched defs:putc (Results 1 - 24 of 24) sorted by last modified time

/freebsd-10-stable/lib/libc/stdio/
H A Dputc.c45 #undef putc macro
49 putc(int c, FILE *fp) function
/freebsd-10-stable/include/
H A Dstdio.h502 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp)) macro
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dsystem.h62 # undef putc macro
63 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/freebsd-10-stable/sys/boot/sparc64/boot1/
H A Dboot1.c594 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap) argument
716 __puts(const char *s, putc_func_t *putc, void *arg) argument
[all...]
/freebsd-10-stable/sys/boot/pc98/boot2/
H A Dboot2.c188 putc(int c) function
H A Dboot1.S260 putc: pusha label
[all...]
/freebsd-10-stable/sys/boot/powerpc/boot1.chrp/
H A Dboot1.c609 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap) argument
731 __puts(const char *s, putc_func_t *putc, void *arg) argument
[all...]
/freebsd-10-stable/sys/boot/i386/boot2/
H A Dboot2.c186 putc(int c) function
/freebsd-10-stable/contrib/ntp/libntp/
H A Dgetopt.c22 #undef putc macro
23 #define putc fputc macro
/freebsd-10-stable/release/picobsd/tinyware/msh/
H A Dsh5.c395 putc(c) function
/freebsd-10-stable/sys/dev/fb/
H A Dfbreg.h214 vi_putc_t *putc; member in struct:video_switch
/freebsd-10-stable/sys/dev/uart/
H A Duart_cpu.h45 void (*putc)(struct uart_bas *, int); member in struct:uart_ops
/freebsd-10-stable/sys/boot/i386/cdboot/
H A Dcdboot.S458 putc: mov $0x7,%bx # attribute for output label
/freebsd-10-stable/sys/boot/i386/common/
H A Dcons.c35 putc(int c) function
/freebsd-10-stable/sys/boot/i386/pxeldr/
H A Dpxeldr.S229 putc: movw $0x7,%bx # attribute for output label
/freebsd-10-stable/sys/boot/userboot/
H A Duserboot.h55 void (*putc)(void *arg, int ch); member in struct:loader_callbacks
/freebsd-10-stable/sys/boot/pc98/cdboot/
H A Dcdboot.S317 putc: push %es label
/freebsd-10-stable/bin/sh/bltin/
H A Dbltin.h53 #undef putc macro
54 #define putc(c, file) outc(c, file) macro
/freebsd-10-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h66 #undef putc macro
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h80 #undef putc macro
/freebsd-10-stable/contrib/diff/lib/
H A Derror.c79 # undef putc macro
80 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
H A Dunlocked-io.h110 # undef putc macro
111 # define putc(x,y) putc_unlocked (x,y) macro
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h444 putc, enumerator in enum:llvm::LibFunc::Func
/freebsd-10-stable/contrib/gcc/
H A Dsystem.h70 # undef putc macro
71 # define putc(C, Stream) putc_unlocked (C, Stream) macro

Completed in 167 milliseconds