| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_archive_parse_date.c | 33 #define get_date archive_parse_date macro 39 assertEqualInt(get_date(now, "Jan 1, 1970 UTC"), 0); 40 assertEqualInt(get_date(now, "7:12:18-0530 4 May 1983"), 420900138); 41 assertEqualInt(get_date(now, "2004/01/29 513 mest"), 1075345980); 42 assertEqualInt(get_date(now, "2038-06-01 00:01:02 UTC"), 44 assertEqualInt(get_date(now, "99/02/17 7pm utc"), 919278000); 45 assertEqualInt(get_date(now, "02/17/99 7:11am est"), 919253460); 46 assertEqualInt(get_date(now, "now - 2 hours"), 47 get_date(now, "2 hours ago")); 48 assertEqualInt(get_date(now, "2 hours ago") [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_match.c | 194 #define get_date archive_parse_date macro 1113 t = get_date(a->now, datestr); 1142 t = get_date(a->now, as.s);
|
| /src/external/gpl2/groff/dist/src/preproc/refer/ |
| ref.cpp | 1017 const char *reference::get_date(const char **endp) const function in class:reference 1102 const char *s1 = r1.get_date(&e1); 1104 const char *s2 = r2.get_date(&e2);
|
| /src/external/gpl2/xcvs/dist/src/ |
| subr.c | 343 get_date (struct timespec *result, char const *p, struct timespec const *now) function
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| locale_facets_nonio.h | 487 get_date(iter_type __beg, iter_type __end, ios_base& __io, function in class:time_get 664 * derived classes to change the value returned. @see get_date() for
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| locale_facets_nonio.h | 487 get_date(iter_type __beg, iter_type __end, ios_base& __io, function in class:time_get 664 * derived classes to change the value returned. @see get_date() for
|
| /src/external/gpl2/xcvs/dist/lib/ |
| getdate.c | 3083 get_date (struct timespec *result, char const *p, struct timespec const *now) 3420 if (! get_date (&d, buff, NULL)) 3080 get_date (struct timespec *result, char const *p, struct timespec const *now) function
|