Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_parse_date.c85 time_t RelMonth; member
377 gds->RelMonth -= gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()
386 gds->RelMonth += gds->tokenp[1].value * gds->tokenp[2].value; in relunitphrase()
394 gds->RelMonth += gds->tokenp[0].value * gds->tokenp[1].value; in relunitphrase()
408 gds->RelMonth += gds->tokenp[0].value; in relunitphrase()
461 gds->RelMonth = -gds->RelMonth; in phrase()
793 RelativeMonth(time_t Start, time_t Timezone, time_t RelMonth) in RelativeMonth() argument
802 if (RelMonth == 0) in RelativeMonth()
811 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()
1109 Start += RelativeMonth(Start, gds->Timezone, gds->RelMonth); in archive_parse_date()
/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y638 RelativeMonth(time_t Start, time_t RelMonth) in RelativeMonth() argument
644 if (RelMonth == 0) in RelativeMonth()
647 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()
/freebsd/usr.bin/find/
H A Dgetdate.y635 RelativeMonth(time_t Start, time_t RelMonth) in RelativeMonth() argument
641 if (RelMonth == 0) in RelativeMonth()
644 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()
/freebsd/crypto/krb5/src/kadmin/cli/
H A Dgetdate.y652 RelativeMonth(time_t Start, time_t RelMonth) in RelativeMonth() argument
660 if (RelMonth == 0) in RelativeMonth()
665 Month = 12 * tm->tm_year + tm->tm_mon + RelMonth; in RelativeMonth()