Home
last modified time | relevance | path

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

/freebsd/usr.sbin/newsyslog/
H A Dptimes.c591 struct ptime_data nextmatch; in ptimeset_nxtime() local
600 nextmatch = *ptime; in ptimeset_nxtime()
618 nextmatch.tm.tm_year += 4; in ptimeset_nxtime()
619 if (days_pmonth(1, nextmatch.tm.tm_year) < 29) in ptimeset_nxtime()
620 nextmatch.tm.tm_year += 4; in ptimeset_nxtime()
622 nextmatch.tm.tm_year += 1; in ptimeset_nxtime()
624 nextmatch.tm.tm_isdst = -1; in ptimeset_nxtime()
625 nextmatch.tsecs = mktime(&nextmatch.tm); in ptimeset_nxtime()
669 nextmatch.tsecs += SECS_PER_HOUR * 24 * moredays; in ptimeset_nxtime()
670 nextmatch.tm = *(localtime(&nextmatch.tsecs)); in ptimeset_nxtime()
[all …]
/freebsd/contrib/nvi/ex/
H A Dex_subst.c542 nextmatch: match[0].rm_so = 0; in s()
591 goto nextmatch; in s()
762 goto nextmatch; in s()
777 goto nextmatch; in s()