| /netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
| H A D | test_archive_getdate.c | 36 #define get_date __archive_get_date macro 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(now, "+2 hours ago")); in DEFINE_TEST() [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | getdate.h | 22 bool get_date (struct timespec *, char const *, struct timespec const *);
|
| H A D | getdate.y | 1171 get_date (struct timespec *result, char const *p, struct timespec const *now) in get_date() function 1508 if (! get_date (&d, buff, NULL)) in main()
|
| H A D | getdate.c | 3080 get_date (struct timespec *result, char const *p, struct timespec const *now) in get_date() function 3417 if (! get_date (&d, buff, NULL)) in main()
|
| H A D | ChangeLog | 1987 (get_date): Fix y2k bug: initialize yyYear to tm_year + 1900, 2110 * getdate.y (get_date): If gmtime returns NULL, try to cope. 2281 * getdate.y (get_date): Set Start from nowtime, not now->time, 2287 * getdate.y (get_date): Use a time_t variable rather than a field
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
| H A D | ref.h | 106 const char *get_date(const char **) const;
|
| H A D | ref.cpp | 1017 const char *reference::get_date(const char **endp) const in get_date() function in reference 1102 const char *s1 = r1.get_date(&e1); in same_date() 1104 const char *s2 = r2.get_date(&e2); in same_date()
|
| /netbsd-src/external/gpl2/xcvs/dist/doc/ |
| H A D | getdate.texi | 17 @findex get_date 48 @code{get_date} function) is not described here. 60 * Authors of get_date:: Bellovin, Eggert, Salz, Berets, et al. 524 @node Authors of get_date 525 @section Authors of @code{get_date} 527 @cindex authors of @code{get_date} 535 @code{get_date} was originally implemented by Steven M. Bellovin
|
| H A D | getdate-cvs.texi | 24 @findex get_date 55 @code{get_date} function) is not described here. 67 * Authors of get_date:: Bellovin, Eggert, Salz, Berets, et al. 531 @node Authors of get_date 532 @appendixsubsec Authors of @code{get_date} 534 @cindex authors of @code{get_date} 542 @code{get_date} was originally implemented by Steven M. Bellovin
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | main.c | 1246 if (!get_date (&t, rawdate, NULL)) in Make_Date() 1510 if (!get_date (&t, datestr, NULL)) in format_date_alloc()
|
| H A D | subr.c | 343 get_date (struct timespec *result, char const *p, struct timespec const *now) in get_date() function
|
| H A D | history.c | 557 if (get_date (&t, buf, NULL)) in history()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2006 | 3303 * testsuite/22_locale/time_get/get_date/wchar_t/5.cc: Likewise. 3304 * testsuite/22_locale/time_get/get_date/char/5.cc: Likewise. 5650 * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise. 5651 * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise. 5652 * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise. 5653 * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise. 5654 * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise. 5655 * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise. 5656 * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise. 5657 * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise. [all …]
|
| H A D | ChangeLog-2003 | 252 * testsuite/22_locale/time_get/get_date/wchar_t/4.cc: New. 712 * testsuite/22_locale/time_get/get_date/char/12791.cc: New. 713 * testsuite/22_locale/time_get/get_date/wchar_t/12791.cc: New. 718 * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Use 1608 * testsuite/22_locale/time_get/get_date/char/12750.cc: New. 1609 * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Ditto. 6102 * testsuite/22_locale/time_get/get_date/char/1.cc: Same. 6103 * testsuite/22_locale/time_get/get_date/char/2.cc: Same. 6104 * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Same. 6105 * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Same. [all …]
|
| H A D | ChangeLog-2015 | 637 * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise. 638 * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise. 639 * testsuite/22_locale/time_get/get_date/char/26701.cc: Likewise. 640 * testsuite/22_locale/time_get/get_date/char/wrapped_env.cc: Likewise. 641 * testsuite/22_locale/time_get/get_date/char/wrapped_locale.cc: 643 * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise. 644 * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise. 645 * testsuite/22_locale/time_get/get_date/wchar_t/26701.cc: Likewise. 646 * testsuite/22_locale/time_get/get_date/wchar_t/4.cc: Likewise. 647 * testsuite/22_locale/time_get/get_date/wchar_t/wrapped_env.cc: [all …]
|
| H A D | ChangeLog-2005 | 3415 * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise. 3416 * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise. 3417 * testsuite/22_locale/time_get/get_date/char/wrapped_env.cc: Likewise. 3418 * testsuite/22_locale/time_get/get_date/char/wrapped_locale.cc: 3420 * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise. 3421 * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise. 3422 * testsuite/22_locale/time_get/get_date/wchar_t/4.cc: Likewise. 3423 * testsuite/22_locale/time_get/get_date/wchar_t/wrapped_env.cc: 3425 * testsuite/22_locale/time_get/get_date/wchar_t/wrapped_locale.cc:
|
| H A D | ChangeLog-2016 | 3184 * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise. 3185 * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise. 3186 * testsuite/22_locale/time_get/get_date/char/12791.cc: Likewise. 3187 * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise. 3188 * testsuite/22_locale/time_get/get_date/char/26701.cc: Likewise. 3189 * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise. 3190 * testsuite/22_locale/time_get/get_date/char/5.cc: Likewise. 3191 * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise. 3192 * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise. 3193 * testsuite/22_locale/time_get/get_date/wchar_t/12791.cc: Likewise. [all …]
|
| H A D | ChangeLog-2009 | 6525 * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise. 6526 * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise. 6527 * testsuite/22_locale/time_get/get_date/char/12791.cc: Likewise. 6528 * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise. 6529 * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise. 6530 * testsuite/22_locale/time_get/get_date/char/5.cc: Likewise. 6531 * testsuite/22_locale/time_get/get_date/char/wrapped_env.cc: Likewise. 6532 * testsuite/22_locale/time_get/get_date/char/wrapped_locale.cc: 6534 * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise. 6535 * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise. [all …]
|
| H A D | ChangeLog-2004 | 744 * testsuite/22_locale/time_get/get_date/char/1.cc: In the checks 747 * testsuite/22_locale/time_get/get_date/char/12791.cc: Likewise. 748 * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise. 749 * testsuite/22_locale/time_get/get_date/wchar_t/12791.cc: Likewise. 3961 * testsuite/22_locale/time_get/get_date/char/1.cc: Ditto. 3962 * testsuite/22_locale/time_get/get_date/char/2.cc: Ditto. 3963 * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Ditto. 3964 * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Ditto.
|
| H A D | ChangeLog-2010 | 1542 (time_get::get_date): Likewise. 1972 * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc, 26701.cc, 1974 * testsuite/22_locale/time_get/get_date/char/12750.cc, 26701.cc, 3869 * testsuite/22_locale/time_get/get_date/wchar_t/5.cc: Likewise. 3870 * testsuite/22_locale/time_get/get_date/char/5.cc: Likewise. 7040 * testsuite/22_locale/time_get/get_date/char/26701.cc: New. 7041 * testsuite/22_locale/time_get/get_date/wchar_t/26701.cc: Likewise.
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| H A D | cxx11-shim_facets.cc | 707 return g->get_date(beg, end, io, err, t); in __time_get()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| H A D | cxx11-shim_facets.cc | 707 return g->get_date(beg, end, io, err, t); in __time_get()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | locale_facets_nonio.h | 457 get_date(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | locale_facets_nonio.h | 487 get_date(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_getdate.c | 1091 d = get_date(now, *argv); in main()
|