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

/external/jhead/
H A Dexif.c551 char IndentString[25]; local
559 memset(IndentString, ' ', 25);
560 IndentString[NestingLevel * 4] = '\0';
638 printf("%s Maker note: ",IndentString);
648 printf("%s", IndentString);
653 printf("%s", IndentString);
965 if (ShowTags) printf("%s Exif Dir:",IndentString);
968 if (Tag == TAG_INTEROP_OFFSET && ShowTags) printf("%s Interop Dir:",IndentString);
982 if (ShowTags) printf("%s GPS info dir:",IndentString);
1036 if (ShowTags) printf("%s Continued directory ",IndentString);
[all...]

Completed in 51 milliseconds