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

1234

/freebsd-10.3-release/usr.bin/banner/
H A DMakefile2 # $FreeBSD: releng/10.3/usr.bin/banner/Makefile 90415 2002-02-08 22:31:43Z markm $
4 PROG= banner
5 MAN= banner.6
/freebsd-10.3-release/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 \
96 ls.copy banner.in banner.out empty.in \
/freebsd-10.3-release/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.3-release/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.3-release/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.3-release/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.3-release/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.3-release/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.3-release/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.3-release/tools/tools/mwl/mwlstats/
H A Dmain.c98 banner:
119 goto banner;
/freebsd-10.3-release/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:__anon5383
192 char *version_addendum; /* Appended to SSH banner */
220 M_CP_STROPT(banner); \
/freebsd-10.3-release/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.3-release/tools/tools/pciroms/
H A Dpciroms.c81 static void banner(void);
143 banner();
163 banner(void) function
/freebsd-10.3-release/tools/tools/pirtool/
H A Dpirtool.c53 void banner(void);
86 banner();
129 banner(void) function
/freebsd-10.3-release/crypto/openssl/util/
H A Dmk1mf.pl12 $banner="\t\@echo Building OpenSSL";
312 $banner ="\t\@echo Make sure you have run 'perl Configure $platform' in the\n";
313 $banner.="\t\@echo top level directory, if you don't have perl, you will\n";
314 $banner.="\t\@echo need to probably edit crypto/bn/bn.h, check the\n";
315 $banner.="\t\@echo documentation for details.\n";
544 all: banner \$(TMP_D) \$(BIN_D) \$(TEST_D) \$(LIB_D) \$(INCO_D) headers lib exe $build_targets
546 banner: label
547 $banner
/freebsd-10.3-release/tools/tools/net80211/wlanstats/
H A Dmain.c210 banner:
234 goto banner;
/freebsd-10.3-release/contrib/libyaml/tests/
H A DMakefile.in478 banner="$$All$$all $$tests passed"; \
481 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
485 banner="$$failed of $$all $$tests failed"; \
488 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
491 dashes="$$banner"; \
499 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
505 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
514 echo "$$banner"; \
/freebsd-10.3-release/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.3-release/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.3-release/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"; \
866 banner="$$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
[all...]

Completed in 174 milliseconds

1234