Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libbc/libc/stdio/common/
H A Dputc.c37 putc(c, fp) in putc() function
/titanic_51/usr/src/lib/libc/port/stdio/
H A Dputc.c48 putc(int ch, FILE *iop) in putc() function
/titanic_51/usr/src/head/iso/
H A Dstdio_iso.h281 inline int putc(int _x, FILE *_p) { in putc() function
287 #define putc(x, p) (--(p)->_cnt < 0 ? __flsbuf((x), (p)) \ macro
/titanic_51/usr/src/boot/sys/boot/i386/common/
H A Dcons.c34 putc(int c) in putc() function
/titanic_51/usr/src/boot/sys/boot/i386/pxeldr/
H A Dpxeldr.S229 putc: movw $0x7,%bx # attribute for output label
/titanic_51/usr/src/lib/libbc/inc/include/
H A Dstdio.h66 #define putc(x, p) (--(p)->_cnt >= 0 ?\ macro
/titanic_51/usr/src/ucbhead/
H A Dstdio.h234 #define putc(x, p) (--(p)->_cnt < 0 ? __flsbuf((x), (p)) \ macro
/titanic_51/usr/src/boot/sys/boot/userboot/
H A Duserboot.h63 void (*putc)(void *arg, int ch); member
/titanic_51/usr/src/lib/libbc/inc/5include/
H A Dstdio.h160 #define putc(x, p) (--(p)->_cnt >= 0 ?\ macro
/titanic_51/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c594 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap) in __printf() argument
716 __puts(const char * s,putc_func_t * putc,void * arg) __puts() argument
[all...]
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h542 #define putc(c,f) sfputc(f,c) macro
571 #define putc(c,f) fputc(c,f) macro
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h563 #define putc(c,f) sfputc(f,c) macro
592 #define putc(c,f) fputc(c,f) macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h563 #define putc(c,f) sfputc(f,c) macro
592 #define putc(c,f) fputc(c,f) macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h563 #define putc(c,f) sfputc(f,c) macro
592 #define putc(c,f) fputc(c,f) macro
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h542 #define putc(c,f) sfputc(f,c) macro
571 #define putc(c,f) fputc(c,f) macro
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h542 #define putc(c,f) sfputc(f,c) macro
571 #define putc(c,f) fputc(c,f) macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h563 #define putc(c,f) sfputc(f,c) macro
592 #define putc(c,f) fputc(c,f) macro
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h542 #define putc(c,f) sfputc(f,c) macro
571 #define putc(c,f) fputc(c,f) macro
/titanic_51/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S467 putc: mov $0x7,%bx # attribute for output label
/titanic_51/usr/src/boot/include/
H A Dstdio.h502 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp)) macro