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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_nbp.c1089 at_nvestr_t *pnve, *pnew = newzones; local
1102 pnve = (at_nvestr_t*)gbuf_rptr(m);
1104 for (i=0; i<lzonecnt && !dupe; i++,pnve++) {
1108 pnve = (at_nvestr_t*)gbuf_rptr(m);
1113 if (pnew->len != pnve->len)
1118 if (!strncmp((char *)pnew->str, (char *)pnve->str, pnew->len)) {
1129 pnve = (at_nvestr_t*)gbuf_rptr(gbuf_cont(m));
1131 strlcpy((char *)pnve->str,(char *)pnew->str,sizeof(pnve->str));
1132 pnve
1164 at_nvestr_t *pnve; local
1203 at_nvestr_t *pnve; local
[all...]

Completed in 68 milliseconds