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

/freebsd-13-stable/lib/libc/net/
H A Dgetnetnamadr.c298 int numptr, len; local
301 numptr = 1; /* NULL ptr */
303 for (i = 0; ne->n_aliases[i]; i++, numptr++) {
307 len += numptr * sizeof(char*);
318 cp = (char *)ALIGN(buf) + numptr * sizeof(char *);
H A Dgetprotoent.c302 int numptr, len; local
305 numptr = 1; /* NULL ptr */
307 for (i = 0; pe->p_aliases[i]; i++, numptr++) {
311 len += numptr * sizeof(char*);
321 cp = (char *)ALIGN(buf) + numptr * sizeof(char *);
/freebsd-13-stable/usr.sbin/cron/lib/
H A Dentry.c654 get_number(numptr, low, names, ch, file)
655 int *numptr; /* where does the result go? */
691 *numptr = i+low;
702 *numptr = atoi(temp);

Completed in 158 milliseconds