Home | History | Annotate | Download | only in jhead

Lines Matching refs:TempBuf

1056             char TempBuf[50];
1071 strcpy(TempBuf, ImageInfo.DateTime);
1087 sprintf(TempBuf, "%04d:%02d:%02d %02d:%02d:%02d",
1097 memcpy(Pointer, TempBuf, 19);
1099 memcpy(ImageInfo.DateTime, TempBuf, 19);