Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 11 of 11) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/xdr/
Dxdr.c104 return FALSE; in xdr_int()
112 return FALSE; in xdr_int()
138 return FALSE; in xdr_u_int()
146 return FALSE; in xdr_u_int()
171 return FALSE; in xdr_long()
185 return FALSE; in xdr_u_long()
191 if (XDR_GETLONG (xdrs, &tmp) == FALSE) in xdr_u_long()
192 return FALSE; in xdr_u_long()
200 return FALSE; in xdr_u_long()
222 return FALSE; in xdr_int32_t()
[all …]
Dxdr_rec.c249 rstrm->frag_sent = FALSE; in xdrrec_create()
255 rstrm->in_haveheader = FALSE; in xdrrec_create()
258 rstrm->nonblock = FALSE; in xdrrec_create()
289 return FALSE; in xdrrec_getlong()
310 if (!flush_out (rstrm, FALSE)) in xdrrec_putlong()
311 return FALSE; in xdrrec_putlong()
333 return FALSE; in xdrrec_getbytes()
335 return FALSE; in xdrrec_getbytes()
340 return FALSE; in xdrrec_getbytes()
368 if (!flush_out (rstrm, FALSE)) in xdrrec_putbytes()
[all …]
Dxdr_stdio.c116 return FALSE; in xdrstdio_getlong()
128 return FALSE; in xdrstdio_putlong()
139 return FALSE; in xdrstdio_getbytes()
150 return FALSE; in xdrstdio_putbytes()
165 FALSE : TRUE); in xdrstdio_setpos()
194 return FALSE; in xdrstdio_getint32()
206 return FALSE; in xdrstdio_putint32()
Dxdr_mem.c129 return FALSE; in xdrmem_getlong_aligned()
141 return FALSE; in xdrmem_putlong_aligned()
155 return FALSE; in xdrmem_getlong_unaligned()
170 return FALSE; in xdrmem_putlong_unaligned()
184 return FALSE; in xdrmem_getbytes()
197 return FALSE; in xdrmem_putbytes()
222 return FALSE; in xdrmem_setpos()
259 return FALSE; in xdrmem_getint32_aligned()
271 return FALSE; in xdrmem_putint32_aligned()
285 return FALSE; in xdrmem_getint32_unaligned()
[all …]
Dxdr_array.c74 return FALSE; in xdr_array()
79 return FALSE; in xdr_array()
98 return FALSE; in xdr_array()
155 return FALSE; in xdr_vector()
Dxdr_reference.c80 return FALSE; in xdr_reference()
130 return FALSE; in xdr_pointer()
Dxdr_float.c78 return FALSE; in xdr_float()
125 return FALSE; in xdr_double()
Dxdr_float_vax.c116 return FALSE; in xdr_float()
137 return FALSE; in xdr_float()
225 return FALSE; in xdr_double()
250 return FALSE; in xdr_double()
DREADME20 4) Out-of-memory conditions are indicated by returning FALSE
96 memory to be allocated, will instead fail (return FALSE),
168 (*) Client apps should already check for FALSE return values.
169 In this case when xdr function return FALSE, the client
Dxdr_sizeof.c80 return FALSE; in x_setpostn()
/picolibc-3.7.0-3.6.0/newlib/libc/include/rpc/
Dtypes.h67 #ifndef FALSE
68 # define FALSE 0 macro