/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | putcfile.c | 67 if (putc('=', a_fp) == EOF) { in putcfile() 80 if (putc(' ', a_fp) == EOF) { in putcfile() 84 if (putc(a_ept->ftype, a_fp) == EOF) { in putcfile() 88 if (putc(' ', a_fp) == EOF) { in putcfile() 98 if (putc(' ', a_fp) == EOF) { in putcfile() 102 if (putc('?', a_fp) == EOF) { in putcfile() 111 if (putc(' ', a_fp) == EOF) { in putcfile() 115 if (putc('?', a_fp) == EOF) { in putcfile() 133 if (putc(' ', a_fp) == EOF) { in putcfile() 141 if (putc(' ', a_fp) == EOF) { in putcfile() [all …]
|
H A D | logerr.c | 67 (void) putc(*pt, stderr); in logerr() 71 (void) putc('\n', stderr); in logerr()
|
/illumos-gate/usr/src/ucbcmd/sed/ |
H A D | sed1.c | 213 (void) putc(*p1, stdout); in execute() 214 (void) putc('\n', stdout); in execute() 349 (void) putc(*p1++, stdout); in command() 350 (void) putc('\n', stdout); in command() 418 (void) putc(*p1++, stdout); in command() 419 (void) putc('\n', stdout); in command() 496 (void) putc(*p1, stdout); in command() 497 (void) putc('\n', stdout); in command() 524 (void) putc(*p1, stdout); in command() 525 (void) putc('\n', stdout); in command() [all …]
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | puttext.c | 81 (void) putc(' ', fp); in puttext() 96 (void) putc('\n', fp); in puttext() 98 (void) putc(' ', fp); in puttext() 117 (void) putc(mbs[i], fp); in puttext() 277 (void) putc(' ', fp); in puttext() 280 (void) putc(mbtemp[i], fp); in puttext() 281 (void) putc('\n', fp); in puttext() 299 (void) putc(' ', fp); in puttext() 302 (void) putc(mbtemp[i], fp); in puttext()
|
/illumos-gate/usr/src/cmd/sdiff/ |
H A D | sdiff.c | 283 (void) putc('\n', stdout); in main() 294 (void) putc('\n', stdout); in main() 303 (void) putc('\n', stdout); in main() 316 (void) putc('\n', stdout); in main() 323 (void) putc('\n', stdout); in main() 330 (void) putc('\n', stdout); in main() 356 (void) putc('\n', stdout); in main() 455 (void) putc(*cp++, file); in putline() 463 (void) putc(*cp++, file); in putline() 474 (void) putc(*cp++, file); in putline() [all …]
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | crossref.c | 186 if (putc(NEWFILE, newrefs) == EOF) { in putfilename() 377 (void) putc(' ', postings); in putposting() 386 (void) putc('!', postings); in putposting() 389 (void) putc(*s, postings); in putposting() 393 (void) putc(type, postings); in putposting() 397 (void) putc(' ', postings); in putposting() 400 (void) putc(*s, postings); in putposting() 403 if (putc('\n', postings) == EOF) { in putposting()
|
H A D | command.c | 242 (void) putc(c, file); in command() 294 (void) putc(c, file); in command() 470 (void) putc(c, refsfound); in readrefs() 472 (void) putc(c, refsfound); in readrefs() 640 (void) putc('\\', script); in changestring() 642 (void) putc(*s, script); in changestring() 644 (void) putc('/', script); /* to */ in changestring() 647 (void) putc('\\', script); in changestring() 649 (void) putc(*s, script); in changestring()
|
H A D | find.c | 461 (void) putc(' ', refsfound); in findcalledbysub() 1081 (void) putc('\n', output); in putsource() 1112 (void) putc('\n', output); in putsource() 1130 (void) putc(dichar1[c / 8], output); in putline() 1131 (void) putc(dichar2[c & 7], output); in putline() 1136 (void) putc(' ', output); in putline() 1139 (void) putc('(', output); in putline() 1142 (void) putc((int)c, output); in putline()
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | sub1.c | 108 (void) putc('\n', errorf); in error() 148 (void) putc('\n', errorf); in warning() 482 (void) putc(*t++, fout); in cpycom() 483 (void) putc(*t++, fout); in cpycom() 486 (void) putc(*t++, fout); in cpycom() 495 (void) putc(*t++, fout); in cpycom() 497 (void) putc('\n', fout); in cpycom() 500 (void) putc((char)c, fout); in cpycom() 510 (void) putc((char)c, fout); in cpycom() 514 (void) putc('/', fout); in cpycom() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/ |
H A D | putc.c | 28 NoN(putc) 32 #undef putc 35 putc(int c, Sfio_t* f)
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | interceptor.c | 185 (void) putc('\n', Bodyfp); in generate_i_declarations() 251 (void) putc('\n', Bodyfp); in generate_i_call() 276 (void) putc('\n', Bodyfp); in generate_i_postamble() 308 (void) putc('\n', Bodyfp); in generate_i_bindings() 372 (void) putc('\n', Bodyfp); in generate_i_prints() 401 (void) putc('\n', Bodyfp); in generate_i_closedown()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | outch.c | 77 (void) putc((int)c, SP->term_file); in _outwch() 80 (void) putc((int)o, SP->term_file); in _outwch() 83 (void) putc((int)o, SP->term_file); in _outwch()
|
/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) { in putc() function 287 #define putc(x, p) (--(p)->_cnt < 0 ? __flsbuf((x), (p)) \ macro 298 inline int putchar(int _x) { return putc(_x, stdout); } in putchar() 302 #define putchar(x) putc((x), stdout)
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | merginfo.c | 254 (void) putc(' ', fp); in merginfo() 277 (void) putc(' ', fp); in merginfo() 283 (void) putc('\n', fp); in merginfo() 297 (void) putc('\n', fp); in merginfo() 300 (void) putc('\n', fp); in merginfo() 417 (void) putc('/', fp); in merginfo() 432 (void) putc('\n', fp); in merginfo()
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | quit.c | 186 putc(c, obuf); in quit() 238 putc(c, obuf); in quit() 313 putc(c, rbuf); in writeback() 323 putc(c, rbuf); in writeback() 339 putc(c, obuf); in writeback() 355 putc(c, obuf); in writeback()
|
H A D | send.c | 198 putc('\n', obuf); in msend() 624 putc('\n', nfo); in infix() 629 putc(c, nfo); in infix() 693 putc('\n', fo); in puthead() 722 putc('\n', fo); in fmt() 756 putc('>', fo); in savemail() 761 putc(c, fo); in savemail() 763 putc('\n', fo); in savemail()
|
H A D | collect.c | 540 if (putc(t, obuf) == EOF) { in collect() 655 putc(t, fbuf); in collect() 805 if (putc(c, fo) == '\n') in lcwrite() 813 putc('\n', fo); in lcwrite() 863 putc(t, fbuf); in mesedit() 975 putc('\n', obuf); in mesedit() 978 putc(t, obuf); in mesedit() 1337 putc('\n', ofd); in cpout() 1341 putc('\t', ofd); in cpout() 1345 putc('\\', ofd); in cpout() [all …]
|
/illumos-gate/usr/src/test/libc-tests/tests/select/ |
H A D | select_test.c | 42 (void) putc('1', stdout); in print_set() 44 (void) putc('0', stdout); in print_set() 47 (void) putc('\n', stdout); in print_set()
|
/illumos-gate/usr/src/cmd/write/ |
H A D | write.c | 401 putc('\r', fp); in main() 407 putc(*bp, fp); in main() 411 putc(*bp, fp); in main() 419 putc('^', fp); in main() 421 putc(*bp + 0100, fp); in main() 424 putc(*bp, fp); in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftpsubs.c | 279 if (putc(c, file) == EOF) in write_behind() 366 (void) putc('?', stream); in print_options() 372 (void) putc(' ', stream); in print_options() 375 (void) putc('?', stream); in print_options()
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | putc.c | 42 #undef putc 46 putc(int ch, FILE *iop) in putc() function
|
/illumos-gate/usr/src/cmd/wall/ |
H A D | wall.c | 432 (void) putc('\r', f); in sendmes() 435 (void) putc(*bp, f); in sendmes() 442 (void) putc('^', f); in sendmes() 443 (void) putc(*bp + 0100, f); in sendmes() 446 (void) putc(*bp, f); in sendmes()
|
/illumos-gate/usr/src/cmd/sgs/tools/common/ |
H A D | piglatin.c | 71 (void) putc(ic, stdout); in main() 107 (void) putc(ic, stdout); in main()
|
/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/cmd/svr4pkg/libinst/ |
H A D | echo.c | 90 (void) putc('\n', stderr); in echo() 139 (void) putc('\n', stderr); in echoDebug()
|