Home
last modified time | relevance | path

Searched refs:t_nerr (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/lib/libnsl/nsl/
H A D_errlst.c51 int t_nerr = 19; variable
H A Dt_strerror.c108 if (errnum < t_nerr && errnum >= 0) in _tx_strerror()
H A Dtx.h276 extern int t_nerr;
/titanic_44/usr/src/lib/libwrap/
H A Dtli.c52 extern int t_nerr;
318 if (t_errno < 0 || t_errno >= t_nerr) { in tli_error()
/titanic_44/usr/src/uts/common/sys/
H A Dtiuser.h231 extern int t_nerr;
/titanic_44/usr/src/cmd/listen/
H A Dlslog.c113 p = (t_errno < t_nerr ? t_errlist[t_errno] : tlirange); in tli_error()
/titanic_44/usr/src/lib/libnsl/dial/
H A Dinterface.c277 if (0 < t_errno && t_errno < t_nerr) { in tfaillog()
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dclnt_perror.c274 (rpc_createerr.cf_error.re_terrno < t_nerr)) { in clnt_spcreateerror()
/titanic_44/usr/src/cmd/bnu/
H A Dinterface.c407 if (0 < t_errno && t_errno < t_nerr) {
/titanic_44/usr/src/lib/libnsl/common/
H A Dmapfile-vers279 t_nerr;
/titanic_44/usr/src/cmd/syslogd/
H A Dsyslogd.c2373 if (t_errno > t_nerr) { in logerror_format()