Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/freebsd-14.2/usr.bin/find/
H A Doperator.c92 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 Dfind.h106 exec_f *execute; /* node evaluation function */ member
169 exec_f *execute; /* execute function */ member
/freebsd-14.2/contrib/one-true-awk/
H A Drun.c141 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 Dthr_clean.c71 __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 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-14.2/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.c203 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 DExecution.cpp43 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 Dcap_test.c66 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 DProxy.pm79 $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 Dlogapi.shlib55 # $@ - 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 DExecution.h120 execute(llvm::ArrayRef<
125 llvm::Error execute(std::unique_ptr<FrontendActionFactory> Action);
127 llvm::Error execute(std::unique_ptr<FrontendActionFactory> Action,
H A DAllTUsExecution.h48 using ToolExecutor::execute;
51 execute(llvm::ArrayRef<
H A DStandaloneExecution.h56 using ToolExecutor::execute;
59 execute(llvm::ArrayRef<
/freebsd-14.2/contrib/tcsh/
H A Dsh.sem.c83 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 DVPlan.h1196 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 DVPlanRecipes.cpp501 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 DStage.h58 virtual Error execute(InstRef &IR) = 0;
75 return NextInSequence->execute(IR); in moveToTheNextStage()
/freebsd-14.2/sys/contrib/dev/athk/ath10k/
H A Dbmi.c316 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 Dnuage.lua137 local r = os.execute(cmd)
149 os.execute(cmd)
180 local r = os.execute(cmd)
/freebsd-14.2/contrib/bzip2/
H A Dwords320 The -n instructs make to show the commands it would execute, but
21 not actually execute them.
/freebsd-14.2/stand/forth/
H A Dbrand.4th52 \ If `brand' is defined, execute it
54 brandX @ brandY @ rot execute
70 brandX @ brandY @ rot execute
H A Dbeastie.4th57 \ If `logo' is defined, execute it
59 logoX @ logoY @ rot execute
79 logoX @ logoY @ rot execute
H A Dloader.4th100 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 Dset1110 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 Dzfs_acl_chmod_rwx_002_pos.ksh67 set -A a_access read_data write_data execute
216 log_must $CHMOD A0+user:$ZFS_ACL_OTHER1:execute:deny \

12345678910>>...13