Searched refs:get_date (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_getdate.c37 #define get_date __archive_get_date macro
43 assertEqualInt(get_date(now, "Jan 1, 1970 UTC"), 0);
44 assertEqualInt(get_date(now, "7:12:18-0530 4 May 1983"), 420900138);
45 assertEqualInt(get_date(now, "2004/01/29 513 mest"), 1075345980);
46 assertEqualInt(get_date(now, "99/02/17 7pm utc"), 919278000);
47 assertEqualInt(get_date(now, "02/17/99 7:11am est"), 919253460);
48 assertEqualInt(get_date(now, "now - 2 hours"),
49 get_date(now, "2 hours ago"));
50 assertEqualInt(get_date(now, "2 hours ago"),
51 get_date(no
[all...]
/freebsd-13-stable/usr.sbin/fifolog/lib/
H A Dlibfifolog.h49 time_t get_date(char *p);
H A Dgetdate.y818 get_date(char *p)
/freebsd-13-stable/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c111 opt_B = get_date(optarg);
119 opt_E = get_date(optarg);
/freebsd-13-stable/usr.bin/find/
H A Dextern.h44 time_t get_date(char *);
H A Dgetdate.y21 /* The code at the top of get_date which figures out the offset of the
58 time_t get_date(char *);
839 get_date(char *p)
938 d = get_date(buff);
H A Dfunction.c1229 new->t_data.tv_sec = get_date(fn_or_tspec);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_match.c191 #define get_date __archive_get_date macro
1110 t = get_date(a->now, datestr);
1139 t = get_date(a->now, as.s);
H A Darchive_getdate.c1156 d = get_date(now, *argv);

Completed in 190 milliseconds