| /NextBSD/contrib/less/ |
| HD | optfunc.c | 495 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 …]
|
| HD | lsystem.c | 64 putstr("!"); 65 putstr(cmd); 66 putstr("\n"); 190 putstr(donemsg); 191 putstr(" (press RETURN)"); 314 putstr("!"); 315 putstr(cmd); 316 putstr("\n");
|
| HD | output.c | 383 putstr(s) in putstr() function 425 putstr(buf); 439 putstr(buf); 542 putstr(return_to_continue); 578 putstr(intr_to_abort);
|
| HD | cmdbuf.c | 305 putstr(pr); 316 putstr(pr); 437 putstr(pr); in cmd_right() 443 putstr(pr); in cmd_right()
|
| HD | forwback.c | 195 putstr("...skipping...\n");
|
| HD | command.c | 753 putstr("& "); in prompt() 759 putstr(p); in prompt()
|
| HD | funcs.h | 241 public void putstr ();
|
| /NextBSD/sys/boot/i386/kgzldr/ |
| HD | boot.c | 77 putstr("Uncompressing ... "); in boot() 79 putstr(msg[err]); in boot() 80 putstr("\n"); in boot() 82 putstr("System halted"); in boot()
|
| HD | kgzldr.h | 38 void putstr(const char *);
|
| HD | lib.c | 78 putstr(const char *str) in putstr() function
|
| /NextBSD/contrib/netbsd-tests/lib/libc/stdio/ |
| HD | 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()
|
| /NextBSD/sys/boot/i386/btx/btxldr/ |
| HD | btxldr.S | 75 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/ |
| HD | btxldr.S | 89 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/ |
| HD | utility.c | 399 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/ |
| HD | ixp425_board.c | 193 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()
|
| HD | lib.h | 40 void putstr(const char *);
|
| /NextBSD/sys/boot/i386/mbr/ |
| HD | mbr.s | 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
|
| /NextBSD/crypto/heimdal/appl/telnet/telnetd/ |
| HD | utility.c | 423 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()
|
| HD | ext.h | 146 void putstr (char *s);
|
| /NextBSD/sys/boot/i386/zfsboot/ |
| HD | zfsldr.S | 196 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/ |
| HD | boot0.S | 333 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/ |
| HD | boot1.S | 239 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/ |
| HD | boot1.S | 239 call putstr 250 putstr.0: push %cs 252 putstr: lodsb label 254 jne putstr.0
|
| /NextBSD/sys/boot/pc98/cdboot/ |
| HD | cdboot.S | 352 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/ |
| HD | inflate.c | 39 extern void putstr (char *); 40 #define FPRINTF putstr
|