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

/freebsd-11-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-11-stable/usr.sbin/fifolog/lib/
H A Dlibfifolog.h49 time_t get_date(char *p);
H A Dgetdate.y818 get_date(char *p)
/freebsd-11-stable/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c111 opt_B = get_date(optarg);
119 opt_E = get_date(optarg);
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dref.h104 const char *get_date(const char **) const;
H A Dref.cpp1015 const char *reference::get_date(const char **endp) const function in class:reference
1100 const char *s1 = r1.get_date(&e1);
1102 const char *s2 = r2.get_date(&e2);
/freebsd-11-stable/usr.bin/find/
H A Dextern.h42 time_t get_date(char *);
H A Dgetdate.y21 /* The code at the top of get_date which figures out the offset of the
69 time_t get_date(char *);
850 get_date(char *p)
949 d = get_date(buff);
H A Dfunction.c1209 new->t_data.tv_sec = get_date(fn_or_tspec);
/freebsd-11-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);
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h3145 get_date(iter_type __beg, iter_type __end, ios_base& __io, function in class:time_get
3274 * derived classes to change the value returned. @see get_date() for

Completed in 326 milliseconds