Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Duuencode.c218 enum { BUFFER_SIZE = 80 }; in read_base64() enumerator
220 char buf[BUFFER_SIZE + 2]; in read_base64()
228 while (in_count < BUFFER_SIZE) { in read_base64()
/busybox-1.35.0/networking/
Dhttpd_indexcgi.c119 BUFFER_SIZE = sizeof(buffer), enumerator
127 if (buffer + (BUFFER_SIZE-HEADROOM) - dst >= size) in guarantee()
341 guarantee(BUFFER_SIZE * 2); /* flush */ in main()
/busybox-1.35.0/miscutils/
Ddevfsd.c181 #define BUFFER_SIZE 16384 macro
1634 char buffer[BUFFER_SIZE], tmp[STRING_LENGTH]; in st_expr_expand()
1636 if (length > BUFFER_SIZE) in st_expr_expand()
1637 length = BUFFER_SIZE; in st_expr_expand()