/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 | 157 char *banner; /* SSH-2 banner message */ member 220 M_CP_STROPT(banner); \
|
D | monitor_wrap.c | 309 char *banner; in mm_auth2_read_banner() local 319 banner = buffer_get_string(&m, NULL); in mm_auth2_read_banner() 323 if (strlen(banner) == 0) { in mm_auth2_read_banner() 324 free(banner); in mm_auth2_read_banner() 325 banner = NULL; in mm_auth2_read_banner() 327 return (banner); in mm_auth2_read_banner()
|
/external/autotest/server/site_tests/platform_USBHIDWake/ |
D | platform_USBHIDWake.py | 50 def prompt(self, banner=">>>>>>>>>>> Achtung! <<<<<<<<<<<"): argument 57 os.write(temp.fd, banner) 94 self.prompt(banner=press_button_banner) 96 self.prompt(banner=bored_now)
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineFunctionPrinterPass.cpp | 31 MachineFunctionPrinterPass(raw_ostream &os, const std::string &banner) in MachineFunctionPrinterPass() 32 : 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/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/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/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/jline/src/src/site/resources/css/ |
D | site.css | 23 #banner { 217 #banner a#projectLogo img { 303 /* remove banner: comment the following lines for the full layout */ /* 304 #banner, #breadcrumbs {
|
/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()
|
/external/google-benchmark/test/ |
D | output_test_helper.cc | 223 std::string banner(msg.size() - 1, '-'); in RunOutputTests() local 224 std::cout << banner << msg << banner << "\n"; in RunOutputTests()
|
/external/libcxx/utils/google-benchmark/test/ |
D | output_test_helper.cc | 223 std::string banner(msg.size() - 1, '-'); in RunOutputTests() local 224 std::cout << banner << msg << banner << "\n"; in RunOutputTests()
|
/external/testng/doc/samplereport/css/ |
D | maven-base.css | 44 #banner { 47 #banner img {
|
D | print.css | 1 #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn…
|
D | maven-classic.css | 32 div#banner { 37 #banner, #banner td { 41 #banner { 544 #banner h1 { 841 #banner h1 {
|
/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/ |
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/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/autotest/client/samples/ |
D | control.interactive_console | 21 ipshell = IPython.Shell.IPShellEmbed(argv=[], banner='autotest console')
|