Searched refs:choices (Results 1 – 5 of 5) sorted by relevance
602 xdr_union (XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, xdrproc_t dfault) in xdr_union() argument619 for (; choices->proc != NULL_xdrproc_t; choices++) in xdr_union()621 if (choices->value == dscm) in xdr_union()622 return (*(choices->proc)) (xdrs, unp, LASTUNSIGNED); in xdr_union()
25 Here are the available choices:
1695 # If you add more choices, you will need to update uClibc_stdio.h.1722 # If you add more choices, you will need to update uClibc_stdio.h.
275 choices:
Completed in 6 milliseconds