Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpcbind/
H A Dwarmstart.c69 write_struct(char *filename, xdrproc_t structproc, void *list) in write_struct() argument
93 if (structproc(&xdrs, list) == FALSE) { in write_struct()
104 read_struct(char *filename, xdrproc_t structproc, void *list) in read_struct() argument
130 if (structproc(&xdrs, list) == FALSE) { in read_struct()