Searched refs:__archive_get_date (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.h37 time_t __archive_get_date(time_t now, const char *);
H A Darchive_getdate.c985 __archive_get_date(time_t now, const char *p) function
H A Darchive_match.c191 #define get_date __archive_get_date
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_match_time.c106 t = __archive_get_date(now, "1980/2/1 0:0:0 UTC");
112 t = __archive_get_date(now, "1980/1/1 0:0:0 UTC");
119 t = __archive_get_date(now, "1980/2/1 0:0:1 UTC");
126 t = __archive_get_date(now, "1980/2/1 0:0:0 UTC");
147 t = __archive_get_date(now, "1980/2/1 0:0:0 UTC");
153 t = __archive_get_date(now, "1980/1/1 0:0:0 UTC");
160 t = __archive_get_date(now, "1980/2/1 0:0:1 UTC");
194 t = __archive_get_date(now, "1980/2/1 0:0:0 UTC");
200 t = __archive_get_date(now, "1980/1/1 0:0:0 UTC");
207 t = __archive_get_date(no
[all...]
H A Dtest_archive_getdate.c37 #define get_date __archive_get_date

Completed in 171 milliseconds