Home
last modified time | relevance | path

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

/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dredir.c68 # define PIPESIZE 4096 /* amount of buffering in a pipe */ macro
70 # define PIPESIZE PIPE_BUF macro
262 if (len <= PIPESIZE) { in openhere()
/dports/shells/dash/dash-0.5.11.5/src/
H A Dredir.c64 # define PIPESIZE 4096 /* amount of buffering in a pipe */ macro
66 # define PIPESIZE PIPE_BUF macro
328 if (len <= PIPESIZE) { in openhere()
/dports/shells/bash/bash-5.1/
H A Dredir.c70 #ifndef PIPESIZE
72 # define PIPESIZE PIPE_BUF macro
74 # define PIPESIZE 4096 macro
79 # define HEREDOC_PIPESIZE PIPESIZE
H A DChangeLog5655 between 1 and PIPESIZE (pipe capacity, computed by builtins/psize.aux
5741 - HEREDOC_PIPESIZE: define to PIPESIZE if not defined, allow it to be
/dports/shells/bash/bash-5.1/builtins/
H A Dulimit.def680 # if defined (PIPESIZE)
682 *valuep = (RLIMTYPE) PIPESIZE;
687 # endif /* PIPESIZE */
/dports/net/dictd/dictd-1.13.1/
H A Ddict.c39 #define PIPESIZE 256 macro
78 unsigned long client_pipesize = PIPESIZE;
/dports/textproc/dict/dictd-1.13.1/
H A Ddict.c39 #define PIPESIZE 256 macro
78 unsigned long client_pipesize = PIPESIZE;
/dports/textproc/dictfmt/dictd-1.13.1/
H A Ddict.c39 #define PIPESIZE 256 macro
78 unsigned long client_pipesize = PIPESIZE;
/dports/sysutils/busybox/busybox-1.26.2/
H A DTODO107 Collate BUFSIZ IOBUF_SIZE MY_BUF_SIZE PIPE_PROGRESS_SIZE BUFSIZE PIPESIZE
/dports/shells/bash/bash-5.1/CWRU/
H A Dchangelog5655 between 1 and PIPESIZE (pipe capacity, computed by builtins/psize.aux
5741 - HEREDOC_PIPESIZE: define to PIPESIZE if not defined, allow it to be