Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_getdate.c90 time_t RelMonth; member
382 gds->RelMonth -= gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()
391 gds->RelMonth += gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()
399 gds->RelMonth += gds->tokenp[0].value * gds->tokenp[1].value; in relunitphrase()
413 gds->RelMonth += gds->tokenp[0].value; in relunitphrase()
466 gds->RelMonth = -gds->RelMonth; in phrase()
833 RelativeMonth(time_t Start, time_t Timezone, time_t RelMonth) in RelativeMonth() argument
846 if (RelMonth == 0) in RelativeMonth()
860 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()
1129 Start += RelativeMonth(Start, gds->Timezone, gds->RelMonth); in __archive_get_date()
/freebsd-13.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-13.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()