Home
last modified time | relevance | path

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

/external/libcups/cups/
Ddest.c3159 *txtnext, /* Next key/value pair */ local
3181 txt = txtnext)
3194 txtnext = txt + txtlen;
3196 for (ptr = key; txt < txtnext && *txt != '='; txt ++)
3200 if (txt < txtnext && *txt == '=')
3204 if (txt < txtnext)
3205 memcpy(value, txt, (size_t)(txtnext - txt));
3206 value[txtnext - txt] = '\0';