HomeSort by relevance Sort by last modified time
    Searched refs:fmtfp (Results 1 - 2 of 2) sorted by null

  /external/clearsilver/util/
snprintf.c 108 static int fmtfp (char *buffer, size_t *currlen, size_t maxlen,
319 total += fmtfp (buffer, &currlen, maxlen, fvalue, min, max, flags);
571 static int fmtfp (char *buffer, size_t *currlen, size_t maxlen, function
630 dprint (1, (debugfile, "fmtfp: %f =? %d.%d\n", fvalue, intpart, fracpart));
  /external/openssl/crypto/bio/
b_print.c 132 static void fmtfp (char **, char **, size_t *, size_t *,
344 fmtfp(sbuffer, buffer, &currlen, maxlen,
601 fmtfp( function

Completed in 346 milliseconds