Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dlast.c92 int fd, pwidth, curlog_type = EMPTY; in last_main() local
131 curlog_type = RUN_LVL; in last_main()
139 curlog_type = BOOT_TIME; in last_main()
153 int type = !tm[2] ? EMPTY : curlog_type; in last_main()