Lines Matching refs:rc
375 int rc = gaih_inet_serv (service->name, tp, req, st, tmpbuf); in gaih_inet() local
376 if (__glibc_unlikely (rc != 0)) in gaih_inet()
377 return rc; in gaih_inet()
553 int rc; in gaih_inet() local
559 rc = __gethostbyname2_r (name, AF_INET, &th, in gaih_inet()
562 if (rc != ERANGE || h_errno != NETDB_INTERNAL) in gaih_inet()
571 if (rc == 0) in gaih_inet()
990 int rc = __idna_from_dns_encoding (canon, &out); in gaih_inet() local
991 if (rc == 0) in gaih_inet()
993 else if (rc == EAI_IDN_ENCODE) in gaih_inet()
998 result = -rc; in gaih_inet()