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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.c90 time_t RelMonth; member in struct:gdstate
382 gds->RelMonth -= gds->tokenp[1].value * gds->tokenp[2].value;
391 gds->RelMonth += gds->tokenp[1].value * gds->tokenp[2].value;
399 gds->RelMonth += gds->tokenp[0].value * gds->tokenp[1].value;
413 gds->RelMonth += gds->tokenp[0].value;
466 gds->RelMonth = -gds->RelMonth;
833 RelativeMonth(time_t Start, time_t Timezone, time_t RelMonth) argument
846 if (RelMonth == 0)
860 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth;
[all...]
/freebsd-11-stable/usr.bin/find/
H A Dgetdate.y649 RelativeMonth(time_t Start, time_t RelMonth)
655 if (RelMonth == 0)
658 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth;
/freebsd-11-stable/usr.sbin/fifolog/lib/
H A Dgetdate.y638 RelativeMonth(time_t Start, time_t RelMonth)
644 if (RelMonth == 0)
647 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth;

Completed in 115 milliseconds