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

/freebsd-11-stable/lib/libc/net/
H A Dgetnetnamadr.c296 int numptr, len; local
299 numptr = 1; /* NULL ptr */
301 for (i = 0; ne->n_aliases[i]; i++, numptr++) {
305 len += numptr * sizeof(char*);
316 cp = (char *)ALIGN(buf) + numptr * sizeof(char *);
H A Dgetprotoent.c300 int numptr, len; local
303 numptr = 1; /* NULL ptr */
305 for (i = 0; pe->p_aliases[i]; i++, numptr++) {
309 len += numptr * sizeof(char*);
319 cp = (char *)ALIGN(buf) + numptr * sizeof(char *);
/freebsd-11-stable/usr.sbin/cron/lib/
H A Dentry.c656 get_number(numptr, low, names, ch, file)
657 int *numptr; /* where does the result go? */
693 *numptr = i+low;
704 *numptr = atoi(temp);

Completed in 62 milliseconds