Home
last modified time | relevance | path

Searched refs:Pipe (Results 1 – 25 of 92) sorted by relevance

1234

/freebsd-14-stable/tools/regression/poll/m/
HDpipepoll.out2 ok 1 Pipe state 4: expected 0; got 0
3 ok 2 Pipe state 5: expected POLLIN; got POLLIN
4 ok 3 Pipe state 6: expected POLLIN | POLLHUP; got POLLIN | POLLHUP
5 ok 4 Pipe state 6a: expected POLLHUP; got POLLHUP
HDpipeselect.out2 ok 1 Pipe state 4: expected clear; got clear
3 ok 2 Pipe state 5: expected set; got set
4 ok 3 Pipe state 6: expected set; got set
5 ok 4 Pipe state 6a: expected set; got set
/freebsd-14-stable/tools/regression/poll/l/
HDpipepoll.out2 ok 1 Pipe state 4: expected 0; got 0
3 ok 2 Pipe state 5: expected POLLIN; got POLLIN
4 ok 3 Pipe state 6: expected POLLIN | POLLHUP; got POLLIN | POLLHUP
5 ok 4 Pipe state 6a: expected POLLHUP; got POLLHUP
HDpipeselect.out2 ok 1 Pipe state 4: expected clear; got clear
3 ok 2 Pipe state 5: expected set; got set
4 ok 3 Pipe state 6: expected set; got set
5 ok 4 Pipe state 6a: expected set; got set
/freebsd-14-stable/tools/regression/poll/7/
HDpipepoll.out2 ok 1 Pipe state 4: expected 0; got 0
3 ok 2 Pipe state 5: expected POLLIN; got POLLIN
4 ok 3 Pipe state 6: expected POLLIN | POLLHUP; got POLLIN | POLLHUP
5 not ok 4 Pipe state 6a: expected POLLHUP; got POLLIN | POLLHUP
HDpipeselect.out2 ok 1 Pipe state 4: expected clear; got clear
3 ok 2 Pipe state 5: expected set; got set
4 ok 3 Pipe state 6: expected set; got set
5 ok 4 Pipe state 6a: expected set; got set
/freebsd-14-stable/tools/regression/poll/n/
HDpipepoll.out2 ok 1 Pipe state 4: expected 0; got 0
3 ok 2 Pipe state 5: expected POLLIN; got POLLIN
4 ok 3 Pipe state 6: expected POLLIN | POLLHUP; got POLLIN | POLLHUP
5 ok 4 Pipe state 6a: expected POLLHUP; got POLLHUP
HDpipeselect.out2 ok 1 Pipe state 4: expected clear; got clear
3 ok 2 Pipe state 5: expected set; got set
4 ok 3 Pipe state 6: expected set; got set
5 ok 4 Pipe state 6a: expected set; got set
/freebsd-14-stable/tools/regression/poll/4/
HDpipepoll.out2 ok 1 Pipe state 4: expected 0; got 0
3 ok 2 Pipe state 5: expected POLLIN; got POLLIN
4 ok 3 Pipe state 6: expected POLLIN | POLLHUP; got POLLIN | POLLHUP
5 not ok 4 Pipe state 6a: expected POLLHUP; got POLLIN | POLLHUP
HDpipeselect.out2 ok 1 Pipe state 4: expected clear; got clear
3 ok 2 Pipe state 5: expected set; got set
4 ok 3 Pipe state 6: expected set; got set
5 ok 4 Pipe state 6a: expected set; got set
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerUtilPosix.cpp94 FILE *Pipe = popen(Cmd.toString().c_str(), "r"); in ExecuteCommand() local
95 if (!Pipe) in ExecuteCommand()
100 while (fgets(TmpBuffer, sizeof(TmpBuffer), Pipe)) in ExecuteCommand()
103 return pclose(Pipe) == 0; in ExecuteCommand()
HDFuzzerUtilWindows.cpp178 FILE *Pipe = _popen(Cmd.toString().c_str(), "r"); in ExecuteCommand() local
179 if (!Pipe) in ExecuteCommand()
184 while (fgets(TmpBuffer, sizeof(TmpBuffer), Pipe)) in ExecuteCommand()
187 return _pclose(Pipe) == 0; in ExecuteCommand()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDPipe.h15 typedef PipeWindows Pipe; typedef
20 typedef PipePosix Pipe; typedef
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-mca/
HDPipelinePrinter.h54 PipelinePrinter(Pipeline &Pipe, const CodeRegion &R, unsigned Idx, in PipelinePrinter() argument
56 : P(Pipe), Region(R), RegionIdx(Idx), STI(STI), PO(PO) {} in PipelinePrinter()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
HDResourceManager.cpp359 ResourceRef Pipe = selectPipe(R.first); in issueInstruction() local
360 use(Pipe); in issueInstruction()
361 BusyResources[Pipe] += CS.size(); in issueInstruction()
363 Pipe, ReleaseAtCycles(CS.size()))); in issueInstruction()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/
HDDiagnostic.cpp944 const char *Pipe = ScanFormat(Argument, ArgumentEnd, '|'); in FormatDiagnostic() local
945 assert(ScanFormat(Pipe + 1, ArgumentEnd, '|') == ArgumentEnd && in FormatDiagnostic()
947 const char *FirstDollar = ScanFormat(Argument, Pipe, '$'); in FormatDiagnostic()
948 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic()
955 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
1078 const char *Pipe = ScanFormat(Argument, ArgumentEnd, '|'); in FormatDiagnostic() local
1092 FormatDiagnostic(Pipe + 1, ArgumentEnd, OutStr); in FormatDiagnostic()
1132 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/WindowsResource/
HDResourceScriptTokenList.h30 SHORT_TOKEN(Pipe, '|') // Bitwise-OR operator.
/freebsd-14-stable/sys/contrib/device-tree/Bindings/goldfish/
HDpipe.txt1 Android Goldfish QEMU Pipe
/freebsd-14-stable/contrib/llvm-project/lldb/tools/lldb-server/
HDlldb-gdbserver.cpp170 Status writeSocketIdToPipe(Pipe &port_pipe, llvm::StringRef socket_id) { in writeSocketIdToPipe()
178 Pipe port_name_pipe; in writeSocketIdToPipe()
189 Pipe port_pipe{LLDB_INVALID_PIPE, unnamed_pipe}; in writeSocketIdToPipe()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
HDMainLoopPosix.h90 Pipe m_trigger_pipe;
/freebsd-14-stable/lib/libc/nls/
HDit_IT.ISO8859-15.msg70 32 Pipe rotta
194 13 Pipe rotta
HDde_DE.ISO8859-1.msg70 32 Unterbrochene Pipe
212 13 Unterbrochene Pipe
/freebsd-14-stable/contrib/llvm-project/lldb/include/
HDmodule.modulemap42 module Pipe { header "lldb/Host/Pipe.h" export * }
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDInputInfo.h33 Pipe enumerator
/freebsd-14-stable/sys/contrib/device-tree/Bindings/leds/
HDleds-el15203000.txt15 Water Pipe LED encoded with symbol 'P' (hex code 0x50) and

1234