Home
last modified time | relevance | path

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

/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()
/bionic/libc/tzcode/
Dstrftime.c450 int bot; in _fmt() local
460 bot = ((yday + 11 - wday) % in _fmt()
466 top = bot - in _fmt()
476 if (yday >= bot) { in _fmt()
477 w = 1 + ((yday - bot) / in _fmt()