HomeSort by relevance Sort by last modified time
    Searched refs:Desc (Results 1 - 3 of 3) sorted by null

  /external/jhead/
gpsinfo.c 81 printf("tag %s format not defined", GpsTags[i].Desc);
99 printf("tag %s format not defined", GpsTags[i].Desc);
113 if (strcmp(GpsTags[i].Desc, tagName) == 0) {
114 printf("found GPS tag %s val %d", GpsTags[i].Desc, GpsTags[i].Tag);
291 printf(" %s =", GpsTags[Tag].Desc);
jhead.h 155 char * Desc;