Searched defs:putc (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | putc.c | 46 putc(int ch, FILE *iop) in putc() function
|
/illumos-gate/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
|
/illumos-gate/usr/src/boot/i386/common/ |
H A D | cons.c | 34 putc(int c) in putc() function
|
/illumos-gate/usr/src/boot/i386/pxeldr/ |
H A D | pxeldr.S | 229 putc: movw $0x7,%bx # attribute for output label
|
/illumos-gate/usr/src/ucbhead/ |
H A D | stdio.h | 234 #define putc(x, p) (--(p)->_cnt < 0 ? __flsbuf((x), (p)) \ macro
|
/illumos-gate/usr/src/boot/i386/cdboot/ |
H A D | cdboot.S | 467 putc: mov $0x7,%bx # attribute for output label
|
/illumos-gate/usr/src/boot/include/ |
H A D | stdio.h | 502 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp)) macro
|