Home
last modified time | relevance | path

Searched refs:tmpsvg_fname (Results 1 – 1 of 1) sorted by path

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfile.c6485 int FixUpSVGFile(tmpsvg_fname, svg_fname) in FixUpSVGFile() argument
6486 char *tmpsvg_fname, *svg_fname; in FixUpSVGFile()
6488 FILE *in_fp=fopen(tmpsvg_fname, "r"), *out_fp=NULL;
6493 return FailToOpenMessage(tmpsvg_fname, "r", NULL);
6497 return FailToOpenMessage(tmpsvg_fname, "w", NULL);