Home | History | Annotate | Download | only in jhead

Lines Matching refs:tagName

301 int TagNameToValue(const char* tagName)
305 if (strcmp(TagTable[i].Desc, tagName) == 0) {
310 printf("tag %s NOT FOUND", tagName);