Searched refs:errlogx (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/dma/ |
| H A D | mail.c | 342 errlogx(EX_DATAERR, "invalid recipient `%s'", addr); in parse_addrs() 413 errlogx(EX_DATAERR, "bad mail input format:" in readmail() 435 errlogx(EX_DATAERR, "invalid address in header\n"); in readmail() 446 errlogx(EX_DATAERR, "invalid address in header\n"); in readmail()
|
| H A D | conf.c | 134 errlogx(EX_CONFIG, "syntax error in authfile %s:%d", path, lineno); in parse_authfile() 234 errlogx(EX_CONFIG, "syntax error in %s:%d", config_path, lineno); in parse_conf() 240 errlogx(EX_CONFIG, "%s: NULLCLIENT requires SMARTHOST", config_path); in parse_conf()
|
| H A D | dma.c | 609 errlogx(EX_DATAERR, "invalid recipient `%s'", argv[i]); in main() 613 errlogx(EX_NOINPUT, "no recipients"); in main() 619 errlogx(EX_NOINPUT, "no recipients"); in main()
|
| H A D | dma.h | 232 void errlogx(int, const char *, ...) __attribute__((__format__ (__printf__, 2, 3)));
|
| H A D | util.c | 166 errlogx(int exitcode, const char *fmt, ...) in errlogx() function
|