Home
last modified time | relevance | path

Searched refs:PUTC (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/lib/libc/port/stdio/
H A Dputchar.c67 return (PUTC(ch, iop));
H A Dputw.c57 while (--i >= 0 && PUTC(*s++, stream) != EOF) in putw()
H A D_flsbuf.c86 (void) PUTC(ch, iop); /* recursive call */ in _flsbuf()
H A Dgetpass.c105 (void) PUTC('\n', fi); in __getpass()
/titanic_44/usr/src/lib/libast/common/regex/
H A Dregsubexec.c51 #define PUTC(p,b,x,r) \ macro
190 PUTC(p, b, c, return fatal(p->env->disc, c, NiL)); in regsubexec()
/titanic_44/usr/src/lib/libc/port/locale/
H A Dfputwc.c101 if (PUTC((unsigned char)buf[i], fp) == EOF) { in __fputwc_impl()
/titanic_44/usr/src/lib/libc/inc/
H A Dmtlib.h71 #define PUTC(c, s) _putc_unlocked(c, s) macro
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dutil.c2558 #define PUTC(c) \ macro
2588 PUTC(c); in doprf()
2651 PUTC(c); in doprf()
2655 PUTC(c); in doprf()
2669 PUTC(' '); in doprf()
2672 PUTC(c); in doprf()
2676 PUTC(' '); in doprf()
2680 PUTC('%'); in doprf()
2756 PUTC(' '); in doprf()
2764 PUTC(*prefix++); in doprf()
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c52 #define PUTC(x, y) secure_putc(x, y) macro
924 if (ferror(dout) || PUTC('\r', dout) < 0) in sendrequest()
929 if (PUTC(c, dout) < 0) in sendrequest()
935 (void) PUTC('\0', dout); in sendrequest()