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

12

/freebsd-10-stable/sys/boot/i386/kgzldr/
H A Dkgzldr.h38 void putstr(const char *);
H A Dboot.c77 putstr("Uncompressing ... ");
79 putstr(msg[err]);
80 putstr("\n");
82 putstr("System halted");
H A Dlib.c78 putstr(const char *str) function
/freebsd-10-stable/contrib/less/
H A Dlsystem.c64 putstr("!");
65 putstr(cmd);
66 putstr("\n");
190 putstr(donemsg);
191 putstr(" (press RETURN)");
314 putstr("!");
315 putstr(cmd);
316 putstr("\n");
H A Doptfunc.c509 putstr("less ");
510 putstr(version);
511 putstr(" (");
513 putstr("GNU ");
516 putstr("POSIX ");
519 putstr("PCRE ");
522 putstr("BSD ");
525 putstr("V8 ");
528 putstr("Spencer V8 ");
531 putstr("n
[all...]
H A Doutput.c453 putstr(s) function
495 putstr(buf);
509 putstr(buf);
615 putstr(return_to_continue);
651 putstr(intr_to_abort);
H A Dcmdbuf.c279 putstr(pr);
290 putstr(pr);
411 putstr(pr);
417 putstr(pr);
H A Dforwback.c195 putstr("...skipping...\n");
H A Dcommand.c763 putstr("& ");
769 putstr(p);
/freebsd-10-stable/contrib/netbsd-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);
/freebsd-10-stable/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S75 call putstr # ourselves
82 call putstr # base memory
92 call putstr # pointer
100 call putstr # End message
116 call putstr # message
131 call putstr # message
139 call putstr # version message
154 call putstr # End message
178 call putstr # message
185 call putstr # addres
295 putstr: lodsb # Load char label
[all...]
/freebsd-10-stable/sys/boot/arm/ixp425/boot2/
H A Dlib.h38 void putstr(const char *);
H A Dixp425_board.c193 putstr(const char *str) function
637 putstr("cfprintregs: regs error ");
640 putstr(", count ");
643 putstr(", sect ");
646 putstr(", cyl low ");
649 putstr(", cyl high ");
652 putstr(", drv head ");
655 putstr(", status ");
658 putstr("\n");
/freebsd-10-stable/sys/boot/i386/mbr/
H A Dmbr.s131 jmp putstr # table"
134 jmp putstr # operating system"
137 jmp putstr # system"
141 putstr.0: movw $0x7,%bx # Page:attribute
144 putstr: lodsb # Get character label
146 jnz putstr.0 # No
147 putstr.1: jmp putstr.1 # Await reset
/freebsd-10-stable/sys/boot/pc98/btx/btxldr/
H A Dbtxldr.S89 call putstr # ourselves
98 call putstr # base memory
108 call putstr # pointer
116 call putstr # End message
132 call putstr # message
147 call putstr # message
155 call putstr # version message
170 call putstr # End message
194 call putstr # message
201 call putstr # addres
311 putstr: lodsb # Load char label
[all...]
/freebsd-10-stable/contrib/telnet/telnetd/
H A Dutility.c399 putstr(const char *s) function
435 putstr("\r\n");
452 putstr(line);
454 putstr(&slash[1]);
458 putstr(editedhost);
467 putstr(db);
472 putstr(kerninfo.sysname);
476 putstr(kerninfo.machine);
480 putstr(kerninfo.release);
484 putstr(kerninf
[all...]
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c423 putstr(char *s) function
473 putstr(line);
475 putstr(&slash[1]);
479 putstr(editedhost);
483 putstr(sysname);
487 putstr(machine);
491 putstr(release);
495 putstr(version);
501 putstr(db);
H A Dext.h146 void putstr (char *s);
/freebsd-10-stable/sys/boot/i386/boot0/
H A Dboot0ext.S203 callw putstr # prompt
321 jmp putstr.1 # Display the rest
332 puts: callw putstr # Display string
336 putstr: lodsb # Get byte label
338 jnz putstr.2 # Yes
339 putstr.1: callw putchr # Display char
340 jmp putstr # Continue
341 putstr.2: andb $~0x80,%al # Clear MSB
H A Dboot0.S333 callw putstr # prompt
504 * putstr: print the string at %si
517 callw putstr # Display string
520 jmp putstr
530 putstr.1: callw putchr # Display char
531 putstr: lodsb # Get byte label
533 jz putstr.1 # No
/freebsd-10-stable/sys/boot/i386/zfsboot/
H A Dzfsldr.S196 error: callw putstr # Display message
198 callw putstr # prompt
206 putstr.0: mov $0x7,%bx # Page:attribute
209 putstr: lodsb # Get char label
211 jne putstr.0 # No
/freebsd-10-stable/sys/boot/pc98/boot2/
H A Dboot1.S239 call putstr
250 putstr.0: push %cs
252 putstr: lodsb label
254 jne putstr.0
/freebsd-10-stable/sys/boot/i386/boot2/
H A Dboot1.S239 error: callw putstr # Display message
241 callw putstr # prompt
249 putstr.0: mov $0x7,%bx # Page:attribute
252 putstr: lodsb # Get char label
254 jne putstr.0 # No
258 * read function. Since we assume putstr succeeds, we (ab)use the
259 * same code when we return from putstr.
/freebsd-10-stable/sys/boot/pc98/cdboot/
H A Dcdboot.S264 error: call putstr
266 call putstr
279 putstr: push %ds label
288 putstr.0: lodsb
290 jz putstr.done
292 jz putstr.cr
294 jz putstr.lf
298 jmp putstr.move
299 putstr.cr: xor %dx,%dx
303 jmp putstr
[all...]
/freebsd-10-stable/sys/kern/
H A Dinflate.c39 extern void putstr (char *);
40 #define FPRINTF putstr

Completed in 128 milliseconds

12