Home
last modified time | relevance | path

Searched refs:PIPES (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/regress/usr.sbin/relayd/
H A DRemote.pm26 my %PIPES;
29 my @pipes = @_ ? @_ : keys %PIPES
33 my $fh = $PIPES{$_};
39 delete @PIPES{@pipes};
69 $PIPES{$self->{pipe}} = $self->{pipe};
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DPipePosix.cpp30 enum PIPES { READ, WRITE }; // Constants 0 and 1 for READ and WRITE enum
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp902 enum PIPES { READ, WRITE }; // Indexes for the read and write fds in SetInputString() enum