Lines Matching defs:filename
86 static void test_parse(const char *filename, void *callback_data, int swap)
94 const char *fn = strrchr(filename, '/');
98 fn = filename;
101 d = exif_data_new_from_file(filename);
102 fd = open(filename,O_RDONLY);
104 perror(filename);
108 perror(filename);
113 fprintf (stderr, "Failed to allocate %ld bytes for reading %s\n", stbuf.st_size, filename);
126 fprintf (stderr, "Could not load data from '%s'!\n", filename);
154 typedef void (*test_parse_func) (const char *filename, void *callback_data, int swap);