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

/inkscape/src/libcroco/
H A Dcr-input.c200 FILE *file_ptr = NULL; local
210 file_ptr = fopen (a_file_uri, "r");
212 if (file_ptr == NULL) {
226 file_ptr);
230 if (feof (file_ptr)) {
263 if (file_ptr) {
264 fclose (file_ptr);
265 file_ptr = NULL;

Completed in 15 milliseconds