| /freebsd-13.1/contrib/less/ |
| H A D | lsystem.c | 69 putstr("!"); 70 putstr(cmd); 71 putstr("\n"); 197 putstr(donemsg); 198 putstr(" (press RETURN)"); 320 putstr("!"); 321 putstr(cmd); 322 putstr("\n");
|
| H A D | optfunc.c | 538 putstr("less "); 539 putstr(version); 540 putstr(" ("); 541 putstr(pattern_lib_name()); 542 putstr(" regular expressions)\n"); 546 putstr(copyright); 551 putstr("** and may not function correctly.\n"); 552 putstr("** Obtain release builds from the web page below.\n\n"); 555 putstr("For information about the terms of redistribution,\n"); 556 putstr("see the file named README in the less distribution.\n"); [all …]
|
| H A D | output.c | 471 putstr(s) in putstr() function 534 putstr(buf); 548 putstr(buf); 657 putstr(return_to_continue); 693 putstr(intr_to_abort);
|
| H A D | cmdbuf.c | 307 putstr(pr); 318 putstr(pr); 419 putstr(pr); in cmd_right() 425 putstr(pr); in cmd_right()
|
| H A D | forwback.c | 201 putstr("...skipping...\n");
|
| H A D | command.c | 835 putstr("& "); in prompt() 853 putstr(p); in prompt()
|
| H A D | screen.c | 1616 putstr(str); 2764 putstr("<bs>"); in putbs()
|
| H A D | funcs.h | 289 public void putstr LESSPARAMS ((constant char *s));
|
| /freebsd-13.1/contrib/netbsd-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()
|
| /freebsd-13.1/stand/i386/btx/btxldr/ |
| H A D | btxldr.S | 75 call putstr # ourselves 82 call putstr # base memory 92 call putstr # pointer 100 call putstr # End message 281 call putstr # Display hex
|
| /freebsd-13.1/contrib/telnet/telnetd/ |
| H A D | utility.c | 395 putstr(const char *s) in putstr() function 431 putstr("\r\n"); in putf() 448 putstr(line); in putf() 450 putstr(&slash[1]); in putf() 454 putstr(editedhost); in putf() 463 putstr(db); in putf() 468 putstr(kerninfo.sysname); in putf() 472 putstr(kerninfo.machine); in putf() 476 putstr(kerninfo.release); in putf() 480 putstr(kerninfo.version); in putf()
|
| /freebsd-13.1/stand/i386/mbr/ |
| H A D | 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
|
| /freebsd-13.1/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | 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()
|
| H A D | ext.h | 146 void putstr (char *s);
|
| /freebsd-13.1/stand/i386/zfsboot/ |
| H A D | zfsldr.S | 213 error: callw putstr # Display message 215 callw putstr # prompt 223 putstr.0: mov $0x7,%bx # Page:attribute 226 putstr: lodsb # Get char label 228 jne putstr.0 # No
|
| /freebsd-13.1/stand/i386/boot0/ |
| H A D | 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
|
| /freebsd-13.1/stand/i386/boot2/ |
| H A D | 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
|
| /freebsd-13.1/stand/i386/btx/btx/ |
| H A D | btx.S | 375 call putstr # display 539 call putstr # VM86 call
|