Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dgetprotoent_r.c142 int numptr, len; in copy_protoent() local
145 numptr = 1; /*%< NULL ptr */ in copy_protoent()
147 for (i = 0; pe->p_aliases[i]; i++, numptr++) { in copy_protoent()
151 len += numptr * sizeof(char*); in copy_protoent()
161 cp = (char *)ALIGN(buf) + numptr * sizeof(char *); in copy_protoent()
H A Dgetnetent_r.c151 int numptr, len; in copy_netent() local
154 numptr = 1; /*%< NULL ptr */ in copy_netent()
156 for (i = 0; ne->n_aliases[i]; i++, numptr++) { in copy_netent()
160 len += numptr * sizeof(char*); in copy_netent()
171 cp = (char *)ALIGN(buf) + numptr * sizeof(char *); in copy_netent()
H A Dgetservent_r.c145 int numptr, len; in copy_servent() local
148 numptr = 1; /*%< NULL ptr */ in copy_servent()
150 for (i = 0; se->s_aliases[i]; i++, numptr++) { in copy_servent()
155 len += numptr * sizeof(char*); in copy_servent()
165 cp = (char *)ALIGN(buf) + numptr * sizeof(char *); in copy_servent()