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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dvalid_hostname.c11 /* int valid_hostname(name, gripe)
13 /* int gripe;
15 /* int valid_hostaddr(addr, gripe)
17 /* int gripe;
19 /* int valid_ipv4_hostaddr(addr, gripe)
21 /* int gripe;
23 /* int valid_ipv6_hostaddr(addr, gripe)
25 /* int gripe;
27 /* int valid_hostport(port, gripe)
29 /* int gripe;
96 int gripe = flags & DO_GRIPE; local
179 valid_hostaddr(const char *addr, int gripe) argument
203 valid_ipv4_hostaddr(const char *addr, int gripe) argument
265 valid_ipv6_hostaddr(const char *addr, int gripe) argument
362 valid_hostport(const char *str, int gripe) argument
[all...]
H A Dvalid_utf8_hostname.c14 /* int gripe)
53 int valid_utf8_hostname(int enable_utf8, const char *name, int gripe) argument
61 if (gripe)
69 * Propagate the gripe parameter for better diagnostics (note that
76 if (gripe)
88 return (valid_hostname(name, gripe));
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dvalid_mailhost_addr.c11 /* const char *valid_mailhost_addr(name, gripe)
13 /* int gripe;
15 /* int valid_mailhost_literal(addr, gripe)
17 /* int gripe;
33 /* These routines operate silently unless the gripe parameter
81 const char *valid_mailhost_addr(const char *addr, int gripe) argument
87 (bare_addr, gripe) ? bare_addr : 0);
92 int valid_mailhost_literal(const char *addr, int gripe) argument
100 if (gripe)
105 if (gripe)
[all...]
/netbsd-current/usr.sbin/veriexecgen/
H A Dveriexecgen.c114 gripe(veriexecgen_t *vp, const char *fmt, const char *filename) function
212 gripe(vp, "Cannot stat file `%s'", file);
222 gripe(vp, "Cannot find absolute path `%s'", file);
230 gripe(vp, "Cannot calculate hash `%s'", e->filename);
248 gripe(vp, "Cannot stat symlink `%s'", file->fts_path);
260 gripe(vp, "Cannot find absolute path `%s'", file->fts_accpath);
268 gripe(vp, "Cannot calculate hash `%s'", e->filename);
284 gripe(vp, "fts_open `%s'", (const char *)search_path);
331 gripe(vp, "Error reading from stdin `%s'", strerror(errno));
/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_verify.c270 const TLS_SESS_STATE *TLScontext, int gripe)
283 if (gripe != DONT_GRIPE) {
269 tls_text_name(X509_NAME *name, int nid, const char *label, const TLS_SESS_STATE *TLScontext, int gripe) argument
/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c701 char *gripe; local
714 gripe = "numeric domain name";
717 gripe = "malformed domain name";
720 gripe = 0;
724 * If we have a gripe, show some context, including the name used in the
727 if (gripe) {
732 gripe, location, dns_strtype(type), query_name, name);

Completed in 142 milliseconds