Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_getdate.c89 time_t RelMonth; member
381 gds->RelMonth -= gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()
390 gds->RelMonth += gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()
398 gds->RelMonth += gds->tokenp[0].value * gds->tokenp[1].value; in relunitphrase()
412 gds->RelMonth += gds->tokenp[0].value; in relunitphrase()
465 gds->RelMonth = -gds->RelMonth; in phrase()
763 RelativeMonth(time_t Start, time_t Timezone, time_t RelMonth) in RelativeMonth() argument
769 if (RelMonth == 0) in RelativeMonth()
772 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()
1002 Start += RelativeMonth(Start, gds->Timezone, gds->RelMonth); in __archive_get_date()
/freebsd-12.1/usr.sbin/fifolog/lib/
H A Dgetdate.y637 RelativeMonth(time_t Start, time_t RelMonth) in RelativeMonth() argument
643 if (RelMonth == 0) in RelativeMonth()
646 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()
/freebsd-12.1/usr.bin/find/
H A Dgetdate.y637 RelativeMonth(time_t Start, time_t RelMonth) in RelativeMonth() argument
643 if (RelMonth == 0) in RelativeMonth()
646 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()