Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c294 #ifndef PIPE_BUF
295 # define PIPE_BUF 4096 /* amount of buffering in a pipe */ macro
5494 if (len <= PIPE_BUF) { in openhere()