Lines Matching refs:xdrfuncp
517 xdrfunc *xdrfuncp; in h_output() local
586 xdrfuncp = xdrfunc_head; in h_output()
587 while (xdrfuncp != NULL) { in h_output()
588 print_xdr_func_def(xdrfuncp->name, in h_output()
589 xdrfuncp->pointerp, 2); in h_output()
590 xdrfuncp = xdrfuncp->next; in h_output()
600 xdrfuncp = xdrfunc_head; in h_output()
601 while (xdrfuncp != NULL) { in h_output()
602 print_xdr_func_def(xdrfuncp->name, in h_output()
603 xdrfuncp->pointerp, i); in h_output()
604 xdrfuncp = xdrfuncp->next; in h_output()