Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/net/
H A Dgetnetnamadr.c298 int numptr, len; in __copy_netent() local
301 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()
H A Dgetprotoent.c302 int numptr, len; in __copy_protoent() local
305 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()
/freebsd-13.1/usr.sbin/cron/lib/
H A Dentry.c654 get_number(numptr, low, names, ch, file) in get_number() argument
655 int *numptr; /* where does the result go? */ in get_number()
691 *numptr = i+low;
702 *numptr = atoi(temp);