Searched defs:putc (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dputc.c27 #undef putc macro
37 putc(c, fp) function
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dputc.c44 #undef putc macro
48 putc(int ch, FILE *iop) function
/illumos-gate/usr/src/boot/sys/boot/i386/common/
H A Dcons.c34 putc(int c) function
49 putc(c);
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/
H A Dpxeldr.S227 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 Dstdio.h61 #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 Duserboot.h63 void (*putc)(void *arg, int ch); member in struct:loader_callbacks
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h144 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 Dstdio.h192 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 Dstdio_iso.h228 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 Dcdboot.S458 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 Dstdio.h92 * 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 Dboot1.c72 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 Dast_stdio.h218 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 Dast_stdio.h197 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 Dast_stdio.h218 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 Dast_stdio.h197 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 Dast_stdio.h218 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 Dast_stdio.h197 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 Dast_stdio.h218 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 Dast_stdio.h197 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 DMakefile1100 putc.3c \
1728 putc.3c := LINKSRC = fputc.3c

Completed in 103 milliseconds