Searched refs:Errp (Results 1 – 1 of 1) sorted by relevance
246 static struct t_uderr **Errp; variable842 errp = Errp[i]; in net_poll()3676 Errp = realloc(Errp, inputs * sizeof (struct t_uderr *)); in getnets()3682 Udp == NULL || Errp == NULL) { in getnets()3753 Errp[Ninputs] = (struct t_uderr *)t_alloc(fd, T_UDERROR, T_ADDR); in addnet()3755 if (Errp[Ninputs] == NULL) { in addnet()3766 (void) t_free((char *)Errp[Ninputs], T_UDERROR); in addnet()3897 (void) t_free((char *)Errp[cnt], T_UDERROR); in bindnet()3904 Errp[i] = Errp[i + 1]; in bindnet()