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

/macosx-10.10.1/nano-12/src/
H A Dtext.c1938 size_t pipe_buff_size, read_buff_size, read_buff_read, bytesread; local
2038 if ((pipe_buff_size = fpathconf(uniq_fd[0], _PC_PIPE_BUF)) < 1) {
2045 read_buff_size = pipe_buff_size + 1;
2049 pipe_buff_size)) > 0) {
2051 read_buff_size += pipe_buff_size;

Completed in 150 milliseconds