Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/gdtoa/
H A Ddmisc.c42 rv_alloc(i) size_t i; in rv_alloc() function
44 rv_alloc(size_t i)
75 t = rv = rv_alloc(n);
H A Dhdtoa.c199 s0 = rv_alloc(bufsize); in hdtoa()
305 s0 = rv_alloc(bufsize); in hldtoa()
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);