Home | History | Annotate | Download | only in jhead

Lines Matching refs:dateTime

216   { TAG_DATETIME,               "DateTime", FMT_STRING, 20},
742 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
746 if (!isdigit(ImageInfo.DateTime[0])){
749 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
1372 char* dateTime = NULL;
1376 dateTime = ImageInfo.DateTime;
1380 dateTime = dateBuf;
1699 if (ImageInfo.DateTime[0]){
1700 printf("Date/Time : %s\n",ImageInfo.DateTime);