Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_main.c517 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()
[all …]