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

  /external/libcups/cups/
testlang.c 95 _cupsStrFormatd(buffer, buffer + sizeof(buffer), number, loc);
97 printf("_cupsStrFormatd(%f) buffer=\"%s\"\n", number, buffer);
string-private.h 203 extern char *_cupsStrFormatd(char *buf, char *bufend, double number,
ppd-emit.c 810 bufptr = _cupsStrFormatd(bufptr, bufend,
964 bufptr = _cupsStrFormatd(bufptr, bufend, values[pos], loc);
1012 bufptr = _cupsStrFormatd(bufptr, bufend,
string.c 203 * '_cupsStrFormatd()' - Format a floating-point number.
207 _cupsStrFormatd(char *buf, /* I - String */
ppd-cache.c     [all...]

Completed in 77 milliseconds