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

123456

/netbsd-current/games/banner/
H A DMakefile4 PROG= banner
5 MAN= banner.6
/netbsd-current/usr.bin/banner/
H A DMakefile3 PROG= banner
12 # the following. Lpd uses a much nicer character set but banner
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dprompter_posix.c42 const char *banner,
50 if (banner)
51 fprintf (stderr, "%s\n", banner);
52 if (name || banner)
39 krb5_prompter_posix(krb5_context context, void *data, const char *name, const char *banner, int num_prompts, krb5_prompt prompts[]) argument
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Drun-tests130 banner="All $all tests passed"
132 banner="$failed of $all tests failed"
134 dashes=`echo "$banner" | sed s/./=/g`
136 echo "$banner"
/netbsd-current/sys/lib/libsa/
H A Dbootcfg.h42 char *banner[BOOTCFG_MAXBANNER]; /* Banner text */ member in struct:bootcfg_def
H A Dbootcfg.c80 * banner: text displayed instead of the normal welcome text
90 * banner=Welcome to NetBSD
91 * banner=Please choose the boot type from the following menu
216 } else if (!strncmp(key, "banner", 6)) {
218 bootcfg_info.banner[cbanner++] = value;
289 if (bootcfg_info.banner[0]) {
290 for (; n < BOOTCFG_MAXBANNER && bootcfg_info.banner[n]; n++)
291 printf("%s\n", bootcfg_info.banner[n]);
295 /* If the user has not specified a banner, print a default one. */
/netbsd-current/external/apache2/llvm/dist/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.
/netbsd-current/external/bsd/byacc/dist/
H A Dyaccpar.c11 /* If the skeleton is changed, the banner should be changed so that */
14 /* The #defines included with the banner are there because they are */
19 const char *const banner[] = variable
H A Dbtyaccpar.c11 /* If the skeleton is changed, the banner should be changed so that */
14 /* The #defines included with the banner are there because they are */
19 const char *const banner[] = variable
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/server/
H A Dracoon.conf31 banner "/etc/racoon/motd";
/netbsd-current/sys/arch/amd64/stand/prekern/
H A Dconsole.c128 char *banner = local
136 print(banner);
/netbsd-current/games/
H A DMakefile11 backgammon banner battlestar bcd boggle \
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh_api.c324 _ssh_read_banner(struct ssh *ssh, struct sshbuf *banner) argument
335 sshbuf_reset(banner);
349 if ((r = sshbuf_put_u8(banner, c)) != 0)
351 if (sshbuf_len(banner) > SSH_MAX_BANNER_LEN)
354 if (sshbuf_len(banner) >= 4 &&
355 memcmp(sshbuf_ptr(banner), "SSH-", 4) == 0)
357 debug_f("%.*s", (int)sshbuf_len(banner),
358 sshbuf_ptr(banner));
359 /* Accept lines before banner only on client */
371 /* XXX remote version must be the same size as banner fo
407 _ssh_send_banner(struct ssh *ssh, struct sshbuf *banner) argument
[all...]
H A Dauth2.c124 char *banner = NULL; local
128 if ((fd = open(options.banner, O_RDONLY)) == -1)
140 banner = xmalloc(len + 1);
141 n = atomicio(read, fd, banner, len);
145 free(banner);
148 banner[n] = '\0';
150 return (banner);
169 char *banner = NULL; local
171 if (options.banner == NULL)
174 if ((banner
[all...]
H A Dservconf.h196 char *banner; /* SSH-2 banner message */ member in struct:__anon13
241 char *version_addendum; /* Appended to SSH banner */
290 M_CP_STROPT(banner); \
/netbsd-current/sys/external/bsd/acpica/dist/generate/release/
H A Dbuild.sh74 banner() function
204 banner "ACPICA - Generating $PACKAGE_NAME source code package ($PACKAGE_FILENAME)"
307 banner "ACPICA - Completed $PACKAGE_NAME source code package ($PACKAGE_FILENAME)"
342 banner "ACPICA - Generating $PACKAGE_NAME test suite package ($PACKAGE_FILENAME)"
372 banner "ACPICA - Completed $PACKAGE_NAME test suite package ($PACKAGE_FILENAME)"
403 banner "ACPICA - Generating $PACKAGE_NAME binary tools package ($PACKAGE_FILENAME)"
420 banner "ACPICA - Completed $PACKAGE_NAME binary tools package ($PACKAGE_FILENAME)"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.gdb/
H A Dselftest.exp66 set banner [multi_line \
78 -re "$banner" {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.gdb/
H A Dselftest.exp66 set banner [multi_line \
78 -re "$banner" {
/netbsd-current/sys/arch/landisk/stand/mbr/
H A Dmbr.S67 /* print banner */
68 mova banner, r0
180 banner: .asciz "\r\nNetBSD MBR boot" label
/netbsd-current/external/gpl2/gettext/dist/autoconf-lib-link/tests/
H A DMakefile.in294 banner="All $$all tests passed"; \
296 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
300 banner="$$failed of $$all tests failed"; \
302 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
305 dashes="$$banner"; \
309 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
315 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
320 echo "$$banner"; \
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/tests/
H A DMakefile.in301 banner="All $$all tests passed"; \
303 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
307 banner="$$failed of $$all tests failed"; \
309 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
312 dashes="$$banner"; \
316 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
322 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
327 echo "$$banner"; \
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/tests/
H A DMakefile.in476 banner="All $$all tests passed"; \
478 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
482 banner="$$failed of $$all tests failed"; \
484 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
487 dashes="$$banner"; \
491 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
497 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
502 echo "$$banner"; \
/netbsd-current/usr.sbin/veriexecgen/
H A Dveriexecgen.c135 banner(veriexecgen_t *vp, hash_t *hash_type, char **search_path) function
539 banner(&v, hash, sys_paths);
545 banner(&v, hash, search_path);
551 banner(&v, hash, NULL);
/netbsd-current/sys/arch/i386/stand/mbr/
H A Dmbr.S47 * NO_BANNER - do not output title line 'banner'
168 mov $banner, %si
557 banner: .asciz "a: disk" label
559 banner: .asciz "Fn: diskn" label
562 banner: .asciz "NetBSD MBR boot" label
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dracoonctl.c1299 * Print ISAKMP mode config info (IP and banner)
1308 char *banner = NULL; local
1347 banner = racoon_malloc(ntohs(attr->lorv) + 1);
1348 if (banner == NULL) {
1352 memcpy(banner, attr + 1, ntohs(attr->lorv));
1353 banner[ntohs(attr->lorv)] = '\0';
1372 if (banner) {
1382 printf("\n%s\n", banner);
1386 racoon_free(banner);

Completed in 201 milliseconds

123456