Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/rpc/
Drpc_prot.c179 { __dontcare__, NULL_xdrproc_t } };
204 NULL_xdrproc_t));
/freebsd-9-stable/sys/rpc/
Drpc_prot.c169 { __dontcare__, NULL_xdrproc_t } };
214 NULL_xdrproc_t)); in xdr_replymsg()
Dxdr.h242 #define NULL_xdrproc_t ((xdrproc_t)0) macro
/freebsd-9-stable/sys/xdr/
Dxdr.c592 for (; choices->proc != NULL_xdrproc_t; choices++) { in xdr_union()
600 return ((dfault == NULL_xdrproc_t) ? FALSE : in xdr_union()
/freebsd-9-stable/lib/libc/xdr/
Dxdr.c694 for (; choices->proc != NULL_xdrproc_t; choices++) {
702 return ((dfault == NULL_xdrproc_t) ? FALSE :
/freebsd-9-stable/include/rpc/
Dxdr.h238 #define NULL_xdrproc_t ((xdrproc_t)0) macro