HomeSort by: relevance | last modified time | path
    Searched defs:notice (Results 1 - 17 of 17) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_chat.c 81 /* to the postmaster for review. The postmaster notice is sent only
439 VSTREAM *notice = (VSTREAM *) context; local
441 post_mail_fprintf(notice, " %*s%.*s", indent, "", len, str);
449 VSTREAM *notice; local
472 notice = post_mail_fopen_nowait(mail_addr_double_bounce(),
476 if (notice == 0) {
481 post_mail_fprintf(notice, "From: Mail Delivery System <%s>",
483 post_mail_fprintf(notice, "To: Postmaster <%s>", var_error_rcpt);
485 post_mail_fprintf(notice, "From: %s (Mail Delivery System)",
487 post_mail_fprintf(notice, "To: %s (Postmaster)", var_error_rcpt)
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_chat.c 51 /* to the postmaster for review. The postmaster notice is sent only
288 VSTREAM *notice = (VSTREAM *) context; local
290 post_mail_fprintf(notice, " %*s%.*s", indent, "", len, str);
298 VSTREAM *notice; local
321 notice = post_mail_fopen_nowait(mail_addr_double_bounce(),
326 if (notice == 0) {
331 post_mail_fprintf(notice, "From: Mail Delivery System <%s>",
333 post_mail_fprintf(notice, "To: Postmaster <%s>", var_error_rcpt);
335 post_mail_fprintf(notice, "From: %s (Mail Delivery System)",
337 post_mail_fprintf(notice, "To: %s (Postmaster)", var_error_rcpt)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
collect-utils.cc 42 notice (const char *cmsgid, ...) function
208 notice ("[cannot find %s]", prog);
  /src/external/gpl3/gcc.old/dist/gcc/
collect-utils.cc 42 notice (const char *cmsgid, ...) function
208 notice ("[cannot find %s]", prog);
  /src/bin/pax/
ar_subs.c 15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
1345 int notice = 0; local
1386 if (!notice) {
1391 ++notice;
1422 if (!notice) {
1426 ++notice;
  /src/sys/kern/
init_main.c 11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
42 * notice, this list of conditions and the following disclaimer.
44 * notice, this list of conditions and the following disclaimer in the
72 * notice, this list of conditions and the following disclaimer.
74 * notice, this list of conditions and the following disclaimer in the
1172 static char notice[] = " Notice: this software is " local
1182 for (i = 80 - strlen(pbuf) - sizeof(notice); i > 0; i--)
1184 printf_nolog("%s\n", notice);
    [all...]
  /src/external/bsd/ntp/dist/libparse/
parsesolaris.c 17 * notice, this list of conditions and the following disclaimer.
19 * notice, this list of conditions and the following disclaimer in the
329 static int notice = 0; local
390 if (!notice)
393 notice = 1;
parsestreams.c 18 * notice, this list of conditions and the following disclaimer.
20 * notice, this list of conditions and the following disclaimer in the
480 static int notice = 0; local
542 if (!notice)
549 notice = 1;
  /src/external/bsd/ppp/dist/pppd/
utils.c 13 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in
681 * notice - log a notice-level message.
684 notice(const char *fmt, ...) function
881 notice("Device %s is locked by pid %d", dev, result);
960 notice("Removed stale lock on %s (pid %d)", dev, pid);
965 notice("Device %s is locked by pid %d", dev, pid);
  /src/external/cddl/osnet/dist/cmd/dtrace/
dtrace.c 269 notice(const char *fmt, ...) function
274 return; /* -q or quiet pragma suppresses notice()s */
636 notice("%s '%s' matched %u probe%s\n",
848 notice("pid %d: %s\n", pid, msg);
868 notice("pid %d terminated by %s\n", pid,
873 notice("pid %d terminated by %d\n", pid,
878 notice("pid %d exited with status %d\n",
882 notice("pid %d exited with status %d\n",
886 notice("pid %d has exited\n", pid);
892 notice("pid %d exec'd a set-id or unobservable program\n", pid)
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldmain.c 140 static bool notice
156 notice,
244 /* Hook to notice BFD assertions. */
695 /* We want to notice and fail on those nasty BFD assertions which are
2128 notice (struct bfd_link_info *info,
2125 notice (struct bfd_link_info *info, function
  /src/external/gpl3/binutils.old/dist/ld/
ldmain.c 139 static bool notice
155 notice,
244 /* Hook to notice BFD assertions. */
617 /* We want to notice and fail on those nasty BFD assertions which are
2054 notice (struct bfd_link_info *info,
2051 notice (struct bfd_link_info *info, function
  /src/external/gpl3/binutils/dist/include/
bfdlink.h 364 /* TRUE if every symbol should be reported back via the notice
642 /* Hash table of symbols to report back via the notice callback. If
886 bool (*notice)
884 bool (*notice) member in struct:bfd_link_callbacks
  /src/external/gpl3/binutils.old/dist/include/
bfdlink.h 360 /* TRUE if every symbol should be reported back via the notice
634 /* Hash table of symbols to report back via the notice callback. If
878 bool (*notice)
876 bool (*notice) member in struct:bfd_link_callbacks
  /src/external/gpl3/gdb/dist/include/
bfdlink.h 360 /* TRUE if every symbol should be reported back via the notice
631 /* Hash table of symbols to report back via the notice callback. If
875 bool (*notice)
873 bool (*notice) member in struct:bfd_link_callbacks
  /src/external/gpl3/gdb.old/dist/include/
bfdlink.h 357 /* TRUE if every symbol should be reported back via the notice
625 /* Hash table of symbols to report back via the notice callback. If
869 bool (*notice)
867 bool (*notice) member in struct:bfd_link_callbacks
  /src/external/bsd/ntp/dist/ntpd/
refclock_parse.c 27 * notice, this list of conditions and the following disclaimer.
29 * notice, this list of conditions and the following disclaimer in the
1536 static int notice = 0; variable
3005 if (!notice)
3009 notice = 1;

Completed in 45 milliseconds