Home
last modified time | relevance | path

Searched refs:tempdec (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dstring.c210 *tempdec, /* Pointer to decimal point */ in _cupsStrFormatd() local
242 tempdec = strchr(temp, *dec); in _cupsStrFormatd()
244 tempdec = strstr(temp, dec); in _cupsStrFormatd()
250 if (tempdec) in _cupsStrFormatd()
253 tempptr < tempdec && bufptr < bufend; in _cupsStrFormatd()