HomeSort by: relevance | last modified time | path
    Searched defs:ap_fcvt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/top/dist/
ap_snprintf.c 195 static char *ap_fcvt(double arg, int ndigits, int *decpt, int *sign, char *buf) function
510 p = ap_fcvt(num, precision, &decimal_point, is_negative, buf1);
ap_snprintf.c 195 static char *ap_fcvt(double arg, int ndigits, int *decpt, int *sign, char *buf) function
510 p = ap_fcvt(num, precision, &decimal_point, is_negative, buf1);

Completed in 43 milliseconds