Home
last modified time | relevance | path

Searched refs:banner (Results 1 – 25 of 92) sorted by relevance

1234

/external/openssh/
Dauth2.c107 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 …]
Dservconf.h157 char *banner; /* SSH-2 banner message */ member
220 M_CP_STROPT(banner); \
Dmonitor_wrap.c309 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/
Dplatform_USBHIDWake.py50 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/
DMachineFunctionPrinterPass.cpp31 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/
DMakefile.in305 banner="$$All$$all $$tests passed"; \
308 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
312 banner="$$failed of $$all $$tests failed"; \
315banner="$$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/
DMachineFunctionPrinterPass.cpp34 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/
DMakefile.in419 banner="$$All$$all $$tests passed"; \
422 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
426 banner="$$failed of $$all $$tests failed"; \
429banner="$$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/
Dstyle.css14 .banner {
20 .banner h1 {
/external/libexif/test/nls/
DMakefile.in450 banner="$$All$$all $$tests passed"; \
453 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
457 banner="$$failed of $$all $$tests failed"; \
460banner="$$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/
Dsite.css23 #banner {
217 #banner a#projectLogo img {
303 /* remove banner: comment the following lines for the full layout */ /*
304 #banner, #breadcrumbs {
/external/valgrind/auxprogs/
Dvalgrind-listener.c229 static void banner ( const char* str ) in banner() function
240 banner("exited"); in exit_routine()
289 banner("started"); in main()
/external/google-benchmark/test/
Doutput_test_helper.cc223 std::string banner(msg.size() - 1, '-'); in RunOutputTests() local
224 std::cout << banner << msg << banner << "\n"; in RunOutputTests()
/external/libcxx/utils/google-benchmark/test/
Doutput_test_helper.cc223 std::string banner(msg.size() - 1, '-'); in RunOutputTests() local
224 std::cout << banner << msg << banner << "\n"; in RunOutputTests()
/external/testng/doc/samplereport/css/
Dmaven-base.css44 #banner {
47 #banner img {
Dprint.css1 #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn…
Dmaven-classic.css32 div#banner {
37 #banner, #banner td {
41 #banner {
544 #banner h1 {
841 #banner h1 {
/external/libexif/test/
DMakefile.in615 banner="$$All$$all $$tests passed"; \
618 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
622 banner="$$failed of $$all $$tests failed"; \
625banner="$$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/
Dracoonctl.c1430 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);
DMakefile.in790 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/
Dracoon.conf31 banner "/etc/racoon/motd";
Dracoon.conf-radius31 banner "/etc/racoon/motd";
/external/vboot_reference/futility/
Dmisc.c129 const char *banner, const char *footer) in print_hwid_digest() argument
131 printf("%s", banner); in print_hwid_digest()
Dfutility.h110 const char *banner, const char *footer);
/external/autotest/client/samples/
Dcontrol.interactive_console21 ipshell = IPython.Shell.IPShellEmbed(argv=[], banner='autotest console')

1234