Searched refs:stemp (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_gif.c96 const char *stemp = pdc_errprintf(p->pdc, "%s", image->filename); local
97 pdc_error(p->pdc, PDF_E_IMAGE_CORRUPT, "GIF", stemp, 0, 0);
126 const char *stemp = pdc_errprintf(p->pdc, "%s", image->filename); local
127 pdc_error(p->pdc, PDF_E_IMAGE_CORRUPT, "GIF", stemp, 0, 0);
401 const char *stemp = pdc_errprintf(p->pdc, "%s", image->filename); local
408 pdc_set_errmsg(p->pdc, errcode, stemp, 0, 0, 0);
412 pdc_set_errmsg(p->pdc, errcode, stemp, "GIF", 0, 0);
416 pdc_set_errmsg(p->pdc, errcode, "GIF", stemp, 0, 0);
421 pdc_errprintf(p->pdc, "%d", image->page), "GIF", stemp, 0);
506 const char *stemp local
[all...]
H A Dp_type1.c154 const char *stemp = NULL; local
160 stemp = pdc_file_name(fp);
165 stemp = font->name;
177 pdc_set_errmsg(p->pdc, PDF_E_T1_NOFONT, stemp, 0, 0, 0);
H A Dp_ccitt.c126 const char *stemp = NULL; local
135 stemp = pdc_errprintf(p->pdc, "%s", image->filename);
138 pdc_errprintf(p->pdc, "%d", length), stemp, 0, 0);
H A Dp_jpeg.c606 const char *stemp = pdc_errprintf(p->pdc, "%s", image->filename); local
614 pdc_set_errmsg(p->pdc, errcode, stemp, 0, 0, 0);
618 pdc_set_errmsg(p->pdc, errcode, stemp, "JPEG", 0, 0);
622 pdc_set_errmsg(p->pdc, errcode, "JPEG", stemp, 0, 0);
629 pdc_errprintf(p->pdc, "%d", errint), stemp, 0, 0);
H A Dp_bmp.c567 const char *stemp = pdc_errprintf(p->pdc, "%s", image->filename); local
574 pdc_set_errmsg(p->pdc, errcode, stemp, 0, 0, 0);
578 pdc_set_errmsg(p->pdc, errcode, stemp, "BMP", 0, 0);
582 pdc_set_errmsg(p->pdc, errcode, "BMP", stemp, 0, 0);
H A Dp_png.c635 const char *stemp = pdc_errprintf(p->pdc, "%s", image->filename); local
642 pdc_set_errmsg(p->pdc, errcode, stemp, 0, 0, 0);
646 pdc_set_errmsg(p->pdc, errcode, stemp, "PNG", 0, 0);
650 pdc_set_errmsg(p->pdc, errcode, "PNG", stemp, 0, 0);
H A Dp_tiff.c830 const char *stemp = pdc_errprintf(p->pdc, "%s", image->filename); local
846 pdc_set_errmsg(p->pdc, errcode, stemp, 0, 0, 0);
850 pdc_set_errmsg(p->pdc, errcode, "TIFF", stemp, 0, 0);
856 pdc_errprintf(p->pdc, "%d", errint), stemp, 0, 0);
861 pdc_errprintf(p->pdc, "%d", errint), "TIFF", stemp, 0);
869 stemp, pdc_errprintf(p->pdc, "%d", errint), 0, 0);
H A Dp_encoding.c355 const char *stemp = pdc_errprintf(p->pdc, "%s", line); local
361 filename, stemp, 0, 0);
385 const char *stemp = pdc_errprintf(p->pdc, "%s", line); local
391 filename, stemp, 0, 0);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpktdrvr.c1371 USHORT stemp; local
1397 if (_dx_real_above(len, rmem_adrp, &stemp) != _DOSE_NONE)
1402 if (_dx_real_above(len, rmem_adrp, &stemp) != _DOSE_NONE)
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_unicode.c1166 const char *stemp = local
1168 pdc_set_errmsg(pdc, errcode, stemp, 0, 0, 0);

Completed in 124 milliseconds