Searched defs:cupsFileGets (Results 1 - 1 of 1) sorted by relevance

/external/libcups/cups/
H A Dfile.c714 while (cupsFileGets(fp, buf, buflen))
817 * This function differs from @link cupsFileGets@ in that the trailing CR
894 * 'cupsFileGets()' - Get a CR and/or LF-terminated line.
900 cupsFileGets(cups_file_t *fp, /* I - CUPS file */ function
913 DEBUG_printf(("2cupsFileGets(fp=%p, buf=%p, buflen=" CUPS_LLFMT ")", (void *)fp, (void *)buf, CUPS_LLCAST buflen));
968 DEBUG_printf(("4cupsFileGets: pos=" CUPS_LLFMT, CUPS_LLCAST fp->pos));

Completed in 151 milliseconds