Home
last modified time | relevance | path

Searched refs:errstring (Results 1 – 17 of 17) sorted by last modified time

/original-bsd/usr.sbin/sendmail/src/
H A Dqueue.c105 tf, geteuid(), errstring(errno));
115 tf, errstring(errno));
1277 qf, errstring(errno));
1305 qf, errstring(errno));
H A Drecipient.c360 a->q_user, errstring(ret));
365 a->q_user, errstring(ret));
372 a->q_user, errstring(ret));
430 errstring(errno));
433 errstring(errno));
950 uid, errstring(rval));
959 printf("include: open: %s\n", errstring(rval));
1112 printf("include: read error: %s\n", errstring(errno));
H A Dsendmail.h1159 extern const char *errstring __P((int));
H A Dudb.c845 spec, errstring(errno)); in _udbx_init()
853 spec, errstring(errno)); in _udbx_init()
H A Dutil.c499 printf("\t[dir %s] %s\n", fn, errstring(ret));
515 printf("\t%s\n", errstring(ret));
538 errstring(ret));
996 printf("xfclose FAILURE: %s\n", errstring(errno));
1476 sprintf(p, "CANNOT STAT (%s)", errstring(errno));
1499 sprintf(p, "(%s)", errstring(errno));
1513 sprintf(p, "(%s)", errstring(errno));
H A Dalias.c450 map->map_file, errstring(saveerr));
453 map->map_file, errstring(saveerr));
459 map->map_file, errstring(errno));
505 map->map_file, errstring(errno));
798 buf, errstring(err));
800 message("%s: %s: message queued", buf, errstring(err));
H A Derr.c354 msg, errstring(errno));
460 (void) sprintf(eb, ": %s", errstring(eno));
514 errstring(errnum) in errstring() function
H A Dconf.c1186 errstring(errno)); in getla()
1203 errstring(errno)); in getla()
1224 printf("getla: lseek or read: %s\n", errstring(errno)); in getla()
1272 errstring(errno)); in getla()
1284 errstring(errno)); in getla()
1434 _PATH_LOADAVG, errstring(errno)); in getla()
1443 result, errstring(errno)); in getla()
2548 MinBlocksFree, msize, errstring(errno));
2709 printf("(%s) ", errstring(errno));
2754 printf("(%s) ", errstring(errno));
[all …]
H A Ddaemon.c848 errstring(sav_errno));
861 errstring(sav_errno));
890 message("%s", errstring(sav_errno));
H A Dmap.c445 errstring(errno));
2616 map->map_mname, errstring(errno));
2619 map->map_mname, errstring(errno));
2628 map->map_mname, errstring(errno));
2662 map->map_mname, errstring(errno));
H A Ddeliver.c1871 statmsg = errstring(h_errno+E_DNSBASE);
1876 statmsg = errstring(errno);
1896 statmsg = errstring(h_errno + E_DNSBASE);
1906 (void) sprintf(buf, "%s: %s", statmsg, errstring(errno));
2690 message("554 cannot open: %s", errstring(errno));
2706 message("451 I/O error: %s", errstring(errno));
H A Dcollect.c381 const char *errmsg = errstring(errno);
429 problem, host, e->e_from.q_paddr, errstring(errno));
/original-bsd/share/zoneinfo/
H A Dzic.c757 gethms(string, errstring, signable) in gethms() argument
759 const char * const errstring;
778 error(errstring);
784 error(errstring);
/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Dmain.c377 catch_errors (func, args, errstring)
380 char *errstring; variable
391 error_pre_print = errstring;
/original-bsd/contrib/gcc-2.3.3/
H A Dc-typeck.c2898 char *errstring = NULL; local
2913 errstring = "wrong type argument to unary plus";
2920 errstring = "wrong type argument to unary minus";
2927 errstring = "wrong type argument to bit-complement";
2934 errstring = "wrong type argument to abs";
2945 errstring = "wrong type argument to unary exclamation mark";
2971 errstring ="wrong type argument to increment";
2973 errstring ="wrong type argument to decrement";
3188 if (!errstring)
3195 error (errstring);
/original-bsd/contrib/emacs-18.57/src/
H A Dfileio.c98 Lisp_Object errstring; local
101 errstring = build_string (sys_errlist[errno]);
103 errstring = build_string ("undocumented error code");
106 XSTRING (errstring)->data[0] = DOWNCASE (XSTRING (errstring)->data[0]);
110 Fcons (build_string (string), Fcons (errstring, data)));
H A Dprocess.c1303 char errstring[80]; variable