Home
last modified time | relevance | path

Searched refs:RelMonth (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_getdate.c86 time_t RelMonth; member
378 gds->RelMonth -= gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()
387 gds->RelMonth += gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()
395 gds->RelMonth += gds->tokenp[0].value * gds->tokenp[1].value; in relunitphrase()
409 gds->RelMonth += gds->tokenp[0].value; in relunitphrase()
462 gds->RelMonth = -gds->RelMonth; in phrase()
796 RelativeMonth(time_t Start, time_t Timezone, time_t RelMonth) in RelativeMonth() argument
805 if (RelMonth == 0) in RelativeMonth()
814 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()
1064 Start += RelativeMonth(Start, gds->Timezone, gds->RelMonth); in __archive_get_date()
/netbsd-src/lib/libutil/
H A Dparsedate.y915 time_t RelMonth,
924 if (RelMonth == 0)
939 if (RelMonth >= LLONG_MAX - 12*((time_t)tm.tm_year + 1900) - tm.tm_mon) {
943 Month = 12 * (tm.tm_year + 1900) + tm.tm_mon + RelMonth;