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

/macosx-10.10/libarchive-30/libarchive/tar/test/
H A Dtest_getdate.c34 time_t get_date(time_t, const char *);
40 assertEqualInt(get_date(now, "Jan 1, 1970 UTC"), 0);
41 assertEqualInt(get_date(now, "7:12:18-0530 4 May 1983"), 420900138);
42 assertEqualInt(get_date(now, "2004/01/29 513 mest"), 1075345980);
43 assertEqualInt(get_date(now, "99/02/17 7pm utc"), 919278000);
44 assertEqualInt(get_date(now, "02/17/99 7:11am est"), 919253460);
46 assertEqualInt(get_date(now, "Sun Feb 22 17:38:26 PST 2009"),
52 assertEqualInt(get_date(0, "tomorrow"), 24 * 60 * 60);
53 assertEqualInt(get_date(0, "yesterday"), - 24 * 60 * 60);
54 assertEqualInt(get_date(
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dgetdate.h23 bool get_date (struct timespec *, char const *, struct timespec const *);
H A Dgetdate.y1167 get_date (struct timespec *result, char const *p, struct timespec const *now)
1502 if (! get_date (&d, buff, NULL))
H A Dgetdate.c2938 get_date (struct timespec *result, char const *p, struct timespec const *now)
3273 if (! get_date (&d, buff, NULL))
2934 get_date (struct timespec *result, char const *p, struct timespec const *now) function
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/
H A Druntests.pl312 $start_date = &get_date;
395 $end_date = &get_date;
420 sub get_date { subroutine
/macosx-10.10/groff-38/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);
/macosx-10.10/shell_cmds-179/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
71 time_t get_date(char *);
852 get_date(char *p)
951 d = get_date(buff);
H A Dfunction.c1206 new->t_data = get_date(fn_or_tspec);
/macosx-10.10/libarchive-30/libarchive/tar/
H A Dbsdtar.c107 time_t get_date(time_t, const char *);
345 bsdtar->newer_ctime_sec = get_date(now, bsdtar->optarg);
359 bsdtar->newer_mtime_sec = get_date(now, bsdtar->optarg);
H A Dgetdate.c42 time_t get_date(time_t now, char *);
897 get_date(time_t now, char *p) function
1028 d = get_date(*argv);
/macosx-10.10/gnutar-453/gnutar/tests/
H A Dgenfile.c359 if (!get_date (&touch_time, arg, NULL))
842 get_date (&touch_time, "now", NULL);
/macosx-10.10/sudo-73/src/
H A Dgetdate.y851 get_date(p)
952 d = get_date(buff);
H A Dgetdate.c919 get_date(p)
1020 d = get_date(buff);
918 get_date(p) function
H A Dsudoreplay.c194 extern time_t get_date __P((char *));
707 newsn->u.tstamp = get_date(*av);
/macosx-10.10/gnutar-453/gnutar/src/
H A Dtar.c938 if (! get_date (ts, str, NULL))
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocale_facets.h3154 get_date(iter_type __beg, iter_type __end, ios_base& __io, function in class:time_get
3283 * derived classes to change the value returned. @see get_date() for

Completed in 390 milliseconds