Home | History | Annotate | Download | only in jhead

Lines Matching refs:dateTime

216   { TAG_DATETIME,               "DateTime", FMT_STRING, 20},
635 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
640 if (!isdigit(ImageInfo.DateTime[0])){
643 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
1196 NumEntries = 2 + exifTagCount; // the two extra are the datetime and the thumbnail
1208 char* dateTime = NULL;
1212 dateTime = ImageInfo.DateTime;
1216 dateTime = dateBuf;
1520 if (ImageInfo.DateTime[0]){
1521 printf("Date/Time : %s\n",ImageInfo.DateTime);