Home
last modified time | relevance | path

Searched refs:fileobj (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py162 self.fileobj = io.BufferedRWPair(readf, writef)
395 self.fileobj.close() # Closes the file descriptor
516 s = self.fileobj.read1(size)
537 s = self.fileobj.readline()
552 n = self.fileobj.write(b)
554 self.fileobj.flush()
/openbsd-src/gnu/llvm/libcxx/utils/
H A Dssh.py79 with tarfile.open(fileobj=tmpTar, mode='w') as tarball:
/openbsd-src/usr.bin/dig/lib/isccfg/
H A Dparser.c1040 cfg_obj_t *fileobj; in current_file() local
1049 fileobj = elt->obj; in current_file()
1050 INSIST(fileobj->type == &cfg_type_qstring); in current_file()
1051 return (fileobj->value.string.base); in current_file()
/openbsd-src/gnu/llvm/llvm/utils/
H A Dremote-exec.py105 with tarfile.open(fileobj=tmpTar, mode='w') as tarball: