| /freebsd-13.1/tools/regression/poll/7/ |
| H A D | pipepoll.out | 2 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
|
| H A D | pipeselect.out | 2 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-13.1/tools/regression/poll/l/ |
| H A D | pipepoll.out | 2 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
|
| H A D | pipeselect.out | 2 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-13.1/tools/regression/poll/n/ |
| H A D | pipepoll.out | 2 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
|
| H A D | pipeselect.out | 2 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-13.1/tools/regression/poll/m/ |
| H A D | pipepoll.out | 2 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
|
| H A D | pipeselect.out | 2 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-13.1/tools/regression/poll/4/ |
| H A D | pipepoll.out | 2 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
|
| H A D | pipeselect.out | 2 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-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilPosix.cpp | 94 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()
|
| H A D | FuzzerUtilWindows.cpp | 173 FILE *Pipe = _popen(Cmd.toString().c_str(), "r"); in ExecuteCommand() local 174 if (!Pipe) in ExecuteCommand() 179 while (fgets(TmpBuffer, sizeof(TmpBuffer), Pipe)) in ExecuteCommand() 182 return _pclose(Pipe) == 0; in ExecuteCommand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Pipe.h | 15 typedef PipeWindows Pipe; typedef 20 typedef PipePosix Pipe; typedef
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | PipelinePrinter.h | 54 PipelinePrinter(Pipeline &Pipe, const CodeRegion &R, unsigned Idx, in PipelinePrinter() argument 56 : P(Pipe), Region(R), RegionIdx(Idx), STI(STI), PO(PO), Views() {} in PipelinePrinter()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| H A D | ResourceManager.cpp | 318 ResourceRef Pipe = selectPipe(R.first); in issueInstruction() local 319 use(Pipe); in issueInstruction() 320 BusyResources[Pipe] += CS.size(); in issueInstruction() 322 Pipe, ResourceCycles(CS.size()))); in issueInstruction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 890 const char *Pipe = ScanFormat(Argument, ArgumentEnd, '|'); in FormatDiagnostic() local 891 assert(ScanFormat(Pipe + 1, ArgumentEnd, '|') == ArgumentEnd && in FormatDiagnostic() 893 const char *FirstDollar = ScanFormat(Argument, Pipe, '$'); in FormatDiagnostic() 894 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic() 901 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic() 1025 const char *Pipe = ScanFormat(Argument, ArgumentEnd, '|'); in FormatDiagnostic() local 1039 FormatDiagnostic(Pipe + 1, ArgumentEnd, OutStr); in FormatDiagnostic() 1079 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/WindowsResource/ |
| H A D | ResourceScriptTokenList.h | 30 SHORT_TOKEN(Pipe, '|') // Bitwise-OR operator.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/goldfish/ |
| H A D | pipe.txt | 1 Android Goldfish QEMU Pipe
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 168 Status writeSocketIdToPipe(Pipe &port_pipe, const std::string &socket_id) { in writeSocketIdToPipe() 177 Pipe port_name_pipe; in writeSocketIdToPipe() 188 Pipe port_pipe{LLDB_INVALID_PIPE, unnamed_pipe}; in writeSocketIdToPipe()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | module.modulemap | 42 module Pipe { header "Host/Pipe.h" export * }
|
| /freebsd-13.1/lib/libc/nls/ |
| H A D | it_IT.ISO8859-15.msg | 71 32 Pipe rotta 195 13 Pipe rotta
|
| H A D | de_DE.ISO8859-1.msg | 71 32 Unterbrochene Pipe 213 13 Unterbrochene Pipe
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | InputInfo.h | 33 Pipe enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.h | 106 Pipe m_pipe;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 54 TYPE_BIT_CODE(Pipe, PIPE, 43)
|