Searched refs:putstr (Results 1 - 25 of 71) sorted by relevance

123

/netbsd-current/sys/arch/alpha/stand/common/
H A Dpanic_putstr.c39 putstr("panic: ");
40 putstr(fmt); /* not a great attempt, but something */
H A Dputstr.c37 putstr(const char *s) function
H A Dcommon.h38 void putstr(const char *);
69 * putstr.c
72 void putstr(const char *s);
H A Dbootxx.c94 putstr("\nNetBSD/alpha " NETBSD_VERS " " BOOTXX_FS_NAME " Primary Bootstrap\n");
117 putstr("Jumping to entry point...\n");
124 putstr(reason);
125 putstr("\n\nPRIMARY BOOTSTRAP FAILED!\n");
/netbsd-current/sys/arch/sbmips/stand/common/
H A Dpanic_putstr.c39 putstr("panic: ");
40 putstr(fmt); /* not a great attempt, but something */
H A Dputstr.c1 /* $NetBSD: putstr.c,v 1.1 1999/04/02 03:23:50 cgd Exp $ */
37 putstr(const char *s) function
H A Dcommon.h34 void putstr(const char *);
66 * putstr.c
69 void putstr(const char *s);
H A Dbootxx.c91 putstr("\nNetBSD/sbmips " NETBSD_VERS " " BOOTXX_FS_NAME " Primary Bootstrap\n");
116 putstr("Jumping to entry point...\n");
123 putstr(reason);
124 putstr("\n\nPRIMARY BOOTSTRAP FAILED!\n");
/netbsd-current/sys/arch/evbmips/stand/sbmips/common/
H A Dpanic_putstr.c39 putstr("panic: ");
40 putstr(fmt); /* not a great attempt, but something */
H A Dputstr.c1 /* $NetBSD: putstr.c,v 1.1.1.1 2017/07/24 08:56:29 mrg Exp $ */
37 putstr(const char *s) function
H A Dcommon.h34 void putstr(const char *);
66 * putstr.c
69 void putstr(const char *s);
H A Dbootxx.c91 putstr("\nNetBSD/sbmips " NETBSD_VERS " " BOOTXX_FS_NAME " Primary Bootstrap\n");
116 putstr("Jumping to entry point...\n");
123 putstr(reason);
124 putstr("\n\nPRIMARY BOOTSTRAP FAILED!\n");
/netbsd-current/sys/arch/sun68k/stand/bootxx/
H A Dpanic_putstr.c11 putstr("panic: ");
12 putstr(fmt);
H A Dbootxx.c82 putstr("bootxx: devopen failed\n");
123 putstr("bootxx: read failed\n");
127 putstr("bootxx: short read\n");
/netbsd-current/sys/arch/sun68k/stand/libsa/
H A Dputstr.c1 /* $NetBSD: putstr.c,v 1.1 2002/05/15 04:07:43 lukem Exp $ */
37 putstr(const char *s) function
H A Dlibsa.h47 /* putstr.c */
48 void putstr(const char *);
/netbsd-current/distrib/utils/more/
H A Doutput.c176 putstr(s) function
222 putstr(s);
223 putstr(" ");
225 putstr(return_to_continue);
255 putstr(s);
256 putstr(intr_to_abort);
H A Dcommand.c105 putstr(prompt);
181 putstr(current_name);
182 putstr(":");
186 putstr(pbuf);
191 putstr(pbuf);
196 putstr(pbuf);
201 putstr(pbuf);
209 putstr(current_name);
212 putstr(": END (next file: ");
213 putstr(next_nam
[all...]
/netbsd-current/sys/arch/i386/stand/lib/
H A Dputstr.S1 /* $NetBSD: putstr.S,v 1.1 2003/04/16 13:24:10 dsl Exp $ */
40 * void putstr(const char *)
46 .globl _C_LABEL(putstr)
47 _C_LABEL(putstr):
/netbsd-current/games/tetris/
H A Dscreen.c81 * 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...]
/netbsd-current/external/bsd/less/dist/
H A Dlsystem.c68 putstr("!");
69 putstr(cmd);
70 putstr("\n");
191 putstr(donemsg);
192 putstr(" (press RETURN)");
307 putstr("!");
308 putstr(cmd);
309 putstr("\n");
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dui-file-selftests.c31 out.putstr (str, quoter);
/netbsd-current/tests/lib/libc/stdio/
H A Dt_fputc.c42 static void putstr(int (*)(int, FILE *));
58 putstr(int (*func)(int, FILE *)) function
95 putstr(fputc);
127 putstr(putc);
159 putstr(putc_unlocked);
/netbsd-current/games/hack/
H A Dhack.tty.c243 putstr("\b \b"); /* putsym converts \b */
256 putstr(bufp);
263 putstr("\b \b");
282 putstr("Hit ");
283 putstr(flags.cbreak ? "space" : "return");
284 putstr(" to continue: ");
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddnstap.c886 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(des
[all...]

Completed in 493 milliseconds

123