Searched refs:get_date (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_archive_getdate.c | 36 #define get_date __archive_get_date 42 assertEqualInt(get_date(now, "Jan 1, 1970 UTC"), 0); in DEFINE_TEST() 43 assertEqualInt(get_date(now, "7:12:18-0530 4 May 1983"), 420900138); in DEFINE_TEST() 44 assertEqualInt(get_date(now, "2004/01/29 513 mest"), 1075345980); in DEFINE_TEST() 45 assertEqualInt(get_date(now, "99/02/17 7pm utc"), 919278000); in DEFINE_TEST() 46 assertEqualInt(get_date(now, "02/17/99 7:11am est"), 919253460); 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(no in DEFINE_TEST() 37 #define get_date __archive_get_date global() macro [all...] |
/freebsd/usr.sbin/fifolog/fifolog_reader/ |
H A D | fifolog_reader.c | 109 opt_B = get_date(optarg); in main() 117 opt_E = get_date(optarg); in main()
|
/freebsd/usr.sbin/fifolog/lib/ |
H A D | libfifolog.h | 47 time_t get_date(char *p);
|
H A D | getdate.y | 818 get_date(char *p) in get_date() function
|
/freebsd/usr.bin/find/ |
H A D | extern.h | 41 time_t get_date(char *);
|
H A D | getdate.y | 56 time_t get_date(char *); 836 get_date(char *p) in get_date() function 935 d = get_date(buff); in main()
|
H A D | function.c | 1222 new->t_data.tv_sec = get_date(fn_or_tspec); in c_newer()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_match.c | 190 #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 D | archive_getdate.c | 1091 d = get_date(now, *argv); in main()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | locale | 1567 …get_date(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const {
|