Searched defs:maxread (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
H A D | fdpexpect.py | 36 def __init__ (self, fd, args=None, timeout=30, maxread=2000, searchwindowsize=None, argument
|
H A D | popen_spawn.py | 21 def __init__(self, cmd, timeout=30, maxread=2000, searchwindowsize=None, argument
|
H A D | pxssh.py | 118 def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, argument
|
H A D | spawnbase.py | 33 def __init__(self, timeout=60, maxread=2000, searchwindowsize=None, argument
|
H A D | pty_spawn.py | 36 def __init__(self, command, args=[], timeout=30, maxread=2000, argument
|
/openbsd-src/lib/libsndio/ |
H A D | sio.c | 315 size_t todo = len, maxread; in sio_read() local
|
/openbsd-src/usr.bin/aucat/ |
H A D | afile.c | 768 off_t maxread; afile_read() local
|