Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_uncompress.c30 #define IBUFSIZ 2048 macro
106 inbuf = xzalloc(IBUFSIZ + 64); in IF_DESKTOP()
166 if (insize < (int) (IBUFSIZ + 64) - IBUFSIZ) { in IF_DESKTOP()
167 rsize = safe_read(xstate->src_fd, inbuf + insize, IBUFSIZ); in IF_DESKTOP()
/busybox-1.35.0/shell/
Dash.c3005 #define IBUFSIZ (ENABLE_FEATURE_EDITING ? CONFIG_FEATURE_EDITING_MAX_LEN : 1024) macro
10771 nr = nonblock_immune_read(g_parsefile->pf_fd, buf, IBUFSIZ - 1); in preadfd()
10787 nr = read_line_input(line_input_state, cmdedit_prompt, buf, IBUFSIZ); in preadfd()
10814 nr = nonblock_immune_read(g_parsefile->pf_fd, buf, IBUFSIZ - 1); in preadfd()
11140 g_parsefile->buf = ckmalloc(IBUFSIZ); in setinputfd()
14400 basepf.next_to_pgetc = basepf.buf = ckmalloc(IBUFSIZ); in init()