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

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dxdr.c93 #define XDR_FALSE ((int) 0) macro
96 #define XDR_FALSE ((long) 0) macro
476 lb = *bp ? XDR_TRUE : XDR_FALSE;
483 *bp = (lb == XDR_FALSE) ? FALSE : TRUE;

Completed in 259 milliseconds