| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | expect.py | 6 def __init__(self, spawn, searcher, searchwindowsize=-1): argument 7 self.spawn = spawn 10 searchwindowsize = spawn.searchwindowsize 14 spawn = self.spawn 17 pos = spawn._buffer.tell() 18 spawn._buffer.write(data) 19 spawn._before.write(data) 24 spawn._buffer.seek(max(0, pos - self.searchwindowsize)) 25 window = spawn._buffer.read(self.searchwindowsize + len(data)) 28 window = spawn.buffer [all …]
|
| H A D | _async.py | 10 previously_read = expecter.spawn.buffer 11 expecter.spawn._buffer = expecter.spawn.buffer_type() 12 expecter.spawn._before = expecter.spawn.buffer_type() 16 if not expecter.spawn.async_pw_transport: 20 .connect_read_pipe(lambda: pw, expecter.spawn) 21 expecter.spawn.async_pw_transport = pw, transport 23 pw, transport = expecter.spawn.async_pw_transport 54 spawn = self.expecter.spawn 55 s = spawn._decoder.decode(data) 56 spawn._log(s, 'read') [all …]
|
| H A D | run.py | 5 from .pty_spawn import spawn 96 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env, 99 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile,
|
| H A D | pxssh.py | 23 from pexpect import ExceptionPexpect, TIMEOUT, EOF, spawn 52 class pxssh (spawn): 123 spawn.__init__(self, None, timeout=timeout, maxread=maxread, 363 spawn._spawn(self, cmd)
|
| H A D | replwrap.py | 38 self.child = pexpect.spawn(cmd_or_spawn, echo=False, encoding='utf-8') 110 child = pexpect.spawn(command, ['--rcfile', bashrc], echo=False,
|
| H A D | pty_spawn.py | 29 class spawn(SpawnBase): class 189 … super(spawn, self).__init__(timeout=timeout, maxread=maxread, searchwindowsize=searchwindowsize, 314 return ptyprocess.PtyProcess.spawn(args, **kwargs) 485 return super(spawn, self).read_nonblocking(size) 833 return spawn(*args, **kwargs)
|
| H A D | __init__.py | 75 from .pty_spawn import spawn, spawnu
|
| /openbsd-src/games/hunt/huntd/ |
| H A D | server.h | 191 struct spawn { struct 204 struct spawn * next; argument 205 struct spawn ** prevnext; argument 212 extern struct spawn * Spawn; argument 218 int answer_next(struct spawn *);
|
| H A D | answer.c | 56 struct spawn *Spawn = NULL; 68 struct spawn *sp; in answer_first() 118 answer_next(struct spawn *sp) in answer_next() 512 struct spawn *sp; in answer_info()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Parallel.cpp | 172 void TaskGroup::spawn(std::function<void()> F) { in spawn() function in llvm::parallel::TaskGroup 190 spawn(F); in execute() 212 TG.spawn([=, &Fn] { in parallelFor() 218 TG.spawn([=, &Fn] { in parallelFor()
|
| /openbsd-src/gnu/llvm/libcxx/utils/libcxx/sym_check/ |
| H A D | extract.py | 12 import distutils.spawn 33 return distutils.spawn.find_executable('nm') 122 return distutils.spawn.find_executable('readelf') 203 return distutils.spawn.find_executable('dump')
|
| H A D | util.py | 11 import distutils.spawn 63 _cppfilt_exe = distutils.spawn.find_executable('c++filt')
|
| /openbsd-src/regress/lib/libssl/tlsfuzzer/ |
| H A D | tlsfuzzer.py | 749 self.spawn = True 751 self.spawn = subprocess.run( 756 if self.spawn: 795 if self.spawn and self.server.poll() is not None: 800 if self.spawn: 804 if self.spawn:
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Parallel.h | 87 void spawn(std::function<void()> f); 147 TG.spawn([=, &Comp, &TG] { in parallel_quick_sort() 189 TG.spawn([=, &Transform, &Reduce, &Results] { in parallel_transform_reduce()
|
| /openbsd-src/lib/libc/hidden/ |
| H A D | spawn.h | 21 #include_next <spawn.h>
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | vmspipe.com | 8 $! --- define i/o redirection (sys$output set by lib$spawn)
|
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ |
| H A D | README.rst | 12 p = PtyProcessUnicode.spawn(['python'])
|
| /openbsd-src/usr.bin/mg/ |
| H A D | Makefile | 19 re_search.c region.c search.c spawn.c tty.c ttyio.c ttykbd.c \
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
| H A D | Context.t | 48 "Additional call to context gets spawn" 62 "snapshot is identical except for canon/spawn/aborted" 249 my $spawn = context(level => -1, wrapped => -2); 250 is($spawn->trace, $ctx->trace, "Old context restored"); 251 $spawn->release;
|
| /openbsd-src/gnu/usr.bin/cvs/vms/ |
| H A D | pipe.c | 347 status = lib$spawn (&cmddsc, &mbxdsc, 0, &flags, 0, &this->pid, 353 status = lib$spawn (&cmddsc, 0, &mbxdsc, &flags, 0, &this->pid,
|
| /openbsd-src/usr.bin/rdist/ |
| H A D | client.h | 152 int spawn(struct cmd *, struct cmd *);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/ |
| H A D | facilities-routing.t | 41 POE::Component::Server::Syslog->spawn(
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbpexpect.py | 49 self.child = pexpect.spawn(
|
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/ |
| H A D | README.rst | 12 Don Libes' Expect. Pexpect allows your script to spawn a child application and
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | Makefile | 114 spawn.c \
|