Searched refs:numptr (Results 1 – 3 of 3) sorted by relevance
296 int numptr, len; in __copy_netent() local299 numptr = 1; /* NULL ptr */ in __copy_netent()301 for (i = 0; ne->n_aliases[i]; i++, numptr++) { in __copy_netent()305 len += numptr * sizeof(char*); in __copy_netent()316 cp = (char *)ALIGN(buf) + numptr * sizeof(char *); in __copy_netent()
300 int numptr, len; in __copy_protoent() local303 numptr = 1; /* NULL ptr */ in __copy_protoent()305 for (i = 0; pe->p_aliases[i]; i++, numptr++) { in __copy_protoent()309 len += numptr * sizeof(char*); in __copy_protoent()319 cp = (char *)ALIGN(buf) + numptr * sizeof(char *); in __copy_protoent()
656 get_number(numptr, low, names, ch, file) in get_number() argument657 int *numptr; /* where does the result go? */ in get_number()693 *numptr = i+low;704 *numptr = atoi(temp);