/titanic_51/usr/src/lib/libbc/libc/stdio/common/ |
H A D | putc.c | 37 putc(c, fp) in putc() function
|
/titanic_51/usr/src/lib/libc/port/stdio/ |
H A D | putc.c | 48 putc(int ch, FILE *iop) in putc() function
|
/titanic_51/usr/src/head/iso/ |
H A D | stdio_iso.h | 281 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 D | cons.c | 34 putc(int c) in putc() function
|
/titanic_51/usr/src/boot/sys/boot/i386/pxeldr/ |
H A D | pxeldr.S | 229 putc: movw $0x7,%bx # attribute for output label
|
/titanic_51/usr/src/lib/libbc/inc/include/ |
H A D | stdio.h | 66 #define putc(x, p) (--(p)->_cnt >= 0 ?\ macro
|
/titanic_51/usr/src/ucbhead/ |
H A D | stdio.h | 234 #define putc(x, p) (--(p)->_cnt < 0 ? __flsbuf((x), (p)) \ macro
|
/titanic_51/usr/src/boot/sys/boot/userboot/ |
H A D | userboot.h | 63 void (*putc)(void *arg, int ch); member
|
/titanic_51/usr/src/lib/libbc/inc/5include/ |
H A D | stdio.h | 160 #define putc(x, p) (--(p)->_cnt >= 0 ?\ macro
|
/titanic_51/usr/src/boot/sys/boot/sparc64/boot1/ |
H A D | boot1.c | 594 __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 D | ast_stdio.h | 542 #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 D | ast_stdio.h | 563 #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 D | ast_stdio.h | 563 #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 D | ast_stdio.h | 563 #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 D | ast_stdio.h | 542 #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 D | ast_stdio.h | 542 #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 D | ast_stdio.h | 563 #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 D | ast_stdio.h | 542 #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 D | cdboot.S | 467 putc: mov $0x7,%bx # attribute for output label
|
/titanic_51/usr/src/boot/include/ |
H A D | stdio.h | 502 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp)) macro
|