Searched defs:timeptr (Results 1 - 1 of 1) sorted by relevance

/external/jhead/
H A Dexif.c1653 int Exif2tm(struct tm * timeptr, char * ExifTime) argument
1657 timeptr->tm_wday = -1;
1663 &timeptr->tm_year, &timeptr->tm_mon, &timeptr->tm_mday,
1664 &timeptr->tm_hour, &timeptr->tm_min, &timeptr->tm_sec);
1668 timeptr->tm_isdst = -1;
1669 timeptr
[all...]

Completed in 54 milliseconds