Home
last modified time | relevance | path

Searched refs:putstr (Results 1 – 25 of 28) sorted by relevance

12

/NextBSD/contrib/less/
HDoptfunc.c495 putstr("less ");
496 putstr(version);
497 putstr(" (");
499 putstr("GNU ");
502 putstr("POSIX ");
505 putstr("PCRE ");
508 putstr("BSD ");
511 putstr("V8 ");
514 putstr("Spencer V8 ");
517 putstr("no ");
[all …]
HDlsystem.c64 putstr("!");
65 putstr(cmd);
66 putstr("\n");
190 putstr(donemsg);
191 putstr(" (press RETURN)");
314 putstr("!");
315 putstr(cmd);
316 putstr("\n");
HDoutput.c383 putstr(s) in putstr() function
425 putstr(buf);
439 putstr(buf);
542 putstr(return_to_continue);
578 putstr(intr_to_abort);
HDcmdbuf.c305 putstr(pr);
316 putstr(pr);
437 putstr(pr); in cmd_right()
443 putstr(pr); in cmd_right()
HDforwback.c195 putstr("...skipping...\n");
HDcommand.c753 putstr("& "); in prompt()
759 putstr(p); in prompt()
HDfuncs.h241 public void putstr ();
/NextBSD/sys/boot/i386/kgzldr/
HDboot.c77 putstr("Uncompressing ... "); in boot()
79 putstr(msg[err]); in boot()
80 putstr("\n"); in boot()
82 putstr("System halted"); in boot()
HDkgzldr.h38 void putstr(const char *);
HDlib.c78 putstr(const char *str) in putstr() function
/NextBSD/contrib/netbsd-tests/lib/libc/stdio/
HDt_fputc.c42 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()
/NextBSD/sys/boot/i386/btx/btxldr/
HDbtxldr.S75 call putstr # ourselves
82 call putstr # base memory
92 call putstr # pointer
100 call putstr # End message
287 call putstr # Display hex
/NextBSD/sys/boot/pc98/btx/btxldr/
HDbtxldr.S89 call putstr # ourselves
98 call putstr # base memory
108 call putstr # pointer
116 call putstr # End message
303 call putstr # Display hex
/NextBSD/contrib/telnet/telnetd/
HDutility.c399 putstr(const char *s) in putstr() function
435 putstr("\r\n"); in putf()
452 putstr(line); in putf()
454 putstr(&slash[1]); in putf()
458 putstr(editedhost); in putf()
467 putstr(db); in putf()
472 putstr(kerninfo.sysname); in putf()
476 putstr(kerninfo.machine); in putf()
480 putstr(kerninfo.release); in putf()
484 putstr(kerninfo.version); in putf()
/NextBSD/sys/boot/arm/ixp425/boot2/
HDixp425_board.c193 putstr(const char *str) in putstr() function
637 putstr("cfprintregs: regs error "); in cfprintregs()
640 putstr(", count "); in cfprintregs()
643 putstr(", sect "); in cfprintregs()
646 putstr(", cyl low "); in cfprintregs()
649 putstr(", cyl high "); in cfprintregs()
652 putstr(", drv head "); in cfprintregs()
655 putstr(", status "); in cfprintregs()
658 putstr("\n"); in cfprintregs()
HDlib.h40 void putstr(const char *);
/NextBSD/sys/boot/i386/mbr/
HDmbr.s141 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
/NextBSD/crypto/heimdal/appl/telnet/telnetd/
HDutility.c423 putstr(char *s) in putstr() function
473 putstr(line); in putf()
475 putstr(&slash[1]); in putf()
479 putstr(editedhost); in putf()
483 putstr(sysname); in putf()
487 putstr(machine); in putf()
491 putstr(release); in putf()
495 putstr(version); in putf()
501 putstr(db); in putf()
HDext.h146 void putstr (char *s);
/NextBSD/sys/boot/i386/zfsboot/
HDzfsldr.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
/NextBSD/sys/boot/i386/boot0/
HDboot0.S333 callw putstr # prompt
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
/NextBSD/sys/boot/i386/boot2/
HDboot1.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
/NextBSD/sys/boot/pc98/boot2/
HDboot1.S239 call putstr
250 putstr.0: push %cs
252 putstr: lodsb label
254 jne putstr.0
/NextBSD/sys/boot/pc98/cdboot/
HDcdboot.S352 call putstr # display the welcome message
357 call putstr # display the message
451 call putstr # relocation message
532 call putstr # jump message
546 call putstr
549 call putstr
551 call putstr
564 call putstr
570 call putstr
/NextBSD/sys/kern/
HDinflate.c39 extern void putstr (char *);
40 #define FPRINTF putstr

12