Searched refs:PUTC (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | putchar.c | 67 return (PUTC(ch, iop));
|
H A D | putw.c | 57 while (--i >= 0 && PUTC(*s++, stream) != EOF)
|
H A D | _flsbuf.c | 86 (void) PUTC(ch, iop); /* recursive call */
|
H A D | getpass.c | 105 (void) PUTC('\n', fi);
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | mtlib.h | 71 #define PUTC(c, s) _putc_unlocked(c, s) macro
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | fputwc.c | 101 if (PUTC((unsigned char)buf[i], fp) == EOF) {
|
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | regsubexec.c | 51 #define PUTC(p,b,x,r) \ macro 190 PUTC(p, b, c, return fatal(p->env->disc, c, NiL));
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 2558 #define PUTC(c) \ macro 2588 PUTC(c); 2651 PUTC(c); 2655 PUTC(c); 2669 PUTC(' '); 2672 PUTC(c); 2676 PUTC(' '); 2680 PUTC('%'); 2756 PUTC(' '); 2764 PUTC(*prefi [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 52 #define PUTC(x, y) secure_putc(x, y) macro 924 if (ferror(dout) || PUTC('\r', dout) < 0) 929 if (PUTC(c, dout) < 0) 935 (void) PUTC('\0', dout);
|
Completed in 95 milliseconds