Home
last modified time | relevance | path

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

/busybox-1.35.0/runit/
Dsvlogd.c178 unsigned sizemax; member
617 if (ld->sizemax) { in buffer_pwrite()
618 if (ld->size >= ld->sizemax) in buffer_pwrite()
620 if (len > (ld->sizemax - ld->size)) in buffer_pwrite()
621 len = ld->sizemax - ld->size; in buffer_pwrite()
673 if (ld->sizemax) in buffer_pwrite()
675 if (ld->size >= (ld->sizemax - linemax)) in buffer_pwrite()
739 ld->sizemax = 1000000; in logdir_open()
781 ld->sizemax = xatou_sfx(&s[1], km_suffixes); in logdir_open()
845 ld->size = (st.st_size > ld->sizemax) ? ld->sizemax : st.st_size; in logdir_open()