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

12

/freebsd-10-stable/usr.bin/banner/
H A DMakefile4 PROG= banner
5 MAN= banner.6
/freebsd-10-stable/crypto/openssh/regress/
H A Dbanner.sh1 # $OpenBSD: banner.sh,v 1.2 2003/10/11 11:49:49 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} -2 -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-mismatch.sh10 banner=`echo ${client} | ${SSHD} -o "Protocol=${server}" -i -f ${OBJ}/sshd_proxy`
12 trace "sshd prints ${banner}"
14 fail "sshd prints ${banner} and accepts connect with version ${client}"
H A Dproto-version.sh6 # we just start sshd in inetd mode and check the banner
11 banner=`printf '' | ${SSHD} -o "Protocol=${version}" -i -f ${OBJ}/sshd_proxy`
12 case ${banner} in
27 fail "wrong protocol version ${banner} for ${version}"
H A DMakefile27 banner \
93 banner.in banner.out cert_host_key* cert_user_key* \
/freebsd-10-stable/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-10-stable/tools/tools/ath/athaggrstats/
H A Dmain.c88 int c, banner = 1; local
97 banner = 0;
128 banner:
129 if (banner)
150 goto banner;
/freebsd-10-stable/tools/tools/ath/athstats/
H A Dmain.c93 int c, banner = 1; local
102 banner = 0;
133 banner:
134 if (banner)
155 goto banner;
/freebsd-10-stable/tools/tools/npe/npestats/
H A Dmain.c75 int c, banner = 1; local
84 banner = 0;
112 banner:
113 if (banner)
134 goto banner;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineFunctionPrinterPass.cpp34 MachineFunctionPrinterPass(raw_ostream &os, const std::string &banner) argument
35 : MachineFunctionPass(ID), OS(os), Banner(banner) {}
60 /// default banner is empty.
/freebsd-10-stable/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-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A Dembedded_interpreter.py79 code.interact(banner="Python Interactive Interpreter. To exit, type 'quit()', 'exit()'.", readfunc=readfunc_stdio, local=local_dict)
86 code.interact(banner="Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.", readfunc=readfunc_stdio, local=local_dict)
89 code.interact(banner="Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.", local=local_dict)
/freebsd-10-stable/tools/tools/mwl/mwlstats/
H A Dmain.c98 banner:
119 goto banner;
/freebsd-10-stable/crypto/openssh/
H A Dauth2.c109 char *banner = NULL; local
113 if ((fd = open(options.banner, O_RDONLY)) == -1)
125 banner = xmalloc(len + 1);
126 n = atomicio(read, fd, banner, len);
130 free(banner);
133 banner[n] = '\0';
135 return (banner);
154 char *banner = NULL; local
156 if (options.banner == NULL || (datafellows & SSH_BUG_BANNER) != 0)
159 if ((banner
[all...]
H A Dservconf.h157 char *banner; /* SSH-2 banner message */ member in struct:__anon32
192 char *version_addendum; /* Appended to SSH banner */
220 M_CP_STROPT(banner); \
H A Dmonitor_wrap.c310 char *banner; local
320 banner = buffer_get_string(&m, NULL);
323 /* treat empty banner as missing banner */
324 if (strlen(banner) == 0) {
325 free(banner);
326 banner = NULL;
328 return (banner);
/freebsd-10-stable/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-10-stable/tools/tools/pciroms/
H A Dpciroms.c81 static void banner(void);
143 banner();
163 banner(void) function
/freebsd-10-stable/tools/tools/pirtool/
H A Dpirtool.c53 void banner(void);
86 banner();
129 banner(void) function
/freebsd-10-stable/tools/tools/net80211/wlanstats/
H A Dmain.c210 banner:
234 goto banner;
/freebsd-10-stable/crypto/openssl/util/
H A Dmk1mf.pl12 $banner="\t\@echo Building OpenSSL";
313 $banner ="\t\@echo Make sure you have run 'perl Configure $platform' in the\n";
314 $banner.="\t\@echo top level directory, if you don't have perl, you will\n";
315 $banner.="\t\@echo need to probably edit crypto/bn/bn.h, check the\n";
316 $banner.="\t\@echo documentation for details.\n";
545 all: banner \$(TMP_D) \$(BIN_D) \$(TEST_D) \$(LIB_D) \$(INCO_D) headers lib exe $build_targets
547 banner: label
548 $banner
/freebsd-10-stable/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-10-stable/crypto/openssl/util/pl/
H A DVC-32.pl253 # I'm open for better suggestions than overriding $banner...
254 $banner=<<'___';
269 $banner.=<<'___' if ($FLAVOR =~ /WIN64/);
/freebsd-10-stable/usr.bin/netstat/
H A Dif.c545 banner:
592 goto banner;

Completed in 302 milliseconds

12