Lines Matching refs:errstr

268           const char *errstr;  in ypbinderr_string()  local
272 errstr = "Success"; in ypbinderr_string()
275 errstr = "Internal ypbind error"; in ypbinderr_string()
278 errstr = "Domain not bound"; in ypbinderr_string()
281 errstr = "System resource allocation failure"; in ypbinderr_string()
284 errstr = NULL; in ypbinderr_string()
287 if (errstr != NULL) in ypbinderr_string()
288 strlcpy(err, errstr, sizeof(err)); in ypbinderr_string()
1089 const char *errstr; in yperr_string() local
1094 errstr = "Success"; in yperr_string()
1097 errstr = "Request arguments bad"; in yperr_string()
1100 errstr = "RPC failure"; in yperr_string()
1103 errstr = "Can't bind to server which serves this domain"; in yperr_string()
1106 errstr = "No such map in server's domain"; in yperr_string()
1109 errstr = "No such key in map"; in yperr_string()
1112 errstr = "YP server error"; in yperr_string()
1115 errstr = "Local resource allocation failure"; in yperr_string()
1118 errstr = "No more records in map database"; in yperr_string()
1121 errstr = "Can't communicate with portmapper"; in yperr_string()
1124 errstr = "Can't communicate with ypbind"; in yperr_string()
1127 errstr = "Can't communicate with ypserv"; in yperr_string()
1130 errstr = "Local domain name not set"; in yperr_string()
1133 errstr = "Server data base is bad"; in yperr_string()
1136 errstr = "YP server version mismatch - server can't supply service."; in yperr_string()
1139 errstr = "Access violation"; in yperr_string()
1142 errstr = "Database is busy"; in yperr_string()
1145 errstr = NULL; in yperr_string()
1148 if (errstr != NULL) in yperr_string()
1149 strlcpy(err, errstr, sizeof(err)); in yperr_string()