Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdtoa/
H A Ddmisc.c40 rv_alloc(i) int i; in rv_alloc() function
42 rv_alloc(int i)
70 t = rv = rv_alloc(n);
H A Dgdtoaimp.h580 #define rv_alloc __rv_alloc_D2A macro
634 extern char *rv_alloc ANSI((int));
H A Ddtoa.c327 s = s0 = rv_alloc(i);
H A Dgdtoa.c316 s = s0 = rv_alloc(i);
/dflybsd-src/lib/libc/gdtoa/
H A D_hdtoa.c111 s0 = rv_alloc(bufsize); in __hdtoa()
H A D_hldtoa.c112 s0 = rv_alloc(bufsize); in __hldtoa()