/illumos-gate/usr/src/lib/libbc/libc/stdio/common/ |
H A D | putc.c | 27 #undef putc macro 37 putc(c, fp) function
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | putc.c | 44 #undef putc macro 48 putc(int ch, FILE *iop) function
|
/illumos-gate/usr/src/boot/sys/boot/i386/common/ |
H A D | cons.c | 34 putc(int c) function 49 putc(c);
|
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/ |
H A D | pxeldr.S | 227 jnz putc # if the char != null, output it 229 putc: movw $0x7,%bx # attribute for output label
|
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | stdio.h | 61 #if defined(__lint) /* so that lint likes (void)putc(a,b) */ 62 extern int putc(int, FILE *); 66 #define putc(x, p) (--(p)->_cnt >= 0 ?\ macro 76 #define putchar(x) putc((x),stdout)
|
/illumos-gate/usr/src/boot/sys/boot/userboot/ |
H A D | userboot.h | 63 void (*putc)(void *arg, int ch); member in struct:loader_callbacks
|
/illumos-gate/usr/src/lib/libbc/inc/5include/ |
H A D | stdio.h | 144 extern int putc(int, FILE *); 160 #define putc(x, p) (--(p)->_cnt >= 0 ?\ macro 168 #define putchar(x) putc((x), stdout)
|
/illumos-gate/usr/src/ucbhead/ |
H A D | stdio.h | 192 extern int putc(int, FILE *); 234 #define putc(x, p) (--(p)->_cnt < 0 ? __flsbuf((x), (p)) \ macro 245 #define putchar(x) putc((x), stdout)
|
/illumos-gate/usr/src/head/iso/ |
H A D | stdio_iso.h | 228 extern int putc(int, FILE *); 281 inline int putc(int _x, FILE *_p) { function in namespace:std 287 #define putc(x, p) (--(p)->_cnt < 0 ? __flsbuf((x), (p)) \ 298 inline int putchar(int _x) { return putc(_x, stdout); } 302 #define putchar(x) putc((x), stdout)
|
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/ |
H A D | cdboot.S | 458 jnz putstr.putc # if the char != null, output it 461 putstr.putc: call putc # output char 467 putc: mov $0x7,%bx # attribute for output label 483 call putc # Output it 485 call putc # Output it
|
/illumos-gate/usr/src/boot/include/ |
H A D | stdio.h | 92 * This ensures that the getc and putc macros (or inline functions) never 113 int _w; /* (*) write space left for putc() */ 117 int _lbfsize; /* (*) 0 or -_bf._size, for inline putc */ 261 int putc(int, FILE *); 502 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp)) macro 505 #define putchar(x) putc(x, stdout)
|
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/ |
H A D | boot1.c | 72 static int __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap); 73 static int __puts(const char *s, putc_func_t *putc, void *arg); 594 __printf(const char *fmt, putc_func_t *putc, void *arg, va_list ap) argument 611 ret += putc(c, arg); 623 ret += putc('%', arg); 627 ret += putc(c, arg); 634 ret += putc('-', arg); 641 ret += putc('-', arg); 645 ret += __puts(s, putc, arg); 658 ret += __puts(s, putc, ar 716 __puts(const char *s, putc_func_t *putc, void *arg) argument [all...] |
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_stdio.h | 218 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 450 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 563 #define putc(c,f) sfputc(f,c) macro 592 #define putc(c,f) fputc(c,f) macro
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_stdio.h | 197 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 429 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 542 #define putc(c,f) sfputc(f,c) macro 571 #define putc(c,f) fputc(c,f) macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_stdio.h | 218 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 450 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 563 #define putc(c,f) sfputc(f,c) macro 592 #define putc(c,f) fputc(c,f) macro
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 197 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 429 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 542 #define putc(c,f) sfputc(f,c) macro 571 #define putc(c,f) fputc(c,f) macro
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_stdio.h | 218 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 450 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 563 #define putc(c,f) sfputc(f,c) macro 592 #define putc(c,f) fputc(c,f) macro
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_stdio.h | 197 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 429 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 542 #define putc(c,f) sfputc(f,c) macro 571 #define putc(c,f) fputc(c,f) macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_stdio.h | 218 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 450 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 563 #define putc(c,f) sfputc(f,c) macro 592 #define putc(c,f) fputc(c,f) macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_stdio.h | 197 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 429 extern __MANGLE__ int putc __PROTO__((int, FILE*)); 542 #define putc(c,f) sfputc(f,c) macro 571 #define putc(c,f) fputc(c,f) macro
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1100 putc.3c \ 1728 putc.3c := LINKSRC = fputc.3c
|