Searched refs:CmdLine (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilLinux.cpp26 std::string CmdLine = Cmd.toString(); local
27 int exit_code = system(CmdLine.c_str());
H A DFuzzerUtilDarwin.cpp42 std::string CmdLine = Cmd.toString(); local
102 const char *CommandCStr = CmdLine.c_str();
H A DFuzzerUtilWindows.cpp168 std::string CmdLine = Cmd.toString(); local
169 return system(CmdLine.c_str());
/openbsd-current/gnu/usr.bin/cvs/os2/
H A Dpopen.c161 CmdLine[256], local
199 strcpy (CmdLine, CmdExe);
200 Args = CmdLine + strlen (CmdLine) + 1; /* skip zero */
205 (unsigned char *) CmdLine, 0, &Result,
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp1218 std::string CmdLine("foo -bar=baz qux ");
1220 CmdLine += separator;
1221 CmdLine += " ";
1223 CmdLine += Command::ignoreRemainingArgs();
1224 CmdLine += " quux -grault=garply";
1226 CmdLine += " ";
1227 CmdLine += suffix;
1229 return CmdLine;
1233 std::string CmdLine; local
1238 CmdLine
1277 std::string CmdLine; local
1300 std::string Value, CmdLine; local
1332 std::string CmdLine; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1898 std::unique_ptr<MemoryBuffer> CmdLine = MemoryBuffer::getMemBufferCopy( local
1902 CmdLine->getBuffer().substr(Prefix.size(), PatternString.size());
1903 unsigned BufferID = SM.AddNewSourceBuffer(std::move(CmdLine), SMLoc());

Completed in 242 milliseconds