Searched refs:banner (Results 1 - 25 of 103) sorted by relevance

12345

/freebsd-current/usr.bin/banner/
H A DMakefile2 PROG= banner
3 MAN= banner.6
/freebsd-current/crypto/openssh/regress/
H A Dbanner.sh1 # $OpenBSD: banner.sh,v 1.4 2021/08/08 06:38:33 dtucker Exp $
4 tid="banner"
5 echo "Banner $OBJ/banner.in" >> $OBJ/sshd_proxy
7 rm -f $OBJ/banner.out $OBJ/banner.in $OBJ/empty.in
10 trace "test missing banner file"
11 verbose "test $tid: missing banner file"
12 ( ${SSH} -F $OBJ/ssh_proxy otherhost true 2>$OBJ/banner.out && \
13 cmp $OBJ/empty.in $OBJ/banner.out ) || \
14 fail "missing banner fil
[all...]
H A Dproto-version.sh6 # we just start sshd in inetd mode and check the banner
10 banner=`printf '' | ${SSHD} -i -f ${OBJ}/sshd_proxy`
11 case ${banner} in
26 fail "wrong protocol version ${banner}"
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}"
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dprompter_posix.c40 const char *banner,
48 if (banner)
49 fprintf (stderr, "%s\n", banner);
50 if (name || banner)
37 krb5_prompter_posix(krb5_context context, void *data, const char *name, const char *banner, int num_prompts, krb5_prompt prompts[]) argument
/freebsd-current/tools/tools/npe/npestats/
H A Dmain.c73 int c, banner = 1; local
82 banner = 0;
110 banner:
111 if (banner)
132 goto banner;
/freebsd-current/tools/tools/ath/athaggrstats/
H A Dmain.c86 int c, banner = 1; local
95 banner = 0;
126 banner:
127 if (banner)
148 goto banner;
/freebsd-current/tools/tools/ath/athstats/
H A Dmain.c94 int c, banner = 1; local
103 banner = 0;
134 banner:
135 if (banner)
156 goto banner;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPrinterPass.cpp35 MachineFunctionPrinterPass(raw_ostream &os, const std::string &banner) argument
36 : MachineFunctionPass(ID), OS(os), Banner(banner) {}
64 /// default banner is empty.
/freebsd-current/contrib/byacc/
H A Dyaccpar.c9 /* If the skeleton is changed, the banner should be changed so that */
12 /* The #defines included with the banner are there because they are */
17 const char *const banner[] = variable
H A Dbtyaccpar.c9 /* If the skeleton is changed, the banner should be changed so that */
12 /* The #defines included with the banner are there because they are */
17 const char *const banner[] = variable
/freebsd-current/contrib/bearssl/src/codec/
H A Dpemenc.c66 const char *banner, unsigned flags)
74 banner_len = strlen(banner);
105 memcpy(d, banner, banner_len);
160 memcpy(d, banner, banner_len);
65 br_pem_encode(void *dest, const void *data, size_t len, const char *banner, unsigned flags) argument
/freebsd-current/tools/tools/mwl/mwlstats/
H A Dmain.c96 banner:
117 goto banner;
/freebsd-current/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-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpackbanner.ksh20 banner $3 | /bin/nawk -v line=$1 -v pos=$2 -v width=$width '{ \
/freebsd-current/crypto/openssh/
H A Dssh_api.c335 _ssh_read_banner(struct ssh *ssh, struct sshbuf *banner) argument
346 sshbuf_reset(banner);
360 if ((r = sshbuf_put_u8(banner, c)) != 0)
362 if (sshbuf_len(banner) > SSH_MAX_BANNER_LEN)
365 if (sshbuf_len(banner) >= 4 &&
366 memcmp(sshbuf_ptr(banner), "SSH-", 4) == 0)
368 debug_f("%.*s", (int)sshbuf_len(banner),
369 sshbuf_ptr(banner));
370 /* Accept lines before banner only on client */
382 /* XXX remote version must be the same size as banner fo
418 _ssh_send_banner(struct ssh *ssh, struct sshbuf *banner) argument
[all...]
H A Dauth2.c110 char *banner = NULL; local
114 if ((fd = open(options.banner, O_RDONLY)) == -1)
126 banner = xmalloc(len + 1);
127 n = atomicio(read, fd, banner, len);
131 free(banner);
134 banner[n] = '\0';
136 return (banner);
155 char *banner = NULL; local
157 if (options.banner == NULL)
160 if ((banner
[all...]
H A Dservconf.h183 char *banner; /* SSH-2 banner message */ member in struct:__anon12
221 char *version_addendum; /* Appended to SSH banner */
272 M_CP_STROPT(banner); \
/freebsd-current/contrib/bearssl/inc/
H A Dbearssl_pem.h58 * - Each object begins with a banner that occurs at the start of
59 * a line; the first banner characters are "`-----BEGIN `" (five
60 * dashes, the word "BEGIN", and a space). The banner matching is
64 * banner start sequence, up to the end of the line, but without
70 * - The object ends with a banner that again occurs at the start of
73 * - Between that start and end banner, only Base64 data shall occur.
243 * bytes) into PEM. The `banner` text will be included in the header and
273 * \param banner the PEM banner expression.
278 const char *banner, unsigne
[all...]
/freebsd-current/tools/tools/pciroms/
H A Dpciroms.c78 static void banner(void);
140 banner();
160 banner(void) function
/freebsd-current/tools/tools/pirtool/
H A Dpirtool.c53 void banner(void);
86 banner();
129 banner(void) function
/freebsd-current/tools/tools/net80211/wlanstats/
H A Dmain.c230 banner:
254 goto banner;
/freebsd-current/sys/x86/iommu/
H A Dintel_drv.c720 const ACPI_DMAR_PCI_PATH *dev_path, int dev_path_len, const char **banner) argument
733 if (banner != NULL)
734 *banner = "INCLUDE_ALL";
747 if (banner != NULL)
748 *banner = "specific match";
777 const char *banner;
791 banner = "";
798 dev_path, dev_path_len, &banner))
807 pci_get_function(dev), unit->iommu.unit, banner);
778 const char *banner; local
/freebsd-current/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c69 const char *banner,
66 nop_prompter(krb5_context context, void *data, const char *name, const char *banner, int num_prompts, krb5_prompt prompts[]) argument
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h70 addr_and_size_t banner; member in struct:__anon2836

Completed in 401 milliseconds

12345