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

  /src/external/bsd/nsd/dist/compat/
snprintf.c 491 print_float(char* buf, int max, double value, int prec) function
518 len = print_float(buf, (int)sizeof(buf), negative?-value:value,
  /src/external/bsd/unbound/dist/compat/
snprintf.c 491 print_float(char* buf, int max, double value, int prec) function
518 len = print_float(buf, (int)sizeof(buf), negative?-value:value,

Completed in 64 milliseconds