pnext             333 source4/heimdal/lib/hx509/ks_file.c     char *p, *pnext;
pnext             379 source4/heimdal/lib/hx509/ks_file.c     for (p = f->fn; p != NULL; p = pnext) {
pnext             382 source4/heimdal/lib/hx509/ks_file.c 	pnext = strchr(p, ',');
pnext             383 source4/heimdal/lib/hx509/ks_file.c 	if (pnext)
pnext             384 source4/heimdal/lib/hx509/ks_file.c 	    *pnext++ = '\0';