Searched refs:execute (Results 1 - 25 of 105) sorted by relevance

12345

/freebsd-current/share/examples/ipfilter/rules/
H A Dipmon.conf6 do { execute("/usr/bin/mail -s 'logtag 10000' root"); };
9 do { execute("echo 'XXXXXXXX tag 2000 packet XXXXXXXX'"); };
18 do { execute("/usr/bin/mail -s 'from 10.1 to 192.168.1' root"); };
/freebsd-current/usr.bin/find/
H A Doperator.c87 if (node->execute == f_openparen)
98 if (next->execute == f_closeparen) {
102 node->execute = f_expr;
139 if (expr->execute == f_closeparen)
173 if (next->execute == f_expr)
181 if (next->execute == f_not) {
185 while (node != NULL && node->execute == f_not) {
191 if (node->execute == f_or)
197 if (node->execute == f_expr)
235 if (next->execute
[all...]
H A Dfind.h66 /* execute function */
104 exec_f *execute; /* node evaluation function */ member in struct:_plandata
167 exec_f *execute; /* execute function */ member in struct:_option
/freebsd-current/lib/libthr/thread/
H A Dthr_clean.c71 __thr_cleanup_pop_imp(int execute) argument
78 if (execute)
104 _thr_cleanup_pop(int execute) argument
106 __pthread_cleanup_pop_imp(execute);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInstructionTables.h40 Error execute(InstRef &IR) override;
H A DStage.h41 /// Returns true if it can execute IR during this cycle.
58 virtual Error execute(InstRef &IR) = 0;
75 return NextInSequence->execute(IR);
H A DMicroOpQueueStage.h80 Error execute(InstRef &IR) override;
H A DDispatchStage.h78 Error execute(InstRef &IR) override;
H A DRetireStage.h44 Error execute(InstRef &IR) override;
H A DEntryStage.h43 Error execute(InstRef &IR) override;
H A DExecuteStage.h56 // execute a retire stage. We don't need to check if pipelines and/or
73 Error execute(InstRef &IR) override;
/freebsd-current/tools/regression/security/cap_test/
H A Dcap_test.c66 execute(i + 1, all_tests + i);
81 execute(i, all_tests + j);
94 execute(int id, struct test *t) { function
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp43 ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action) { function in class:clang::tooling::ToolExecutor
44 return execute(std::move(Action), ArgumentsAdjuster());
47 llvm::Error ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action, function in class:clang::tooling::ToolExecutor
53 return execute(Actions);
/freebsd-current/contrib/one-true-awk/
H A Drun.c141 execute(a);
145 Cell *execute(Node *u) /* execute a node of the parse tree */ function
182 Cell *program(Node **a, int n) /* execute an awk program */
189 x = execute(a[0]);
198 x = execute(a[1]);
207 x = execute(a[2]);
219 Cell **args; /* pointer to array of arguments after execute */
239 fcn = execute(a[0]); /* the function itself */
259 y = execute(
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/
H A DAllTUsExecution.h48 using ToolExecutor::execute;
51 execute(llvm::ArrayRef<
H A DStandaloneExecution.h56 using ToolExecutor::execute;
59 execute(llvm::ArrayRef<
H A DExecution.h120 execute(llvm::ArrayRef<
124 /// Convenient functions for the above `execute`.
125 llvm::Error execute(std::unique_ptr<FrontendActionFactory> Action);
127 llvm::Error execute(std::unique_ptr<FrontendActionFactory> Action,
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.c204 goto execute;
208 goto execute;
212 goto execute;
216 goto execute;
220 goto execute;
224 goto execute;
232 execute:
246 fprintf(stdout, "Could not execute command \"%s\". %s\n",
/freebsd-current/libexec/kgdb/
H A Dacttrace.py56 gdb.execute("bt")
/freebsd-current/contrib/bmake/unit-tests/
H A Dposix.exp1 Posix says we should execute the command as if run by system(3)
/freebsd-current/crypto/openssl/util/perl/TLSProxy/
H A DProxy.pm78 $execute,
97 execute => $execute,
222 my $execcmd = $self->execute
314 if ($self->execute) {
316 my $execcmd = $self->execute
527 sub execute subroutine
530 return $self->{execute};
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc83 // Construct and execute the thread.
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DMicroOpQueueStage.cpp46 Error MicroOpQueueStage::execute(InstRef &IR) { function in class:llvm::mca::MicroOpQueueStage
H A DRetireStage.cpp49 llvm::Error RetireStage::execute(InstRef &IR) { function in class:llvm::mca::RetireStage
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVCompare.h69 Error execute(LVReader *ReferenceReader, LVReader *TargetReader);

Completed in 166 milliseconds

12345