Home
last modified time | relevance | path

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

123456

/freebsd/crypto/openssh/regress/
H A Dbanner.sh7 rm -f $OBJ/banner.out $OBJ/banner.in $OBJ/empty.in
12 ( ${SSH} -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} -F $OBJ/ssh_proxy otherhost true 2>$OBJ/banner.out && \
34 cmp $OBJ/banner.in $OBJ/banner.out ) || \
42 ( ${REAL_SSH} -q -F $OBJ/ssh_proxy otherhost true 2>$OBJ/banner.out && \
[all …]
H A Dproto-mismatch.sh9 banner=`echo ${client} | ${SSHD} -i -f ${OBJ}/sshd_proxy`
11 trace "sshd prints ${banner}"
13 fail "sshd prints ${banner} but accepts version ${client}"
H A Dproto-version.sh10 banner=`printf '' | ${SSHD} -i -f ${OBJ}/sshd_proxy`
11 case ${banner} in
26 fail "wrong protocol version ${banner}"
/freebsd/tools/tools/npe/npestats/
H A Dmain.c73 int c, banner = 1; in main() local
82 banner = 0; in main()
110 banner: in main()
111 if (banner) in main()
132 goto banner; in main()
/freebsd/tools/tools/ath/athaggrstats/
H A Dmain.c86 int c, banner = 1; in main() local
95 banner = 0; in main()
126 banner: in main()
127 if (banner) in main()
148 goto banner; in main()
/freebsd/tools/tools/ath/athstats/
H A Dmain.c94 int c, banner = 1; in main() local
103 banner = 0; in main()
134 banner: in main()
135 if (banner) in main()
156 goto banner; in main()
/freebsd/crypto/openssh/
H A Dssh_api.c335 _ssh_read_banner(struct ssh *ssh, struct sshbuf *banner) in _ssh_read_banner() argument
346 sshbuf_reset(banner); in _ssh_read_banner()
360 if ((r = sshbuf_put_u8(banner, c)) != 0) in _ssh_read_banner()
362 if (sshbuf_len(banner) > SSH_MAX_BANNER_LEN) in _ssh_read_banner()
365 if (sshbuf_len(banner) >= 4 && in _ssh_read_banner()
366 memcmp(sshbuf_ptr(banner), "SSH-", 4) == 0) in _ssh_read_banner()
368 debug_f("%.*s", (int)sshbuf_len(banner), in _ssh_read_banner()
369 sshbuf_ptr(banner)); in _ssh_read_banner()
383 if ((cp = sshbuf_dup_string(banner)) == NULL || in _ssh_read_banner()
384 (remote_version = calloc(1, sshbuf_len(banner))) == NULL) { in _ssh_read_banner()
[all …]
H A Dauth2.c110 char *banner = NULL; in auth2_read_banner() local
114 if ((fd = open(options.banner, O_RDONLY)) == -1) in auth2_read_banner()
126 banner = xmalloc(len + 1); in auth2_read_banner()
127 n = atomicio(read, fd, banner, len); in auth2_read_banner()
131 free(banner); in auth2_read_banner()
134 banner[n] = '\0'; in auth2_read_banner()
136 return (banner); in auth2_read_banner()
155 char *banner = NULL; in userauth_banner() local
157 if (options.banner == NULL) in userauth_banner()
160 if ((banner = PRIVSEP(auth2_read_banner())) == NULL) in userauth_banner()
[all …]
H A Dservconf.h183 char *banner; /* SSH-2 banner message */ member
272 M_CP_STROPT(banner); \
/freebsd/crypto/heimdal/lib/krb5/
H A Dprompter_posix.c40 const char *banner, in krb5_prompter_posix() argument
48 if (banner) in krb5_prompter_posix()
49 fprintf (stderr, "%s\n", banner); in krb5_prompter_posix()
50 if (name || banner) in krb5_prompter_posix()
/freebsd/contrib/tcp_wrappers/
H A DBanners.Makefile3 # 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/contrib/bearssl/src/codec/
H A Dpemenc.c66 const char *banner, unsigned flags) in br_pem_encode() argument
74 banner_len = strlen(banner); in br_pem_encode()
105 memcpy(d, banner, banner_len); in br_pem_encode()
160 memcpy(d, banner, banner_len); in br_pem_encode()
/freebsd/usr.bin/banner/
H A DMakefile1 PROG= banner
2 MAN= banner.6
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py90 banner="Python Interactive Interpreter. To exit, type 'quit()', 'exit()'.",
101 banner="Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.",
108 banner="Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.",
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPrinterPass.cpp35 MachineFunctionPrinterPass(raw_ostream &os, const std::string &banner) in MachineFunctionPrinterPass()
36 : MachineFunctionPass(ID), OS(os), Banner(banner) {} in MachineFunctionPrinterPass()
/freebsd/tools/tools/mwl/mwlstats/
H A Dmain.c96 banner: in main()
117 goto banner; in main()
/freebsd/tools/tools/pirtool/
H A Dpirtool.c53 void banner(void);
86 banner(); in main()
129 banner(void) in banner() function
/freebsd/crypto/heimdal/lib/ntlm/
H A DMakefile.in686 banner="$$All$$all $$tests passed"; \
689 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
693 banner="$$failed of $$all $$tests failed"; \
696banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
699 dashes="$$banner"; \
707 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
713 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
722 echo "$$banner"; \
951 banner="All $$all tests passed"; \
953 banner="$$failed of $$all tests failed"; \
[all …]
/freebsd/tools/tools/pciroms/
H A Dpciroms.c78 static void banner(void);
140 banner(); in main()
160 banner(void) in banner() function
/freebsd/crypto/heimdal/lib/ipc/
H A DMakefile.in684 banner="$$All$$all $$tests passed"; \
687 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
691 banner="$$failed of $$all $$tests failed"; \
694banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
697 dashes="$$banner"; \
705 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
711 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
720 echo "$$banner"; \
944 banner="All $$all tests passed"; \
946 banner="$$failed of $$all tests failed"; \
[all …]
/freebsd/crypto/heimdal/lib/sl/
H A DMakefile.in736 banner="$$All$$all $$tests passed"; \
739 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
743 banner="$$failed of $$all $$tests failed"; \
746banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
749 dashes="$$banner"; \
757 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
763 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
772 echo "$$banner"; \
1004 banner="All $$all tests passed"; \
1006 banner="$$failed of $$all tests failed"; \
[all …]
/freebsd/sys/x86/iommu/
H A Dintel_drv.c701 const ACPI_DMAR_PCI_PATH *dev_path, int dev_path_len, const char **banner) in dmar_match_by_path() argument
714 if (banner != NULL) in dmar_match_by_path()
715 *banner = "INCLUDE_ALL"; in dmar_match_by_path()
728 if (banner != NULL) in dmar_match_by_path()
729 *banner = "specific match"; in dmar_match_by_path()
758 const char *banner; in dmar_find() local
772 banner = ""; in dmar_find()
779 dev_path, dev_path_len, &banner)) in dmar_find()
788 pci_get_function(dev), unit->iommu.unit, banner); in dmar_find()
/freebsd/crypto/heimdal/kadmin/
H A DMakefile.in856 banner="$$All$$all $$tests passed"; \
859 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
863 banner="$$failed of $$all $$tests failed"; \
866banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
869 dashes="$$banner"; \
877 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
883 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
892 echo "$$banner"; \
1135 banner="All $$all tests passed"; \
1137 banner="$$failed of $$all tests failed"; \
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A DMakefile.in890 banner="$$All$$all $$tests passed"; \
893 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
897 banner="$$failed of $$all $$tests failed"; \
900banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
903 dashes="$$banner"; \
911 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
917 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
926 echo "$$banner"; \
1162 banner="All $$all tests passed"; \
1164 banner="$$failed of $$all tests failed"; \
[all …]
/freebsd/contrib/byacc/
H A Dyaccpar.c17 const char *const banner[] = variable

123456