Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_hout.c122 xdrfunc *xdrptr; in storexdrfuncdecl() local
124 xdrptr = malloc(sizeof (struct xdrfunc)); in storexdrfuncdecl()
126 xdrptr->name = name; in storexdrfuncdecl()
127 xdrptr->pointerp = pointerp; in storexdrfuncdecl()
128 xdrptr->next = NULL; in storexdrfuncdecl()
131 xdrfunc_head = xdrptr; in storexdrfuncdecl()
132 xdrfunc_tail = xdrptr; in storexdrfuncdecl()
134 xdrfunc_tail->next = xdrptr; in storexdrfuncdecl()
135 xdrfunc_tail = xdrptr; in storexdrfuncdecl()