Home
last modified time | relevance | path

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

/external/jhead/
Djhead.c58 static char DateSet[11]; variable
1067 memcpy(ImageInfo.DateTime, DateSet, DateSetChars);
1069 sscanf(DateSet, "%d", &a);
1557 strcpy(DateSet, "0000:01:01");
1559 if (isdigit(DateSet[a])){
1570 DateSet[a] = arg[a+3];