Searched refs:BUF_SIZE (Results 1 - 3 of 3) sorted by relevance

/openwrt/tools/padjffs2/src/
H A Dpadjffs2.c44 #define BUF_SIZE (64 * 1024) macro
56 buf = malloc(BUF_SIZE);
77 memset(buf, '\xff', BUF_SIZE);
107 if (len > BUF_SIZE)
108 len = BUF_SIZE;
/openwrt/tools/firmware-utils/src/
H A Dmksenaofw.c23 #define BUF_SIZE 0x200 macro
106 char buf[BUF_SIZE];
116 bytes_read = fread(&buf, 1, BUF_SIZE, fp_src);
129 char buf[BUF_SIZE];
189 bytes_read = fread(&buf, 1, BUF_SIZE, fp_input);
196 if (bytes_read < BUF_SIZE && pad_len > 0) {
197 bytes_avail = BUF_SIZE - bytes_read;
216 char buf[BUF_SIZE];
257 bytes_read = fread(&buf, 1, BUF_SIZE, fp_input);
/openwrt/scripts/config/lxdialog/
H A Ddialog.h61 #define BUF_SIZE (10*1024) macro

Completed in 66 milliseconds