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

12

/freebsd-10.0-release/usr.bin/banner/
H A DMakefile4 PROG= banner
5 MAN= banner.6
/freebsd-10.0-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 DMakefile24 banner \
80 ls.copy banner.in banner.out empty.in \
/freebsd-10.0-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.0-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.0-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.0-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.0-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.0-release/contrib/byacc/
H A Dskeleton.c5 /* The definition of yysccsid in the banner should be replaced with */
9 /* 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.0-release/tools/tools/mwl/mwlstats/
H A Dmain.c98 banner:
119 goto banner;
/freebsd-10.0-release/crypto/openssh/
H A Dauth2.c114 char *banner = NULL; local
118 if ((fd = open(options.banner, O_RDONLY)) == -1)
130 banner = xmalloc(len + 1);
131 n = atomicio(read, fd, banner, len);
135 free(banner);
138 banner[n] = '\0';
140 return (banner);
159 char *banner = NULL; local
161 if (options.banner == NULL ||
162 strcasecmp(options.banner, "non
[all...]
H A Dservconf.h151 char *banner; /* SSH-2 banner message */ member in struct:__anon4965
184 char *version_addendum; /* Appended to SSH banner */
215 M_CP_STROPT(banner); \
H A Dmonitor_wrap.c302 char *banner; local
312 banner = buffer_get_string(&m, NULL);
315 /* treat empty banner as missing banner */
316 if (strlen(banner) == 0) {
317 free(banner);
318 banner = NULL;
320 return (banner);
/freebsd-10.0-release/tools/tools/pciroms/
H A Dpciroms.c81 static void banner(void);
143 banner();
163 banner(void) function
/freebsd-10.0-release/tools/tools/pirtool/
H A Dpirtool.c53 void banner(void);
86 banner();
129 banner(void) function
/freebsd-10.0-release/crypto/openssl/util/
H A Dmk1mf.pl12 $banner="\t\@echo Building OpenSSL";
311 $banner ="\t\@echo Make sure you have run 'perl Configure $platform' in the\n";
312 $banner.="\t\@echo top level directory, if you don't have perl, you will\n";
313 $banner.="\t\@echo need to probably edit crypto/bn/bn.h, check the\n";
314 $banner.="\t\@echo documentation for details.\n";
543 all: banner \$(TMP_D) \$(BIN_D) \$(TEST_D) \$(LIB_D) \$(INCO_D) headers lib exe $build_targets
545 banner: label
546 $banner
/freebsd-10.0-release/tools/tools/net80211/wlanstats/
H A Dmain.c210 banner:
234 goto banner;
/freebsd-10.0-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.0-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.0-release/usr.bin/
H A DMakefile17 banner \
/freebsd-10.0-release/usr.bin/netstat/
H A Dif.c620 banner:
718 goto banner;
/freebsd-10.0-release/usr.sbin/lpr/lpd/
H A Dprintjob.c132 static void banner(struct printer *_pp, char *_name1, char *_name2);
421 * J -- "job name" on banner page
422 * C -- "class name" on banner page
423 * L -- "literal" user's name to print on banner
512 banner(pp, line+1, jobname);
584 banner(pp, line+1, jobname);
1450 banner(struct printer *pp, char *name1, char *name2) function
1457 if (pp->short_banner) { /* short banner only */
1468 } else { /* normal banner */
/freebsd-10.0-release/tools/regression/iscsi/
H A Discsi-test.sh121 banner() { function
782 banner

Completed in 313 milliseconds

12