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

12

/external/ltrace/
H A Dautogen.sh25 # banner <target name>
27 banner() { function
37 banner "autoreconf"
42 banner "Finished"
/external/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.
H A DMachineVerifier.cpp245 MachineVerifierPass(const std::string &banner = nullptr)
246 : MachineFunctionPass(ID), Banner(banner) {
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/
H A Dracoon.conf31 banner "/etc/racoon/motd";
/external/openssh/
H A Dauth2.c107 char *banner = NULL; local
111 if ((fd = open(options.banner, O_RDONLY)) == -1)
123 banner = xmalloc(len + 1);
124 n = atomicio(read, fd, banner, len);
128 free(banner);
131 banner[n] = '\0';
133 return (banner);
152 char *banner = NULL; local
154 if (options.banner == NULL || (datafellows & SSH_BUG_BANNER) != 0)
157 if ((banner
[all...]
H A Dservconf.h153 char *banner; /* SSH-2 banner message */ member in struct:__anon13025
186 char *version_addendum; /* Appended to SSH banner */
214 M_CP_STROPT(banner); \
H A Dmonitor_wrap.c311 char *banner; local
321 banner = buffer_get_string(&m, NULL);
324 /* treat empty banner as missing banner */
325 if (strlen(banner) == 0) {
326 free(banner);
327 banner = NULL;
329 return (banner);
H A Dmonitor.c877 char *banner; local
880 banner = auth2_read_banner();
881 buffer_put_cstring(m, banner != NULL ? banner : "");
883 free(banner);
H A Dservconf.c151 options->banner = NULL;
353 CLEAR_ON_NONE(options->banner);
510 { "banner", sBanner, SSHCFG_ALL },
1490 charptr = &options->banner;
2173 dump_cfg_string(sBanner, o->banner);
/external/vboot_reference/futility/
H A Dfutility.h110 const char *banner, const char *footer);
H A Dmisc.c129 const char *banner, const char *footer)
131 printf("%s", banner);
128 print_hwid_digest(GoogleBinaryBlockHeader *gbb, const char *banner, const char *footer) argument
/external/valgrind/auxprogs/
H A Dvalgrind-listener.c229 static void banner ( const char* str ) function
240 banner("exited");
289 banner("started");
H A Dvalgrind-di-server.c1043 static void banner ( const char* str ) function
1054 banner("exited");
1098 banner("started");
/external/ipsec-tools/src/racoon/
H A Dracoonctl.c1421 * Print ISAKMP mode config info (IP and banner)
1430 char *banner = NULL; local
1470 banner = racoon_malloc(ntohs(attr->lorv) + 1);
1471 if (banner == NULL) {
1475 memcpy(banner, attr + 1, ntohs(attr->lorv));
1476 banner[ntohs(attr->lorv)] = '\0';
1495 if (banner) {
1505 printf("\n%s\n", banner);
1509 racoon_free(banner);
H A Dcftoken.l255 <S_CFG>banner { YYD; return(CFG_MOTD); }
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp2345 char banner[25]; local
2346 sprintf(banner, "%d", daysdelta);
2347 UnicodeString bannerStr(banner, "");
/external/libcap-ng/libcap-ng-0.7/
H A Dltmain.sh3934 # Print the debug banner immediately:
4415 /* The GNU banner must be the first non-error debug message */
/external/libedit/
H A Dltmain.sh3934 # Print the debug banner immediately:
4415 /* The GNU banner must be the first non-error debug message */
/external/libexif/
H A Dltmain.sh3934 # Print the debug banner immediately:
4412 /* The GNU banner must be the first non-error debug message */
/external/libopus/
H A Dltmain.sh3934 # Print the debug banner immediately:
4415 /* The GNU banner must be the first non-error debug message */
/external/libpng/
H A Dltmain.sh3934 # Print the debug banner immediately:
4415 /* The GNU banner must be the first non-error debug message */
/external/openfst/
H A Dltmain.sh3934 # Print the debug banner immediately:
4415 /* The GNU banner must be the first non-error debug message */
/external/pcre/dist/
H A Dltmain.sh3934 # Print the debug banner immediately:
4415 /* The GNU banner must be the first non-error debug message */
/external/protobuf/gtest/build-aux/
H A Dltmain.sh3934 # Print the debug banner immediately:
4415 /* The GNU banner must be the first non-error debug message */
/external/protobuf/
H A Dltmain.sh3934 # Print the debug banner immediately:
4415 /* The GNU banner must be the first non-error debug message */

Completed in 730 milliseconds

12