Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
Dppdgenerator.c217 *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()
256 tempptr < tempdec && bufptr < bufend; in _cupsStrFormatd()