Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dfileio.c1656 struct tmx *tmx; local
1693 tmx = (struct tmx *)malloc(sizeof(struct tmx));
1695 time_parse(temp, tmx, (char *)0);
1696 m_time = time_make(tmx);
1697 free(tmx);