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

  /src/external/ibm-public/postfix/dist/src/util/
msg.c 34 /* NORETURN msg_fatal(format, ...)
69 /* msg_info(), msg_warn(), msg_error(), msg_fatal*() and msg_panic()
77 /* the program terminates by calling msg_fatal().
79 /* msg_fatal() reports an unrecoverable error and terminates the program
89 /* msg_cleanup() specifies a function that msg_fatal[_status]() should
190 * msg_fatal*() or msg_panic(), and provides a first-level safety net for
246 msg_fatal("too many errors - program terminated");
249 /* msg_fatal - report error and terminate gracefully */
251 NORETURN msg_fatal(const char *fmt,...) function
263 msg_vprintf(MSG_FATAL, fmt, ap)
    [all...]
find_inet.c 71 #define msg_fatal test_msg_fatal macro
84 msg_fatal("host not found: %s", host);
86 msg_fatal("unexpected address family: %d", hp->h_addrtype);
88 msg_fatal("unexpected address length %d", hp->h_length);
104 msg_fatal("bad port number: %s", service);
108 msg_fatal("unknown service: %s/%s", service, protocol);
140 #undef msg_fatal macro
224 msg_fatal("open memory stream: %m");
230 msg_fatal("close memory stream: %m");
  /src/external/ibm-public/postfix/dist/src/global/
hfrom_format.c 63 #define msg_fatal test_msg_fatal macro
82 msg_fatal("invalid setting: \"%s = %s\"", name, value);
93 msg_fatal("invalid header format code: %d", code);
126 #undef msg_fatal macro
217 msg_fatal("open memory stream: %m");
223 msg_fatal("close memory stream: %m");
251 msg_fatal("open memory stream: %m");
257 msg_fatal("close memory stream: %m");

Completed in 22 milliseconds