Searched refs:fatal_with_context (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/master/
H A Dmaster_ent.c114 static NORETURN fatal_with_context(char *,...);
170 /* fatal_with_context - print fatal error with file/line context */
172 static NORETURN fatal_with_context(char *format,...) function
174 const char *myname = "fatal_with_context";
191 fatal_with_context("field \"%s\": bad value: \"%s\"", name, value);
201 fatal_with_context("missing \"%s\" field", name);
204 fatal_with_context("field \"%s\" has no default value", name);
384 fatal_with_context("bad transport type: %s", transport);
402 fatal_with_context("inet service cannot be private");

Completed in 116 milliseconds