| /freebsd-9-stable/crypto/openssh/regress/ |
| D | banner.sh | 7 rm -f $OBJ/banner.out $OBJ/banner.in $OBJ/empty.in 12 ( ${SSH} -2 -F $OBJ/ssh_proxy otherhost true 2>$OBJ/banner.out && \ 13 cmp $OBJ/empty.in $OBJ/banner.out ) || \ 19 touch $OBJ/banner.in 22 echo "abcdefghi" >$OBJ/banner.in 25 cp $OBJ/banner.in $OBJ/banner.out 27 cat $OBJ/banner.out >> $OBJ/banner.in 33 ( ${SSH} -2 -F $OBJ/ssh_proxy otherhost true 2>$OBJ/banner.out && \ 34 cmp $OBJ/banner.in $OBJ/banner.out ) || \ 40 ( ${SSH} -q -2 -F $OBJ/ssh_proxy otherhost true 2>$OBJ/banner.out && \ [all …]
|
| D | proto-mismatch.sh | 10 banner=`echo ${client} | ${SSHD} -o "Protocol=${server}" -i -f ${OBJ}/sshd_proxy` 12 trace "sshd prints ${banner}" 14 fail "sshd prints ${banner} and accepts connect with version ${client}"
|
| D | proto-version.sh | 11 banner=`printf '' | ${SSHD} -o "Protocol=${version}" -i -f ${OBJ}/sshd_proxy` 12 case ${banner} in 27 fail "wrong protocol version ${banner} for ${version}"
|
| /freebsd-9-stable/cddl/contrib/dtracetoolkit/Examples/ |
| D | dapptrace_example.txt | 28 the "banner hello" command, 30 # dapptrace banner hi 43 -> banner(0x8047E3B, 0x80614C2, 0x8047D38) 54 <- banner = 118 65 # dapptrace -F banner hi 78 -> banner(0x8047E3B, 0x80614C2, 0x8047D38) 89 <- banner = 118 100 # dapptrace -dF banner hi 113 2863 -> banner(0x8047E3B, 0x80614C2, 0x8047D38) 124 2890 <- banner = 118 [all …]
|
| D | dappprof_example.txt | 24 The following shows running dappprof with the "banner hello" command. 28 # dappprof -eocT banner hello 42 banner 1 53 banner 891088 62 banner 48696
|
| /freebsd-9-stable/crypto/openssh/ |
| D | auth2.c | 109 char *banner = NULL; in auth2_read_banner() local 113 if ((fd = open(options.banner, O_RDONLY)) == -1) in auth2_read_banner() 125 banner = xmalloc(len + 1); in auth2_read_banner() 126 n = atomicio(read, fd, banner, len); in auth2_read_banner() 130 free(banner); in auth2_read_banner() 133 banner[n] = '\0'; in auth2_read_banner() 135 return (banner); in auth2_read_banner() 154 char *banner = NULL; in userauth_banner() local 156 if (options.banner == NULL || in userauth_banner() 157 strcasecmp(options.banner, "none") == 0 || in userauth_banner() [all …]
|
| /freebsd-9-stable/tools/tools/npe/npestats/ |
| D | main.c | 75 int c, banner = 1; in main() local 84 banner = 0; in main() 112 banner: in main() 113 if (banner) in main() 134 goto banner; in main()
|
| /freebsd-9-stable/tools/tools/ath/athstats/ |
| D | main.c | 93 int c, banner = 1; in main() local 102 banner = 0; in main() 133 banner: in main() 134 if (banner) in main() 155 goto banner; in main()
|
| /freebsd-9-stable/contrib/tcp_wrappers/ |
| D | Banners.Makefile | 3 # Install this file as the Makefile in your directory with banner files. 4 # It will convert a prototype banner text to a form that is suitable for 13 # format). The sequences will be expanded while the banner message is 26 # Of course, nothing prevents you from using multiple banner directories. 27 # For example, one banner directory for clients that are granted service, 28 # one banner directory for rejected clients, and one banner directory for
|
| /freebsd-9-stable/crypto/heimdal/lib/krb5/ |
| D | prompter_posix.c | 42 const char *banner, in krb5_prompter_posix() argument 50 if (banner) in krb5_prompter_posix() 51 fprintf (stderr, "%s\n", banner); in krb5_prompter_posix() 52 if (name || banner) in krb5_prompter_posix()
|
| /freebsd-9-stable/usr.bin/banner/ |
| D | Makefile | 4 PROG= banner 5 MAN= banner.6
|
| /freebsd-9-stable/crypto/heimdal/tests/java/ |
| D | Makefile.in | 421 banner="All $$all tests passed"; \ 423 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 427 banner="$$failed of $$all tests failed"; \ 429 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 432 dashes="$$banner"; \ 436 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 442 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 447 echo "$$banner"; \ 646 banner="All $$all tests passed"; \ 648 banner="$$failed of $$all tests failed"; \ [all …]
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | MachineFunctionPrinterPass.cpp | 34 MachineFunctionPrinterPass(raw_ostream &os, const std::string &banner) in MachineFunctionPrinterPass() 35 : MachineFunctionPass(ID), OS(os), Banner(banner) {} in MachineFunctionPrinterPass()
|
| /freebsd-9-stable/crypto/heimdal/tests/can/ |
| D | Makefile.in | 425 banner="All $$all tests passed"; \ 427 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 431 banner="$$failed of $$all tests failed"; \ 433 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 436 dashes="$$banner"; \ 440 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 446 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 451 echo "$$banner"; \ 650 banner="All $$all tests passed"; \ 652 banner="$$failed of $$all tests failed"; \ [all …]
|
| /freebsd-9-stable/crypto/heimdal/tests/ldap/ |
| D | Makefile.in | 427 banner="All $$all tests passed"; \ 429 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 433 banner="$$failed of $$all tests failed"; \ 435 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 438 dashes="$$banner"; \ 442 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 448 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 453 echo "$$banner"; \ 652 banner="All $$all tests passed"; \ 654 banner="$$failed of $$all tests failed"; \ [all …]
|
| /freebsd-9-stable/crypto/heimdal/tests/db/ |
| D | Makefile.in | 431 banner="All $$all tests passed"; \ 433 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 437 banner="$$failed of $$all tests failed"; \ 439 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 442 dashes="$$banner"; \ 446 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 452 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 457 echo "$$banner"; \ 656 banner="All $$all tests passed"; \ 658 banner="$$failed of $$all tests failed"; \ [all …]
|
| /freebsd-9-stable/crypto/heimdal/tests/gss/ |
| D | Makefile.in | 432 banner="All $$all tests passed"; \ 434 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 438 banner="$$failed of $$all tests failed"; \ 440 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 443 dashes="$$banner"; \ 447 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 453 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 458 echo "$$banner"; \ 657 banner="All $$all tests passed"; \ 659 banner="$$failed of $$all tests failed"; \ [all …]
|
| /freebsd-9-stable/tools/tools/mwl/mwlstats/ |
| D | main.c | 98 banner: in main() 119 goto banner; in main()
|
| /freebsd-9-stable/crypto/heimdal/tests/plugin/ |
| D | Makefile.in | 535 banner="All $$all tests passed"; \ 537 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 541 banner="$$failed of $$all tests failed"; \ 543 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 546 dashes="$$banner"; \ 550 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 556 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 561 echo "$$banner"; \ 768 banner="All $$all tests passed"; \ 770 banner="$$failed of $$all tests failed"; \ [all …]
|
| /freebsd-9-stable/crypto/heimdal/lib/ntlm/ |
| D | Makefile.in | 556 banner="All $$all tests passed"; \ 558 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 562 banner="$$failed of $$all tests failed"; \ 564 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 567 dashes="$$banner"; \ 571 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 577 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 582 echo "$$banner"; \ 790 banner="All $$all tests passed"; \ 792 banner="$$failed of $$all tests failed"; \ [all …]
|
| /freebsd-9-stable/tools/tools/pirtool/ |
| D | pirtool.c | 53 void banner(void); 86 banner(); in main() 129 banner(void) in banner() function
|
| /freebsd-9-stable/contrib/expat/doc/ |
| D | style.css | 14 .banner { 20 .banner h1 {
|
| /freebsd-9-stable/crypto/heimdal/tests/kdc/ |
| D | Makefile.in | 570 banner="All $$all tests passed"; \ 572 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 576 banner="$$failed of $$all tests failed"; \ 578 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 581 dashes="$$banner"; \ 585 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 591 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 596 echo "$$banner"; \ 800 banner="All $$all tests passed"; \ 802 banner="$$failed of $$all tests failed"; \ [all …]
|
| /freebsd-9-stable/crypto/heimdal/kadmin/ |
| D | Makefile.in | 711 banner="All $$all tests passed"; \ 713 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 717 banner="$$failed of $$all tests failed"; \ 719 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 722 dashes="$$banner"; \ 726 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 732 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 737 echo "$$banner"; \ 951 banner="All $$all tests passed"; \ 953 banner="$$failed of $$all tests failed"; \ [all …]
|
| /freebsd-9-stable/tools/tools/pciroms/ |
| D | pciroms.c | 88 static void banner(void); 150 banner(); in main() 170 banner(void) in banner() function
|