Home
last modified time | relevance | path

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

/dragonfly/lib/libc/xdr/
H A Dxdr.c645 const struct xdr_discrim *choices, xdrproc_t dfault) in xdr_union() argument
669 return ((dfault == NULL_xdrproc_t) ? FALSE : in xdr_union()
670 (*dfault)(xdrs, unp)); in xdr_union()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc452 do_get(catalog c, int set, int msgid, const string_type& dfault) const in do_get()
456 dfault.c_str(), dfault.size()); in do_get()