MCPcopy Create free account
hub / github.com/OpenPrinting/cups / cupsFileTell

Function cupsFileTell

cups/file.c:2101–2108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2099 */
2100
2101off_t /* O - File position */
2102cupsFileTell(cups_file_t *fp) /* I - CUPS file */
2103{
2104 DEBUG_printf(("2cupsFileTell(fp=%p)", (void *)fp));
2105 DEBUG_printf(("3cupsFileTell: pos=" CUPS_LLFMT, CUPS_LLCAST (fp ? fp->pos : -1)));
2106
2107 return (fp ? fp->pos : 0);
2108}
2109
2110
2111/*

Callers 15

token_cbFunction · 0.85
cupsdCheckLogFileFunction · 0.85
cat_tarFunction · 0.85
load_ppdFunction · 0.85
load_tarFunction · 0.85
copy_bannerFunction · 0.85
write_ppd_fileMethod · 0.85
help_load_fileFunction · 0.85
add_pageFunction · 0.85
copy_dscFunction · 0.85
copy_pageFunction · 0.85

Calls

no outgoing calls

Tested by 2

random_testsFunction · 0.68
read_write_testsFunction · 0.68