Searched refs:errtxt (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/sendmail/src/
H A Derr.c133 char *errtxt; local
180 errtxt = fmtmsg(MsgBuf, (char *) NULL, p, enhsc, save_errno, fmt, ap);
187 char *nmsg = sm_rpool_strdup_x(CurEnv->e_rpool, errtxt);
218 user, errtxt);
288 char *errtxt; local
300 errtxt = fmtmsg(MsgBuf, CurEnv->e_to, "550", enhsc, 0, fmt, ap);
326 (int) sizeof(buf) - 22, errtxt);
333 sm_rpool_strdup_x(CurEnv->e_rpool, errtxt);
340 sm_syslog(LOG_NOTICE, CurEnv->e_id, "%.900s", errtxt);
375 char *errtxt; local
455 char *errtxt; local
509 char *errtxt; local
606 char *errtxt; local
659 char *errtxt = msg; local
929 char *errtxt; local
[all...]
/freebsd-12-stable/contrib/ipfilter/l4check/
H A Dl4check.c490 char c, buf[512], *s, *t, *errtxt = NULL, *line; local
545 errtxt = line;
561 errtxt = line;
585 errtxt = line;
593 errtxt = line;
618 errtxt = line;
633 errtxt = line;
640 errtxt = line;
668 errtxt = line;
688 errtxt
[all...]
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c2004 const char *errtxt; local
2007 errtxt = strerror(ec);
2012 up->logname, up->fdt, ec, errtxt);
2016 up->logname, up->fdt, ec, errtxt));
/freebsd-12-stable/contrib/binutils/gas/
H A Dread.c480 const char *errtxt;
484 errtxt = hash_insert (po_hash, pop->poc_name, (char *) pop);
485 if (errtxt && (!pop_override_ok || strcmp (errtxt, "exists")))
487 errtxt);
478 const char *errtxt; local

Completed in 128 milliseconds