Searched refs:time_from_tm (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c379 static time_t time_from_tm(struct tm *);
2938 return (time_from_tm(&tm));
2961 return (time_from_tm(&tm));
2965 time_from_tm(struct tm *t) function
H A Darchive_read_support_format_xar.c1009 time_from_tm(struct tm *t) function
1082 t = time_from_tm(&tm);

Completed in 76 milliseconds