Searched refs:tmp_rpcbl (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.sbin/rpcbind/
H A Dwarmstart.c158 rpcblist_ptr tmp_rpcbl = NULL; local
164 ok1 = read_struct(RPCBFILE, (xdrproc_t)xdr_rpcblist_ptr, &tmp_rpcbl);
171 xdr_free((xdrproc_t) xdr_rpcblist_ptr, (char *)&tmp_rpcbl);
175 list_rbl = tmp_rpcbl;

Completed in 57 milliseconds