Home
last modified time | relevance | path

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

/third_party/libexif/test/
H A Dtest-gps.c75 static int check_entry_format(ExifEntry *e) in check_entry_format() function
80 fprintf(stderr, "check_entry_format: Unknown tag not handled correctly (tag=%x)\n", e->tag); in check_entry_format()
91 fprintf (stderr, "check_entry_format: Entry has bad component count or size (tag=%x)\n", e->tag); in check_entry_format()
99 fprintf (stderr, "check_entry_format: Entry should have component count set (tag=%x)\n", e->tag); in check_entry_format()
107 fprintf (stderr, "check_entry_format: Entry has bad size (tag=%x)\n", e->tag); in check_entry_format()
135 if(check_entry_format(e)) goto ERROR_EXIT; in main()

Completed in 1 milliseconds