Searched refs:bool_t (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/libc/include/rpc/ |
D | xdr.h | 114 bool_t (*x_getlong) (struct __rpc_xdr *, long *); 117 bool_t (*x_putlong) (struct __rpc_xdr *, const long *); 120 bool_t (*x_getbytes) (struct __rpc_xdr *, char *, u_int); 123 bool_t (*x_putbytes) (struct __rpc_xdr *, const char *, u_int); 129 bool_t (*x_setpostn) (struct __rpc_xdr *, u_int); 138 bool_t (*x_getint32) (struct __rpc_xdr *, int32_t *); 141 bool_t (*x_putint32) (struct __rpc_xdr *, const int32_t *); 159 typedef bool_t (*xdrproc_t) (XDR *, ...); 282 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf)) 295 extern bool_t xdr_void (void); [all …]
|
D | types.h | 55 typedef int32_t bool_t; typedef
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_stdio.c | 55 static bool_t xdrstdio_getlong (XDR *, long *); 56 static bool_t xdrstdio_putlong (XDR *, const long *); 57 static bool_t xdrstdio_getbytes (XDR *, char *, u_int); 58 static bool_t xdrstdio_putbytes (XDR *, const char *, u_int); 60 static bool_t xdrstdio_setpos (XDR *, u_int); 62 static bool_t xdrstdio_getint32 (XDR*, int32_t *); 63 static bool_t xdrstdio_putint32 (XDR*, const int32_t *); 109 static bool_t 121 static bool_t 132 static bool_t [all …]
|
D | xdr_mem.c | 58 static bool_t xdrmem_getlong_aligned (XDR *, long *); 59 static bool_t xdrmem_putlong_aligned (XDR *, const long *); 60 static bool_t xdrmem_getlong_unaligned (XDR *, long *); 61 static bool_t xdrmem_putlong_unaligned (XDR *, const long *); 62 static bool_t xdrmem_getbytes (XDR *, char *, u_int); 63 static bool_t xdrmem_putbytes (XDR *, const char *, u_int); 66 static bool_t xdrmem_setpos (XDR *, u_int); 69 static bool_t xdrmem_getint32_aligned (XDR *, int32_t *); 70 static bool_t xdrmem_putint32_aligned (XDR *, const int32_t *); 71 static bool_t xdrmem_getint32_unaligned (XDR *, int32_t *); [all …]
|
D | xdr.c | 79 bool_t 89 bool_t 123 bool_t 157 bool_t 177 bool_t 207 bool_t 228 bool_t 249 bool_t 270 bool_t 297 bool_t [all …]
|
D | xdr_rec.c | 82 static bool_t xdrrec_getlong (XDR *, long *); 83 static bool_t xdrrec_putlong (XDR *, const long *); 84 static bool_t xdrrec_getbytes (XDR *, char *, u_int); 85 static bool_t xdrrec_putbytes (XDR *, const char *, u_int); 87 static bool_t xdrrec_setpos (XDR *, u_int); 90 static bool_t xdrrec_getint32 (XDR *, int32_t *); 91 static bool_t xdrrec_putint32 (XDR *, const int32_t *); 133 bool_t frag_sent; /* true if buffer sent in middle of record */ 144 bool_t last_frag; 148 bool_t nonblock; [all …]
|
D | xdr_sizeof.c | 46 static bool_t 56 static bool_t 73 static bool_t 140 static bool_t 156 bool_t stat; in xdr_sizeof() 158 typedef bool_t (*dummyfunc1) (XDR *, long *); in xdr_sizeof() 159 typedef bool_t (*dummyfunc2) (XDR *, caddr_t, u_int); in xdr_sizeof() 160 typedef bool_t (*dummyfunc3) (XDR *, int32_t *); in xdr_sizeof()
|
D | xdr_reference.c | 59 bool_t 66 bool_t stat; in xdr_reference() 119 bool_t 125 bool_t more_data; in xdr_pointer()
|
D | xdr_float.c | 62 bool_t 82 bool_t 87 bool_t rv; in xdr_double()
|
D | xdr_array.c | 57 bool_t 68 bool_t stat = TRUE; in xdr_array() 140 bool_t
|
D | xdr_float_vax.c | 84 bool_t 186 bool_t
|