Searched refs:fatal_with_context (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/master/ |
H A D | master_ent.c | 190 static NORETURN PRINTFLIKE(1, 2) fatal_with_context(char *format,...) in fatal_with_context() function 209 fatal_with_context("field \"%s\": bad value: \"%s\"", name, value); in fatal_invalid_field() 219 fatal_with_context("missing \"%s\" field", name); in get_str_ent() 222 fatal_with_context("field \"%s\" has no default value", name); in get_str_ent() 361 fatal_with_context("%s in \"%s\"", parse_err, name); in get_master_ent() 368 fatal_with_context("bad hostname or network address: %s", name); in get_master_ent() 407 fatal_with_context("bad transport type: %s", transport); in get_master_ent() 425 fatal_with_context("inet service cannot be private"); in get_master_ent() 479 fatal_with_context("no valid IP address found: %s", name); in get_master_ent() 584 fatal_with_context("%s", err); in get_master_ent()
|