Home
last modified time | relevance | path

Searched defs:BUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/scripts/kconfig/lxdialog/
Ddialog.h54 #define BUF_SIZE (10*1024) macro
/busybox-1.35.0/networking/
Difplugd.c481 enum { BUF_SIZE = 8 * 1024 }; in check_existence_through_netlink() enumerator
/busybox-1.35.0/archival/
Dgzip.c404 #define BUF_SIZE (int)(8 * sizeof(G1.bi_buf)) macro