Home
last modified time | relevance | path

Searched refs:TempBuf (Results 1 – 2 of 2) sorted by relevance

/external/jhead/
Diptc.c156 char TempBuf[32]; in show_IPTC() local
157 memset(TempBuf, 0, sizeof(TempBuf)); in show_IPTC()
158 memset(TempBuf, ' ', 14); in show_IPTC()
159 memcpy(TempBuf, description, strlen(description)); in show_IPTC()
160 strcat(TempBuf, ":"); in show_IPTC()
161 printf("%s %*.*s\n", TempBuf, length, length, pos); in show_IPTC()
Djhead.c1056 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);