Lines Matching defs:rve
2181 nrv_alloc(const char *s, char **rve, int n)
2190 if (rve)
2191 *rve = t;
2249 int *decpt, int *sign, char **rve)
2253 the returned string. If not null, *rve is set to point
2316 return nrv_alloc("Infinity", rve, 8);
2317 return nrv_alloc("NaN", rve, 3);
2321 return nrv_alloc("0", rve, 1);
2840 if (rve)
2841 *rve = s;