Home
last modified time | relevance | path

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

/external/libcups/cups/
Dstring.c214 *tempdec, /* Pointer to decimal point */ in _cupsStrFormatd() local
246 tempdec = strchr(temp, *dec); in _cupsStrFormatd()
248 tempdec = strstr(temp, dec); in _cupsStrFormatd()
254 if (tempdec) in _cupsStrFormatd()
257 tempptr < tempdec && bufptr < bufend; in _cupsStrFormatd()