| /src/sys/arch/alpha/stand/common/ |
| putstr.c | 1 /* $NetBSD: putstr.c,v 1.1 1999/04/02 03:23:50 cgd Exp $ */ 37 putstr(const char *s) function
|
| /src/sys/arch/evbmips/stand/sbmips/common/ |
| putstr.c | 1 /* $NetBSD: putstr.c,v 1.1.1.1 2017/07/24 08:56:29 mrg Exp $ */ 37 putstr(const char *s) function
|
| /src/sys/arch/sbmips/stand/common/ |
| putstr.c | 1 /* $NetBSD: putstr.c,v 1.1 2002/11/09 06:20:41 cgd Exp $ */ 37 putstr(const char *s) function
|
| /src/sys/arch/sun68k/stand/libsa/ |
| putstr.c | 1 /* $NetBSD: putstr.c,v 1.2 2009/01/12 07:00:59 tsutsui Exp $ */ 37 putstr(const char *s) function
|
| /src/sys/arch/landisk/stand/bootxx/ |
| bootxx.S | 156 * void putstr(const char *str); 158 ENTRY(putstr) function
|
| /src/distrib/utils/more/ |
| output.c | 176 putstr(s) function 222 putstr(s); 223 putstr(" "); 225 putstr(return_to_continue); 255 putstr(s); 256 putstr(intr_to_abort);
|
| /src/tests/lib/libc/stdio/ |
| t_fputc.c | 42 static void putstr(int (*)(int, FILE *)); 58 putstr(int (*func)(int, FILE *)) function 95 putstr(fputc); 127 putstr(putc); 159 putstr(putc_unlocked);
|
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| put.c | 262 putstr(p->b_const.fconst.ccp, 283 putstr(char *s, ftnint n) function
|
| /src/games/hack/ |
| hack.topl.c | 105 putstr(toplines); 147 putstr(s); 164 putstr("--More--"); 310 putstr(const char *s) function
|
| /src/games/tetris/ |
| screen.c | 81 * putstr() is for unpadded strings (either as in termcap(5) or 85 #define putstr(s) (void)fputs(s, stdout) macro 217 putstr(tstr); 219 putstr(tstr); 245 putstr(tstr); 250 putstr(tstr); 252 putstr(tstr); 327 moveto(r-1, c-1); putstr(" "); 328 moveto(r, c-1); putstr(" "); 329 moveto(r+1, c-1); putstr(" "); [all...] |
| /src/libexec/telnetd/ |
| utility.c | 47 void putstr(char *); 423 putstr(char *s) function 466 putstr(line); 468 putstr(&slash[1]); 472 putstr(editedhost); 478 putstr(db); 486 putstr(utsinfo.sysname); 490 putstr(utsinfo.machine); 494 putstr(utsinfo.release); 498 putstr(utsinfo.version) [all...] |
| /src/sys/arch/macppc/stand/bootxx/ |
| bootxx.c | 308 #define putstr(x) putstrn((x),sizeof(x)-1) macro 348 putstr("\r\nOF_open bootpath="); 353 putstr("\r\nread stage 2 blocks: "); 362 putstr(". done!\r\nstarting stage 2...\r\n");
|
| /src/external/bsd/less/dist/ |
| output.c | 465 public void putstr(constant char *s) function 525 putstr(buf); \ 639 putstr(return_to_continue); 670 putstr(suffix1); 671 putstr(suffix2); 672 putstr(suffix3);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ui-file.c | 49 ui_file::putstr (const char *str, int quoter) function in class:ui_file
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ui-file.c | 49 ui_file::putstr (const char *str, int quoter) function in class:ui_file
|
| /src/external/mpl/bind/dist/lib/dns/ |
| nta.c | 457 putstr(isc_buffer_t **b, const char *str) { function 514 result = putstr(buf, obuf);
|
| keytable.c | 571 putstr(isc_buffer_t **b, const char *str) { function 596 (void)putstr(&text, "\n"); 598 (void)putstr(&text, "none"); 600 (void)putstr(&text, "could not dump key table: "); 601 (void)putstr(&text, isc_result_totext(result)); 645 result = putstr(text, obuf);
|
| dnstap.c | 860 putstr(isc_buffer_t **b, const char *str) { function 888 return putstr(b, buf); 1241 CHECK(putstr(dest, "???\?-?\?-?? ??:??:??.??? ")); 1243 CHECK(putstr(dest, buf)); 1244 CHECK(putstr(dest, " ")); 1250 CHECK(putstr(dest, "AQ ")); 1253 CHECK(putstr(dest, "AR ")); 1256 CHECK(putstr(dest, "CQ ")); 1259 CHECK(putstr(dest, "CR ")); 1262 CHECK(putstr(dest, "FQ ")) [all...] |
| adb.c | 2540 putstr(isc_buffer_t **b, const char *str) { function 2583 putstr(buf, text);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| nta.c | 505 putstr(isc_buffer_t **b, const char *str) { function 571 result = putstr(buf, obuf); 603 (void)putstr(&text, "\n"); 605 (void)putstr(&text, "none"); 607 (void)putstr(&text, "could not dump NTA table: "); 608 (void)putstr(&text, isc_result_totext(result));
|
| keytable.c | 610 putstr(isc_buffer_t **b, const char *str) { function 635 (void)putstr(&text, "\n"); 637 (void)putstr(&text, "none"); 639 (void)putstr(&text, "could not dump key table: "); 640 (void)putstr(&text, isc_result_totext(result)); 685 result = putstr(text, obuf);
|
| dnstap.c | 886 putstr(isc_buffer_t **b, const char *str) { function 914 return (putstr(b, buf)); 1251 CHECK(putstr(dest, "???\?-?\?-?? ??:??:??.??? ")); 1253 CHECK(putstr(dest, buf)); 1254 CHECK(putstr(dest, " ")); 1260 CHECK(putstr(dest, "AQ ")); 1263 CHECK(putstr(dest, "AR ")); 1266 CHECK(putstr(dest, "CQ ")); 1269 CHECK(putstr(dest, "CR ")); 1272 CHECK(putstr(dest, "FQ ")) [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| cpp.c | 1138 putstr(bp); 1503 putstr(sp->namep); 2267 putstr(const usch *s) function
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 511 putstr(isc_buffer_t **b, const char *str); 8136 CHECK(putstr(text, "zone \"")); 8138 CHECK(putstr(text, "\" ")); 8140 CHECK(putstr(text, ";\n")); 10854 (void)putstr(text, "token too large"); 10860 (void)putstr(text, isc_result_totext(result)); 11018 tresult = putstr(text, problem); 11080 (void)putstr(text, "retransfer: inappropriate zone type: "); 11081 (void)putstr(text, dns_zonetype_name(type)); 11084 (void)putstr(text, "(") 15534 putstr(isc_buffer_t **b, const char *str) { function [all...] |