Searched refs:numptr (Results 1 – 3 of 3) sorted by relevance
298 int numptr, len; in __copy_netent() local301 numptr = 1; /* NULL ptr */ in __copy_netent()303 for (i = 0; ne->n_aliases[i]; i++, numptr++) { in __copy_netent()307 len += numptr * sizeof(char*); in __copy_netent()318 cp = (char *)ALIGN(buf) + numptr * sizeof(char *); in __copy_netent()
302 int numptr, len; in __copy_protoent() local305 numptr = 1; /* NULL ptr */ in __copy_protoent()307 for (i = 0; pe->p_aliases[i]; i++, numptr++) { in __copy_protoent()311 len += numptr * sizeof(char*); in __copy_protoent()321 cp = (char *)ALIGN(buf) + numptr * sizeof(char *); in __copy_protoent()
654 get_number(numptr, low, names, ch, file) in get_number() argument655 int *numptr; /* where does the result go? */ in get_number()691 *numptr = i+low;702 *numptr = atoi(temp);