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

/external/libcups/cups/
H A Dfile.c1647 * 'cupsFileRewind()' - Set the current file position to the beginning of the
1654 cupsFileRewind(cups_file_t *fp) /* I - CUPS file */ function
1660 DEBUG_printf(("cupsFileRewind(fp=%p)", (void *)fp));
1661 DEBUG_printf(("2cupsFileRewind: pos=" CUPS_LLFMT, CUPS_LLCAST fp->pos));
1684 DEBUG_printf(("2cupsFileRewind: pos=" CUPS_LLFMT, CUPS_LLCAST fp->pos));
1703 DEBUG_printf(("1cupsFileRewind: lseek failed: %s", strerror(errno)));
1713 DEBUG_printf(("2cupsFileRewind: pos=" CUPS_LLFMT, CUPS_LLCAST fp->pos));
1748 return (cupsFileRewind(fp));

Completed in 82 milliseconds