Searched refs:numptr (Results 1 – 3 of 3) sorted by relevance
142 int numptr, len; in copy_protoent() local145 numptr = 1; /*%< NULL ptr */ in copy_protoent()147 for (i = 0; pe->p_aliases[i]; i++, numptr++) { in copy_protoent()151 len += numptr * sizeof(char*); in copy_protoent()161 cp = (char *)ALIGN(buf) + numptr * sizeof(char *); in copy_protoent()
151 int numptr, len; in copy_netent() local154 numptr = 1; /*%< NULL ptr */ in copy_netent()156 for (i = 0; ne->n_aliases[i]; i++, numptr++) { in copy_netent()160 len += numptr * sizeof(char*); in copy_netent()171 cp = (char *)ALIGN(buf) + numptr * sizeof(char *); in copy_netent()
145 int numptr, len; in copy_servent() local148 numptr = 1; /*%< NULL ptr */ in copy_servent()150 for (i = 0; se->s_aliases[i]; i++, numptr++) { in copy_servent()155 len += numptr * sizeof(char*); in copy_servent()165 cp = (char *)ALIGN(buf) + numptr * sizeof(char *); in copy_servent()