/external/openssh/ |
D | auth2.c | 107 char *banner = NULL; in auth2_read_banner() local 111 if ((fd = open(options.banner, O_RDONLY)) == -1) in auth2_read_banner() 123 banner = xmalloc(len + 1); in auth2_read_banner() 124 n = atomicio(read, fd, banner, len); in auth2_read_banner() 128 free(banner); in auth2_read_banner() 131 banner[n] = '\0'; in auth2_read_banner() 133 return (banner); in auth2_read_banner() 152 char *banner = NULL; in userauth_banner() local 154 if (options.banner == NULL || (datafellows & SSH_BUG_BANNER) != 0) in userauth_banner() 157 if ((banner = PRIVSEP(auth2_read_banner())) == NULL) in userauth_banner() [all …]
|
D | servconf.h | 153 char *banner; /* SSH-2 banner message */ member 214 M_CP_STROPT(banner); \
|
D | monitor_wrap.c | 311 char *banner; in mm_auth2_read_banner() local 321 banner = buffer_get_string(&m, NULL); in mm_auth2_read_banner() 325 if (strlen(banner) == 0) { in mm_auth2_read_banner() 326 free(banner); in mm_auth2_read_banner() 327 banner = NULL; in mm_auth2_read_banner() 329 return (banner); in mm_auth2_read_banner()
|
D | sshd_config.android | 110 # no default banner path
|
/external/ltrace/ |
D | autogen.sh | 27 banner() { function 37 banner "autoreconf" 42 banner "Finished"
|
/external/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()
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/ |
D | Makefile.in | 305 banner="$$All$$all $$tests passed"; \ 308 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ 312 banner="$$failed of $$all $$tests failed"; \ 315 … banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ 318 dashes="$$banner"; \ 326 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 332 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 342 echo "$${col}$$banner$${std}"; \
|
/external/marisa-trie/tests/ |
D | Makefile.in | 399 banner="$$All$$all $$tests passed"; \ 402 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ 406 banner="$$failed of $$all $$tests failed"; \ 409 … banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ 412 dashes="$$banner"; \ 420 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 426 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 435 echo "$$banner"; \
|
/external/libcap-ng/libcap-ng-0.7/src/test/ |
D | Makefile.in | 419 banner="$$All$$all $$tests passed"; \ 422 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ 426 banner="$$failed of $$all $$tests failed"; \ 429 … banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ 432 dashes="$$banner"; \ 440 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 446 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 456 echo "$${col}$$banner$${std}"; \
|
/external/openfst/src/test/ |
D | Makefile.in | 411 banner="$$All$$all $$tests passed"; \ 414 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ 418 banner="$$failed of $$all $$tests failed"; \ 421 … banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ 424 dashes="$$banner"; \ 432 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 438 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 448 echo "$${col}$$banner$${std}"; \
|
/external/expat/doc/ |
D | style.css | 14 .banner { 20 .banner h1 {
|
/external/libexif/test/nls/ |
D | Makefile.in | 450 banner="$$All$$all $$tests passed"; \ 453 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ 457 banner="$$failed of $$all $$tests failed"; \ 460 … banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ 463 dashes="$$banner"; \ 471 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 477 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 486 echo "$$banner"; \
|
/external/valgrind/auxprogs/ |
D | valgrind-listener.c | 229 static void banner ( const char* str ) in banner() function 240 banner("exited"); in exit_routine() 289 banner("started"); in main()
|
D | valgrind-di-server.c | 1043 static void banner ( const char* str ) in banner() function 1054 banner("exited"); in exit_routine() 1098 banner("started"); in main()
|
/external/marisa-trie/v0_1_5/tests/ |
D | Makefile.in | 463 banner="$$All$$all $$tests passed"; \ 466 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ 470 banner="$$failed of $$all $$tests failed"; \ 473 … banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ 476 dashes="$$banner"; \ 484 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 490 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 500 echo "$${col}$$banner$${std}"; \
|
/external/ipsec-tools/src/racoon/ |
D | racoonctl.c | 1430 char *banner = NULL; local 1470 banner = racoon_malloc(ntohs(attr->lorv) + 1); 1471 if (banner == NULL) { 1475 memcpy(banner, attr + 1, ntohs(attr->lorv)); 1476 banner[ntohs(attr->lorv)] = '\0'; 1495 if (banner) { 1505 printf("\n%s\n", banner); 1509 racoon_free(banner);
|
D | Makefile.in | 790 banner="All $$all tests passed"; \ 792 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 796 banner="$$failed of $$all tests failed"; \ 798 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 801 dashes="$$banner"; \ 805 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 811 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 816 echo "$$banner"; \
|
/external/libexif/test/ |
D | Makefile.in | 615 banner="$$All$$all $$tests passed"; \ 618 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ 622 banner="$$failed of $$all $$tests failed"; \ 625 … banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ 628 dashes="$$banner"; \ 636 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 642 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 651 echo "$$banner"; \
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/ |
D | racoon.conf | 31 banner "/etc/racoon/motd";
|
D | racoon.conf-radius | 31 banner "/etc/racoon/motd";
|
/external/vboot_reference/futility/ |
D | misc.c | 129 const char *banner, const char *footer) in print_hwid_digest() argument 131 printf("%s", banner); in print_hwid_digest()
|
D | futility.h | 110 const char *banner, const char *footer);
|
/external/cmockery/cmockery_0_1_2/ |
D | Makefile.in | 812 banner="All $$all tests passed"; \ 814 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 818 banner="$$failed of $$all tests failed"; \ 820 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 823 dashes="$$banner"; \ 827 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 833 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 838 echo "$$banner"; \
|
/external/pcre/dist/doc/ |
D | perltest.txt | 26 the initial identifying banner.
|
/external/bison/examples/calc++/ |
D | Makefile.in | 1642 banner="$$All$$all $$tests passed"; \ 1645 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ 1649 banner="$$failed of $$all $$tests failed"; \ 1652 … banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ 1655 dashes="$$banner"; \ 1663 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 1669 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 1679 echo "$${col}$$banner$${std}"; \
|