Home
last modified time | relevance | path

Searched refs:numptr (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libc/net/
HDgetnetnamadr.c296 int numptr, len; in __copy_netent() local
299 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()
HDgetprotoent.c300 int numptr, len; in __copy_protoent() local
303 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()
/freebsd-11-stable/usr.sbin/cron/lib/
HDentry.c656 get_number(numptr, low, names, ch, file) in get_number() argument
657 int *numptr; /* where does the result go? */ in get_number()
693 *numptr = i+low;
704 *numptr = atoi(temp);