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

/external/libcups/cups/
H A Dfile.c1974 * 'cupsFileTell()' - Return the current file position.
1980 cupsFileTell(cups_file_t *fp) /* I - CUPS file */ function
1982 DEBUG_printf(("2cupsFileTell(fp=%p)", (void *)fp));
1983 DEBUG_printf(("3cupsFileTell: pos=" CUPS_LLFMT, CUPS_LLCAST (fp ? fp->pos : -1)));

Completed in 89 milliseconds