HomeSort by: relevance | last modified time | path
    Searched refs:xdr_float (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/rpc/
Makefile.inc 16 xdr.c xdr_array.c xdr_float.c xdr_mem.c xdr_rec.c xdr_reference.c \
145 xdr.3 xdr_float.3 \
xdr_float.c 1 /* $NetBSD: xdr_float.c,v 1.42 2024/04/11 18:41:03 christos Exp $ */
37 static char *sccsid = "@(#)xdr_float.c 1.12 87/08/11 Copyr 1984 Sun Micro";
38 static char *sccsid = "@(#)xdr_float.c 2.1 88/07/29 4.0 RPCSRC";
40 __RCSID("$NetBSD: xdr_float.c,v 1.42 2024/04/11 18:41:03 christos Exp $");
45 * xdr_float.c, Generic XDR routines implementation.
67 __weak_alias(xdr_float,_xdr_float)
112 xdr_float(XDR *xdrs, float *fp) function in typeref:typename:bool_t
  /src/common/include/rpc/
xdr.h 302 extern bool_t xdr_float(XDR *, float *);
  /src/lib/libc/include/
namespace.h 836 #define xdr_float _xdr_float macro
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 5592 XDR_INTERCEPTOR(xdr_float, float)
5666 COMMON_INTERCEPT_FUNCTION(xdr_float); \

Completed in 20 milliseconds