Home
last modified time | relevance | path

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

/src/usr.bin/rpcgen/
H A Drpc_hout.c113 xdrfunc * xdrptr; in storexdrfuncdecl() local
115 xdrptr = XALLOC(struct xdrfunc); in storexdrfuncdecl()
117 xdrptr->name = name; in storexdrfuncdecl()
118 xdrptr->pointerp = pointerp; in storexdrfuncdecl()
119 xdrptr->next = NULL; in storexdrfuncdecl()
122 xdrfunc_head = xdrptr; in storexdrfuncdecl()
123 xdrfunc_tail = xdrptr; in storexdrfuncdecl()
125 xdrfunc_tail->next = xdrptr; in storexdrfuncdecl()
126 xdrfunc_tail = xdrptr; in storexdrfuncdecl()