Home
last modified time | relevance | path

Searched refs:errlogx (Results 1 – 5 of 5) sorted by relevance

/dragonfly/libexec/dma/
HDconf.c134 errlogx(EX_CONFIG, "syntax error in authfile %s:%d", path, lineno); in parse_authfile()
223 errlogx(EX_CONFIG, "invalid sha256 fingerprint length"); in parse_conf()
227 errlogx(EX_CONFIG, "fingerprint allocation failed"); in parse_conf()
231 errlogx(EX_CONFIG, "failed to read fingerprint"); in parse_conf()
249 errlogx(EX_CONFIG, "syntax error in %s:%d", config_path, lineno); in parse_conf()
255 errlogx(EX_CONFIG, "%s: NULLCLIENT requires SMARTHOST", config_path); in parse_conf()
HDmail.c343 errlogx(EX_DATAERR, "invalid recipient `%s'", addr); in parse_addrs()
422 errlogx(EX_DATAERR, "bad mail input format:" in readmail()
444errlogx(EX_DATAERR, "invalid address in header\n"); in readmail()
455errlogx(EX_DATAERR, "invalid address in header\n"); in readmail()
HDdma.c615 errlogx(EX_DATAERR, "invalid recipient `%s'", argv[i]); in main()
619 errlogx(EX_NOINPUT, "no recipients"); in main()
625 errlogx(EX_NOINPUT, "no recipients"); in main()
HDdma.h239 void errlogx(int, const char *, ...) __attribute__((__format__ (__printf__, 2, 3))) __attribute__((…
HDutil.c186 errlogx(int exitcode, const char *fmt, ...) in errlogx() function