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

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

Completed in 107 milliseconds