/freebsd/usr.bin/find/ |
H A D | operator.c | 87 if (node->execute == f_openparen) in yankexpr() 98 if (next->execute == f_closeparen) { in yankexpr() 102 node->execute = f_expr; in yankexpr() 139 if (expr->execute == f_closeparen) in paren_squish() 173 if (next->execute == f_expr) in not_squish() 181 if (next->execute == f_not) { in not_squish() 185 while (node != NULL && node->execute == f_not) { in not_squish() 191 if (node->execute == f_or) in not_squish() 197 if (node->execute == f_expr) in not_squish() 235 if (next->execute == f_expr) in or_squish() [all …]
|
H A D | find.h | 104 exec_f *execute; /* node evaluation function */ member 167 exec_f *execute; /* execute function */ member
|
/freebsd/contrib/one-true-awk/ |
H A D | run.c | 142 execute(a); in run() 146 Cell *execute(Node *u) /* execute a node of the parse tree */ in execute() function 190 x = execute(a[0]); in program() 199 x = execute(a[1]); in program() 208 x = execute(a[2]); in program() 240 fcn = execute(a[0]); /* the function itself */ in call() 260 y = execute(x); in call() 290 y = execute((Node *)(fcn->sval)); /* execute body */ in call() 366 y = execute(a[0]); in jump() 373 y = execute(a[0]); in jump() [all …]
|
/freebsd/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/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() 246 fprintf(stdout, "Could not execute command \"%s\". %s\n", in do_hci_command()
|
/freebsd/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/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/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/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/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/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 646 virtual void execute(VPTransformState *State) = 0; 794 virtual void execute(VPTransformState &State) = 0; 1346 void execute(VPTransformState &State) override; 1427 void execute(VPTransformState &State) override; 1472 void execute(VPTransformState &State) override; 1507 void execute(VPTransformState &State) override; 1558 void execute(VPTransformState &State) override; 1595 void execute(VPTransformState &State) override; 1643 void execute(VPTransformState &State) override; 1668 void execute(VPTransformState &State) override; [all …]
|
H A D | VPlanRecipes.cpp | 702 void VPInstruction::execute(VPTransformState &State) { in execute() function in VPInstruction 865 void VPWidenCallRecipe::execute(VPTransformState &State) { in execute() function in VPWidenCallRecipe 976 void VPWidenSelectRecipe::execute(VPTransformState &State) { in execute() function in VPWidenSelectRecipe 1046 void VPWidenRecipe::execute(VPTransformState &State) { in execute() function in VPWidenRecipe 1154 void VPWidenCastRecipe::execute(VPTransformState &State) { in execute() function in VPWidenCastRecipe 1254 void VPWidenIntOrFpInductionRecipe::execute(VPTransformState &State) { in execute() function in VPWidenIntOrFpInductionRecipe 1399 void VPScalarIVStepsRecipe::execute(VPTransformState &State) { in execute() function in VPScalarIVStepsRecipe 1498 void VPWidenGEPRecipe::execute(VPTransformState &State) { in execute() function in VPWidenGEPRecipe 1586 void VPVectorPointerRecipe ::execute(VPTransformState &State) { in execute() function in VPVectorPointerRecipe 1637 void VPBlendRecipe::execute(VPTransformState &State) { in execute() function in VPBlendRecipe [all …]
|
/freebsd/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/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/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/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/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/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/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/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
H A D | zfs_acl_chmod_rwx_002_pos.ksh | 64 set -A a_access read_data write_data execute 213 log_must $CHMOD A0+user:$ZFS_ACL_OTHER1:execute:deny \
|
/freebsd/usr.bin/tip/tip/ |
H A D | cmds.c | 57 static void execute(char *); 242 execute(buf); in pipefile() 500 execute(buf); in pipeout() 554 execute(buf); in consh() 688 execute(char *s) in execute() function
|