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

  /src/external/ibm-public/postfix/dist/src/util/
match_ops.c 91 /* match_error - return or raise fatal error */
93 static int match_error(MATCH_LIST *list, const char *fmt,...) function
132 return (match_error(list, "%s:%s: table lookup problem",
184 return (match_error(list, "%s:%s: table lookup problem",
250 return (match_error(list, "%s:%s: table lookup problem",
309 rc = match_error(list, "%s", vstring_str(err));

Completed in 23 milliseconds