Home | History | Annotate | Download | only in test

Lines Matching refs:pipe_buf

432         # communicate() with writes larger than pipe_buf
437 pipe_buf = 512
439 pipe_buf = os.fpathconf(x, "PC_PIPE_BUF")
446 'sys.stdout.write(sys.stdin.read())' % pipe_buf],
453 string_to_write = "abc"*pipe_buf