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

/freebsd-10.2-release/usr.sbin/rpcbind/
H A Dwarmstart.c157 rpcblist_ptr tmp_rpcbl = NULL; local
163 ok1 = read_struct(RPCBFILE, (xdrproc_t)xdr_rpcblist_ptr, &tmp_rpcbl);
170 xdr_free((xdrproc_t) xdr_rpcblist_ptr, (char *)&tmp_rpcbl);
174 list_rbl = tmp_rpcbl;

Completed in 45 milliseconds