| /freebsd-13.1/usr.bin/find/ |
| H A D | operator.c | 94 if (node->execute == f_openparen) in yankexpr() 105 if (next->execute == f_closeparen) { in yankexpr() 109 node->execute = f_expr; in yankexpr() 146 if (expr->execute == f_closeparen) in paren_squish() 180 if (next->execute == f_expr) in not_squish() 188 if (next->execute == f_not) { in not_squish() 198 if (node->execute == f_or) in not_squish() 204 if (node->execute == f_expr) in not_squish() 242 if (next->execute == f_expr) in or_squish() 246 if (next->execute == f_not) in or_squish() [all …]
|
| H A D | find.h | 107 exec_f *execute; /* node evaluation function */ member 170 exec_f *execute; /* execute function */ member
|
| /freebsd-13.1/contrib/one-true-awk/ |
| H A D | run.c | 140 execute(a); in run() 188 x = execute(a[0]); in program() 206 x = execute(a[2]); in program() 258 y = execute(x); in call() 626 x = execute(a[0]); in boolop() 659 x = execute(a[0]); in relop() 660 y = execute(a[1]); in relop() 922 x = execute(a); in format() 973 execute(a); in format() 1825 y = execute(x); in printstat() [all …]
|
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_clean.c | 74 __thr_cleanup_pop_imp(int execute) in __thr_cleanup_pop_imp() argument 81 if (execute) in __thr_cleanup_pop_imp() 107 _thr_cleanup_pop(int execute) in _thr_cleanup_pop() argument 109 __pthread_cleanup_pop_imp(execute); in _thr_cleanup_pop()
|
| /freebsd-13.1/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-13.1/usr.sbin/bluetooth/hccontrol/ |
| H A D | hccontrol.c | 204 goto execute; in do_hci_command() 208 goto execute; in do_hci_command() 212 goto execute; in do_hci_command() 216 goto execute; in do_hci_command() 220 goto execute; in do_hci_command() 224 goto execute; in do_hci_command() 232 execute: in do_hci_command()
|
| /freebsd-13.1/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-13.1/tools/regression/security/cap_test/ |
| H A D | cap_test.c | 70 execute(i + 1, all_tests + i); in main() 85 execute(i, all_tests + j); in main() 98 execute(int id, struct test *t) { in execute() function
|
| /freebsd-13.1/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 | 47 using ToolExecutor::execute; 50 execute(llvm::ArrayRef<
|
| H A D | StandaloneExecution.h | 55 using ToolExecutor::execute; 58 execute(llvm::ArrayRef<
|
| /freebsd-13.1/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-13.1/sys/contrib/openzfs/tests/test-runner/include/ |
| H A D | logapi.shlib | 51 # $@ - command to execute 63 # $@ - command to execute 77 # $3-$@ - command to execute 139 # $@ - command to execute 148 # $@ - command to execute 160 # $2-$@ - command to execute 189 # $2-$@ - command to execute 257 # $@ command to execute
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/Stages/ |
| H A D | Stage.h | 55 virtual Error execute(InstRef &IR) = 0; 72 return NextInSequence->execute(IR); in moveToTheNextStage()
|
| H A D | InstructionTables.h | 40 Error execute(InstRef &IR) override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 835 void execute(VPTransformState &State) override; 896 void execute(VPTransformState &State) override; 922 void execute(VPTransformState &State) override; 953 void execute(VPTransformState &State) override; 993 void execute(VPTransformState &State) override; 1028 void execute(VPTransformState &State) override; 1098 void execute(VPTransformState &State) override; 1156 void execute(VPTransformState &State) override; 1203 void execute(VPTransformState &State) override; 1254 void execute(VPTransformState &State) override; [all …]
|
| H A D | VPlan.cpp | 297 void VPBasicBlock::execute(VPTransformState *State) { in execute() function in VPBasicBlock 335 Recipe.execute(*State); in execute() 448 void VPRegionBlock::execute(VPTransformState *State) { in execute() function in VPRegionBlock 469 Block->execute(State); in execute() 488 Block->execute(State); in execute() 719 void VPInstruction::execute(VPTransformState &State) { in execute() function in VPInstruction 773 void VPlan::execute(VPTransformState *State) { in execute() function in VPlan 816 Block->execute(State); in execute() 1217 void VPWidenCanonicalIVRecipe::execute(VPTransformState &State) { in execute() function in VPWidenCanonicalIVRecipe 1251 void VPFirstOrderRecurrencePHIRecipe::execute(VPTransformState &State) { in execute() function in VPFirstOrderRecurrencePHIRecipe [all …]
|
| /freebsd-13.1/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-13.1/stand/forth/ |
| H A D | brand.4th | 53 \ If `brand' is defined, execute it 55 brandX @ brandY @ rot execute 71 brandX @ brandY @ rot execute
|
| H A D | beastie.4th | 58 \ If `logo' is defined, execute it 60 logoX @ logoY @ rot execute 80 logoX @ logoY @ rot execute
|
| H A D | loader.4th | 101 execute 107 execute 176 s" post-initialize" sfind if execute else drop then 206 s" post-initialize" sfind if execute else drop then 274 ['] ? execute
|
| /freebsd-13.1/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-13.1/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
| H A D | zfs_acl_chmod_rwx_002_pos.ksh | 69 set -A a_access read_data write_data execute 218 log_must $CHMOD A0+user:$ZFS_ACL_OTHER1:execute:deny \
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Options.td | 113 …HelpText<"Tells the debugger to execute this one-line lldb command before any file has been loaded… 140 …HelpText<"Tells the debugger to read in and execute the lldb commands in the given file, after any… 149 …HelpText<"Tells the debugger to read in and execute the lldb commands in the given file, before an… 158 …HelpText<"Tells the debugger to execute this one-line lldb command after any file provided on the … 167 …HelpText<"Tells the debugger to execute this one-line lldb command before any file provided on the…
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | MemoryRegionInfo.h | 29 OptionalBool execute, OptionalBool mapped, ConstString name, in MemoryRegionInfo() argument 32 : m_range(range), m_read(read), m_write(write), m_execute(execute), in MemoryRegionInfo()
|