Searched refs:rv_alloc (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/libc/gdtoa/
H A Ddmisc.c42 rv_alloc(i) size_t i; function
44 rv_alloc(size_t i)
75 t = rv = rv_alloc(n);
H A Dhdtoa.c199 s0 = rv_alloc(bufsize);
305 s0 = rv_alloc(bufsize);
H A Dgdtoaimp.h573 #define rv_alloc __rv_alloc_D2A macro
624 extern char *rv_alloc ANSI((size_t));
H A Ddtoa.c333 s = s0 = rv_alloc((size_t)i);
H A Dgdtoa.c326 s = s0 = rv_alloc((size_t)i);

Completed in 134 milliseconds