/netbsd-src/games/tetris/ |
H A D | screen.c | 85 #define putstr(s) (void)fputs(s, stdout) macro 217 putstr(tstr); in scr_set() 219 putstr(tstr); in scr_set() 245 putstr(tstr); in scr_end() 250 putstr(tstr); in scr_end() 252 putstr(tstr); in scr_end() 327 moveto(r-1, c-1); putstr(" "); in scr_update() 328 moveto(r, c-1); putstr(" "); in scr_update() 329 moveto(r+1, c-1); putstr(" "); in scr_update() 330 moveto(r+2, c-1); putstr(" "); in scr_update() [all …]
|
/netbsd-src/distrib/utils/more/ |
H A D | command.c | 105 putstr(prompt); 181 putstr(current_name); in prompt() 182 putstr(":"); in prompt() 186 putstr(pbuf); in prompt() 191 putstr(pbuf); in prompt() 196 putstr(pbuf); in prompt() 201 putstr(pbuf); in prompt() 209 putstr(current_name); in prompt() 212 putstr(": END (next file: "); in prompt() 213 putstr(next_name); in prompt() [all …]
|
H A D | output.c | 176 putstr(s) in putstr() function 222 putstr(s); 223 putstr(" "); 225 putstr(return_to_continue); 255 putstr(s); 256 putstr(intr_to_abort);
|
H A D | os.c | 95 putstr("!"); 96 putstr(cmd); 97 putstr("\n");
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | dnstap.c | 886 putstr(isc_buffer_t **b, const char *str) { in putstr() function 914 return (putstr(b, buf)); in putaddr() 1251 CHECK(putstr(dest, "???\?-?\?-?? ??:??:??.??? ")); in dns_dt_datatotext() 1253 CHECK(putstr(dest, buf)); in dns_dt_datatotext() 1254 CHECK(putstr(dest, " ")); in dns_dt_datatotext() 1260 CHECK(putstr(dest, "AQ ")); in dns_dt_datatotext() 1263 CHECK(putstr(dest, "AR ")); in dns_dt_datatotext() 1266 CHECK(putstr(dest, "CQ ")); in dns_dt_datatotext() 1269 CHECK(putstr(dest, "CR ")); in dns_dt_datatotext() 1272 CHECK(putstr(dest, "FQ ")); in dns_dt_datatotext() [all …]
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | dnstap.c | 867 putstr(isc_buffer_t **b, const char *str) { in dns_dt_send() 895 return putstr(b, buf); in putstr() 1248 CHECK(putstr(dest, "???\?-?\?-?? ??:??:??.??? ")); in dns_dt_datatotext() 1250 CHECK(putstr(dest, buf)); in dns_dt_datatotext() 1251 CHECK(putstr(dest, " ")); in dns_dt_datatotext() 1257 CHECK(putstr(dest, "AQ ")); in dns_dt_datatotext() 1260 CHECK(putstr(dest, "AR ")); in dns_dt_datatotext() 1263 CHECK(putstr(dest, "CQ ")); in dns_dt_datatotext() 1266 CHECK(putstr(dest, "CR ")); in dns_dt_datatotext() 1269 CHECK(putstr(des in dns_dt_datatotext() 886 putstr(isc_buffer_t **b, const char *str) { putstr() function [all...] |
/netbsd-src/external/bsd/less/dist/ |
H A D | lsystem.c | 68 putstr("!"); in lsystem() 69 putstr(cmd); in lsystem() 70 putstr("\n"); in lsystem() 191 putstr(donemsg); in lsystem() 192 putstr(" (press RETURN)"); in lsystem() 307 putstr("!"); in pipe_data() 308 putstr(cmd); in pipe_data() 309 putstr("\n"); in pipe_data()
|
H A D | optfunc.c | 504 putstr("less "); in opt__V() 505 putstr(version); in opt__V() 506 putstr(" ("); in opt__V() 507 putstr(pattern_lib_name()); in opt__V() 508 putstr(" regular expressions)\n"); in opt__V() 512 putstr(copyright); in opt__V() 516 putstr("** This is an EXPERIMENTAL build of the 'less' software,\n"); in opt__V() 517 putstr("** and may not function correctly.\n"); in opt__V() 518 putstr("** Obtain release builds from the web page below.\n\n"); in opt__V() 521 putstr("This build supports LESSTEST.\n"); in opt__V() [all …]
|
H A D | output.c | 465 public void putstr(constant char *s) in putstr() function 525 putstr(buf); \ 639 putstr(return_to_continue); in error() 670 putstr(suffix1); in ierror_suffix() 671 putstr(suffix2); in ierror_suffix() 672 putstr(suffix3); in ierror_suffix()
|
/netbsd-src/sys/arch/alpha/stand/common/ |
H A D | bootxx.c | 94 putstr("\nNetBSD/alpha " NETBSD_VERS " " BOOTXX_FS_NAME " Primary Bootstrap\n"); in main() 117 putstr("Jumping to entry point...\n"); in main() 124 putstr(reason); in main() 125 putstr("\n\nPRIMARY BOOTSTRAP FAILED!\n"); in main()
|
H A D | panic_putstr.c | 39 putstr("panic: "); in panic() 40 putstr(fmt); /* not a great attempt, but something */ in panic()
|
/netbsd-src/sys/arch/sbmips/stand/common/ |
H A D | bootxx.c | 91 putstr("\nNetBSD/sbmips " NETBSD_VERS " " BOOTXX_FS_NAME " Primary Bootstrap\n"); in main() 116 putstr("Jumping to entry point...\n"); in main() 123 putstr(reason); in main() 124 putstr("\n\nPRIMARY BOOTSTRAP FAILED!\n"); in main()
|
H A D | panic_putstr.c | 39 putstr("panic: "); in panic() 40 putstr(fmt); /* not a great attempt, but something */ in panic()
|
H A D | common.h | 34 void putstr(const char *); 69 void putstr(const char *s);
|
/netbsd-src/sys/arch/evbmips/stand/sbmips/common/ |
H A D | bootxx.c | 91 putstr("\nNetBSD/sbmips " NETBSD_VERS " " BOOTXX_FS_NAME " Primary Bootstrap\n"); in main() 116 putstr("Jumping to entry point...\n"); in main() 123 putstr(reason); in main() 124 putstr("\n\nPRIMARY BOOTSTRAP FAILED!\n"); in main()
|
H A D | panic_putstr.c | 39 putstr("panic: "); in panic() 40 putstr(fmt); /* not a great attempt, but something */ in panic()
|
H A D | common.h | 34 void putstr(const char *); 69 void putstr(const char *s);
|
/netbsd-src/games/hack/ |
H A D | hack.tty.c | 243 putstr("\b \b"); /* putsym converts \b */ in getlin() 256 putstr(bufp); in getlin() 263 putstr("\b \b"); in getlin() 282 putstr("Hit "); in cgetret() 283 putstr(flags.cbreak ? "space" : "return"); in cgetret() 284 putstr(" to continue: "); in cgetret()
|
H A D | hack.topl.c | 105 putstr(toplines); in redotoplin() 147 putstr(s); in addtopl() 164 putstr("--More--"); in xmore() 308 putstr(const char *s) in putstr() function
|
/netbsd-src/tests/lib/libc/stdio/ |
H A D | t_fputc.c | 42 static void putstr(int (*)(int, FILE *)); 58 putstr(int (*func)(int, FILE *)) in putstr() function 95 putstr(fputc); in ATF_TC_BODY() 127 putstr(putc); in ATF_TC_BODY() 159 putstr(putc_unlocked); in ATF_TC_BODY()
|
/netbsd-src/sys/arch/sun68k/stand/bootxx/ |
H A D | bootxx.c | 82 putstr("bootxx: devopen failed\n"); in main() 123 putstr("bootxx: read failed\n"); in copyboot() 127 putstr("bootxx: short read\n"); in copyboot()
|
H A D | panic_putstr.c | 11 putstr("panic: "); in panic() 12 putstr(fmt); in panic()
|
/netbsd-src/libexec/telnetd/ |
H A D | utility.c | 47 void putstr(char *); 423 putstr(char *s) in putstr() function 466 putstr(line); in putf() 468 putstr(&slash[1]); in putf() 472 putstr(editedhost); in putf() 478 putstr(db); in putf() 486 putstr(utsinfo.sysname); in putf() 490 putstr(utsinfo.machine); in putf() 494 putstr(utsinfo.release); in putf() 498 putstr(utsinfo.version); in putf()
|
/netbsd-src/sys/arch/macppc/stand/bootxx/ |
H A D | bootxx.c | 308 #define putstr(x) putstrn((x),sizeof(x)-1) macro 348 putstr("\r\nOF_open bootpath="); in startup() 353 putstr("\r\nread stage 2 blocks: "); in startup() 362 putstr(". done!\r\nstarting stage 2...\r\n"); in startup()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/stuff/ |
H A D | stdio2.diff | 65 +putstr(const usch *s) 90 +void putstr(const usch *s); 164 + putstr(stringbuf); 167 + putstr((usch *)yytext); 209 + putstr(sb); 220 + putstr(sb);
|