Lines Matching defs:err
117 print_error(int linenum, int err, const char *errstr)
121 tsol_strerror(err, errno));
124 tsol_strerror(err, errno));
235 int err;
253 rhentp = rhstr_to_ent(&rhstr, &err, &errstr);
255 print_error(0, err, errstr);
293 AI_ALL | AI_ADDRCONFIG | AI_V4MAPPED, &err);
297 if (err == TRY_AGAIN)
403 int err;
423 if ((zc = tsol_sgetzcent(line, &err, &errstr)) == NULL) {
424 if (err == LTSNET_EMPTY)
433 print_error(linenum, err, errstr);
520 int err;
527 tpentp = tpstr_to_ent(&tpstr, &err, &errstr);
529 print_error(0, err, errstr);
575 int err;
609 if ((zc = tsol_sgetzcent(sbuf, &err, &errstr)) == NULL) {