Home
last modified time | relevance | path

Searched refs:externalCommand (Results 1 – 19 of 19) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/tools/istio-iptables/pkg/dependencies/
H A Dimplementation.go30 externalCommand := exec.Command(cmd, args...)
31 externalCommand.Stdout = os.Stdout
34 externalCommand.Stderr = os.Stderr
36 return externalCommand.Run()
/dports/security/honggfuzz/honggfuzz-0.7/
H A Dreport.c109 hfuzz->externalCommand == NULL ? "NULL" : hfuzz->externalCommand, in report_Report()
H A Dcmdline.c142 .externalCommand = NULL, in cmdlineParse()
316 hfuzz->externalCommand = optarg; in cmdlineParse()
462 hfuzz->externalCommand == NULL ? "NULL" : hfuzz->externalCommand, hfuzz->tmOut, in cmdlineParse()
H A Dfuzz.c262 execl(hfuzz->externalCommand, hfuzz->externalCommand, fuzzer->fileName, NULL); in fuzz_prepareFileExternally()
263 PLOG_F("Couldn't execute '%s %s'", hfuzz->externalCommand, fuzzer->fileName); in fuzz_prepareFileExternally()
558 } else if (hfuzz->externalCommand != NULL) { in fuzz_fuzzLoop()
H A Dfiles.c210 if (hfuzz->externalCommand && !hfuzz->inputFile) { in files_init()
215 hfuzz->externalCommand); in files_init()
H A Dcommon.h201 char *externalCommand; member
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/api/
H A Dproject.cpp532 RuleCommand externalCommand; in ruleCommandListForTransformer() local
533 externalCommand.d->description = internalCommand->description(); in ruleCommandListForTransformer()
534 externalCommand.d->extendedDescription = internalCommand->extendedDescription(); in ruleCommandListForTransformer()
537 externalCommand.d->type = RuleCommand::JavaScriptCommandType; in ruleCommandListForTransformer()
540 externalCommand.d->sourceCode = jsCmd->sourceCode(); in ruleCommandListForTransformer()
544 externalCommand.d->type = RuleCommand::ProcessCommandType; in ruleCommandListForTransformer()
547 externalCommand.d->executable = procCmd->program(); in ruleCommandListForTransformer()
548 externalCommand.d->arguments = procCmd->arguments(); in ruleCommandListForTransformer()
549 externalCommand.d->workingDir = procCmd->workingDir(); in ruleCommandListForTransformer()
550 externalCommand.d->environment = procCmd->environment(); in ruleCommandListForTransformer()
[all …]
/dports/net/bredbandskollen/bbk-7b810a6/src/framework/
H A Deventloop.h160 int externalCommand(Task *owner, const char *const argv[]) { in externalCommand() function
167 int externalCommand(Task *owner, const char *const argv[]);
H A Dtask.cpp91 return supervisor->externalCommand(this, argv); in runProcess()
H A Deventloop.cpp73 int EventLoop::externalCommand(Task *owner, const char *const argv[]) { in externalCommand() function in EventLoop
/dports/biology/p5-AcePerl/AcePerl-1.92/acelib/wh/
H A Dcall.h43 void externalCommand (char* command) ;
/dports/graphics/photoqt/photoqt-1.6/qml/settingsmanager/tabs/shortcuts/
H A DSet.qml164 id: externalCommand
181 listview.model.set(index, {"cmd" : externalCommand.getText()})
/dports/editors/texmaker/texmaker-5.0.3/
H A Dpdfviewerwidget.h50 …PdfViewerWidget( const QString fileName, const QString externalCommand, const QString ghostscriptC…
H A Dpdfviewer.h50 …PdfViewer( const QString fileName, const QString externalCommand, const QString ghostscriptCommand…
H A Dpdfviewerwidget.cpp41 PdfViewerWidget::PdfViewerWidget( const QString fileName, const QString externalCommand, const QStr… in PdfViewerWidget() argument
47 viewpdf_command=externalCommand; in PdfViewerWidget()
H A Dpdfviewer.cpp40 PdfViewer::PdfViewer( const QString fileName, const QString externalCommand, const QString ghostscr… in PdfViewer() argument
71 viewpdf_command=externalCommand; in PdfViewer()
/dports/security/honggfuzz/honggfuzz-0.7/docs/
H A DAttachingToPid.md38 …: 0, fuzzStdin: 1, saveUnique: 0, flipRate: 0.001000, flipMode: 'B', externalCommand: './headfuzz'…
/dports/security/afl++/AFLplusplus-3.14c/custom_mutators/honggfuzz/
H A Dhonggfuzz.h224 const char* externalCommand; member
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/cmdline/
H A Dsqlrsh.cpp178 bool externalCommand(sqlrconnection *sqlrcon,
481 return externalCommand(sqlrcon,sqlrcur,env,command); in runCommand()
844 bool sqlrsh::externalCommand(sqlrconnection *sqlrcon, in externalCommand() function in sqlrsh