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

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dsnprintf.c219 #define dtoa(n, p, f) numtoa(n, 10, p, f)
272 static char *numtoa __P((double, int, int, char **));
570 numtoa(number, base, precision, fract) function
1141 /* handle `-' inserted by numtoa() and the fmtu* family here. */

Completed in 266 milliseconds