Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libarchive/libarchive/test/
H A Dtest_archive_getdate.c36 #define get_date __archive_get_date macro
42 assertEqualInt(get_date(now, "Jan 1, 1970 UTC"), 0); in DEFINE_TEST()
47 assertEqualInt(get_date(now, "now - 2 hours"), in DEFINE_TEST()
48 get_date(now, "2 hours ago")); in DEFINE_TEST()
49 assertEqualInt(get_date(now, "2 hours ago"), in DEFINE_TEST()
50 get_date(now, "+2 hours ago")); in DEFINE_TEST()
51 assertEqualInt(get_date(now, "now - 2 hours"), in DEFINE_TEST()
52 get_date(now, "-2 hours")); in DEFINE_TEST()
78 assertEqualInt(get_date(now, "monday UTC"), now); in DEFINE_TEST()
82 assertEqualInt(get_date(now, "UTC next tuesday"), in DEFINE_TEST()
[all …]
/freebsd-14.2/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c109 opt_B = get_date(optarg); in main()
117 opt_E = get_date(optarg); in main()
/freebsd-14.2/usr.sbin/fifolog/lib/
H A Dlibfifolog.h47 time_t get_date(char *p);
H A Dgetdate.y818 get_date(char *p) in get_date() function
/freebsd-14.2/usr.bin/find/
H A Dextern.h43 time_t get_date(char *);
H A Dgetdate.y56 time_t get_date(char *);
836 get_date(char *p) in get_date() function
935 d = get_date(buff); in main()
H A Dfunction.c1227 new->t_data.tv_sec = get_date(fn_or_tspec); in c_newer()
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_match.c190 #define get_date __archive_get_date macro
1109 t = get_date(a->now, datestr); in set_timefilter_date()
1138 t = get_date(a->now, as.s); in set_timefilter_date_w()
H A Darchive_getdate.c1091 d = get_date(now, *argv); in main()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dlocale1539get_date(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const {