| /freebsd-14.2/usr.bin/find/ |
| H A D | operator.c | 92 if (node->execute == f_openparen) in yankexpr() 103 if (next->execute == f_closeparen) { in yankexpr() 107 node->execute = f_expr; in yankexpr() 144 if (expr->execute == f_closeparen) in paren_squish() 178 if (next->execute == f_expr) in not_squish() 186 if (next->execute == f_not) { in not_squish() 196 if (node->execute == f_or) in not_squish() 202 if (node->execute == f_expr) in not_squish() 240 if (next->execute == f_expr) in or_squish() 244 if (next->execute == f_not) in or_squish() [all …]
|
| H A D | find.h | 106 exec_f *execute; /* node evaluation function */ member 169 exec_f *execute; /* execute function */ member
|
| /freebsd-14.2/contrib/one-true-awk/ |
| H A D | run.c | 141 execute(a); in run() 189 x = execute(a[0]); in program() 198 x = execute(a[1]); in program() 207 x = execute(a[2]); in program() 259 y = execute(x); in call() 857 x = execute(a[0]); in boolop() 891 x = execute(a[0]); in relop() 1183 x = execute(a); in format() 1383 x = execute(a); in format() 2289 y = execute(x); in printstat() [all …]
|
| /freebsd-14.2/lib/libthr/thread/ |
| H A D | thr_clean.c | 71 __thr_cleanup_pop_imp(int execute) in __thr_cleanup_pop_imp() argument 78 if (execute) in __thr_cleanup_pop_imp() 104 _thr_cleanup_pop(int execute) in _thr_cleanup_pop() argument 106 __pthread_cleanup_pop_imp(execute); in _thr_cleanup_pop()
|
| /freebsd-14.2/share/examples/ipfilter/rules/ |
| H A D | ipmon.conf | 6 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-14.2/usr.sbin/bluetooth/hccontrol/ |
| H A D | hccontrol.c | 203 goto execute; in do_hci_command() 207 goto execute; in do_hci_command() 211 goto execute; in do_hci_command() 215 goto execute; in do_hci_command() 219 goto execute; in do_hci_command() 223 goto execute; in do_hci_command() 231 execute: in do_hci_command()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Execution.cpp | 43 ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action) { in execute() function in clang::tooling::ToolExecutor 44 return execute(std::move(Action), ArgumentsAdjuster()); in execute() 47 llvm::Error ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action, in execute() function in clang::tooling::ToolExecutor 53 return execute(Actions); in execute()
|
| /freebsd-14.2/tools/regression/security/cap_test/ |
| H A D | cap_test.c | 66 execute(i + 1, all_tests + i); in main() 81 execute(i, all_tests + j); in main() 94 execute(int id, struct test *t) { in execute() function
|
| /freebsd-14.2/crypto/openssl/util/perl/TLSProxy/ |
| H A D | Proxy.pm | 79 $execute, 98 execute => $execute, 223 my $execcmd = $self->execute 315 if ($self->execute) { 317 my $execcmd = $self->execute 528 sub execute subroutine 531 return $self->{execute};
|
| /freebsd-14.2/sys/contrib/openzfs/tests/test-runner/include/ |
| H A D | logapi.shlib | 55 # $@ - command to execute 66 # $@ - command to execute 75 # $@ - command to execute 88 # $3-$@ - command to execute 144 # $@ - command to execute 152 # $@ - command to execute 163 # $2-$@ - command to execute 191 # $2-$@ - command to execute 253 # $@ command to execute 289 # $@ command to execute
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | Execution.h | 120 execute(llvm::ArrayRef< 125 llvm::Error execute(std::unique_ptr<FrontendActionFactory> Action); 127 llvm::Error execute(std::unique_ptr<FrontendActionFactory> Action,
|
| H A D | AllTUsExecution.h | 48 using ToolExecutor::execute; 51 execute(llvm::ArrayRef<
|
| H A D | StandaloneExecution.h | 56 using ToolExecutor::execute; 59 execute(llvm::ArrayRef<
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | sh.sem.c | 83 execute(struct command *t, volatile int wanttty, int *pipein, int *pipeout, in execute() function 694 execute(t->t_dspr, wanttty, NULL, NULL, do_glob); in execute() 701 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob); in execute() 704 execute(t->t_dcar, wanttty, pipein, pv, do_glob); in execute() 708 execute(t->t_dcar, wanttty, pipein, pv, do_glob); in execute() 711 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob); in execute() 718 execute(t->t_dcar, wanttty, NULL, NULL, do_glob); in execute() 729 execute(t->t_dcdr, wanttty, NULL, NULL, do_glob); in execute() 737 execute(t->t_dcar, wanttty, NULL, NULL, do_glob); in execute() 746 execute(t->t_dcdr, wanttty, NULL, NULL, do_glob); in execute()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1196 void execute(VPTransformState &State) override; 1288 void execute(VPTransformState &State) override; 1327 void execute(VPTransformState &State) override; 1365 void execute(VPTransformState &State) override; 1386 void execute(VPTransformState &State) override; 1429 void execute(VPTransformState &State) override; 1454 void execute(VPTransformState &State) override; 1576 void execute(VPTransformState &State) override; 1645 void execute(VPTransformState &State) override; 1680 void execute(VPTransformState &State) override; [all …]
|
| H A D | VPlanRecipes.cpp | 501 void VPInstruction::execute(VPTransformState &State) { in execute() function in VPInstruction 578 void VPWidenCallRecipe::execute(VPTransformState &State) { in execute() function in VPWidenCallRecipe 683 void VPWidenSelectRecipe::execute(VPTransformState &State) { in execute() function in VPWidenSelectRecipe 753 void VPWidenRecipe::execute(VPTransformState &State) { in execute() function in VPWidenRecipe 861 void VPWidenCastRecipe::execute(VPTransformState &State) { in execute() function in VPWidenCastRecipe 1212 void VPWidenGEPRecipe::execute(VPTransformState &State) { in execute() function in VPWidenGEPRecipe 1351 void VPBlendRecipe::execute(VPTransformState &State) { in execute() function in VPBlendRecipe 1474 void VPBranchOnMaskRecipe::execute(VPTransformState &State) { in execute() function in VPBranchOnMaskRecipe 1500 void VPPredInstPHIRecipe::execute(VPTransformState &State) { in execute() function in VPPredInstPHIRecipe 1625 void VPExpandSCEVRecipe::execute(VPTransformState &State) { in execute() function in VPExpandSCEVRecipe [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/Stages/ |
| H A D | Stage.h | 58 virtual Error execute(InstRef &IR) = 0; 75 return NextInSequence->execute(IR); in moveToTheNextStage()
|
| /freebsd-14.2/sys/contrib/dev/athk/ath10k/ |
| H A D | bmi.c | 316 u32 cmdlen = sizeof(cmd.id) + sizeof(cmd.execute); in ath10k_bmi_execute() 317 u32 resplen = sizeof(resp.execute); in ath10k_bmi_execute() 329 cmd.execute.addr = __cpu_to_le32(address); in ath10k_bmi_execute() 330 cmd.execute.param = __cpu_to_le32(param); in ath10k_bmi_execute() 338 if (resplen < sizeof(resp.execute)) { in ath10k_bmi_execute() 344 *result = __le32_to_cpu(resp.execute.result); in ath10k_bmi_execute()
|
| /freebsd-14.2/libexec/nuageinit/ |
| H A D | nuage.lua | 137 local r = os.execute(cmd) 149 os.execute(cmd) 180 local r = os.execute(cmd)
|
| /freebsd-14.2/contrib/bzip2/ |
| H A D | words3 | 20 The -n instructs make to show the commands it would execute, but 21 not actually execute them.
|
| /freebsd-14.2/stand/forth/ |
| H A D | brand.4th | 52 \ If `brand' is defined, execute it 54 brandX @ brandY @ rot execute 70 brandX @ brandY @ rot execute
|
| H A D | beastie.4th | 57 \ If `logo' is defined, execute it 59 logoX @ logoY @ rot execute 79 logoX @ logoY @ rot execute
|
| H A D | loader.4th | 100 execute 106 execute 175 s" post-initialize" sfind if execute else drop then 205 s" post-initialize" sfind if execute else drop then 273 ['] ? execute
|
| /freebsd-14.2/contrib/tcsh/nls/C/ |
| H A D | set11 | 10 8 -b file batch mode, read and execute commands from `file' \n\ 20 -n file no execute mode, just check syntax of the following `file' \n\
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
| H A D | zfs_acl_chmod_rwx_002_pos.ksh | 67 set -A a_access read_data write_data execute 216 log_must $CHMOD A0+user:$ZFS_ACL_OTHER1:execute:deny \
|