Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dstrftime.c426 int bot; in _fmt() local
436 bot = ((yday + 11 - wday) % in _fmt()
442 top = bot - in _fmt()
452 if (yday >= bot) { in _fmt()
453 w = 1 + ((yday - bot) / in _fmt()
/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c357 int bot; in _fmt() local
367 bot = ((yday + 11 - wday) % DAYSPERWEEK) - 3; in _fmt()
371 top = bot - (len % DAYSPERWEEK); in _fmt()
380 if (yday >= bot) { in _fmt()
381 w = 1 + ((yday - bot) / DAYSPERWEEK); in _fmt()