| /src/tests/rump/rumpkern/h_server/ |
| h_simpleserver.c | 21 } actions[] = { variable in typeref:struct:__anon7936 45 for (i = 0; i < __arraycount(actions); i++) { 46 if (strcmp(actions[i].str, argv[2]) == 0) { 48 actions[i].dofun(arg);
|
| /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| newconfig.py | 16 # Apply the actions supplied by parameters to the configuration first, since 20 actions = param.getActions(config, lit_config.params) 21 for action in actions: 29 actions = feature.getActions(config) 30 for action in actions:
|
| params.py | 60 actions=lambda triple: filter(None, [ variable 75 actions=lambda std: [ variable 82 actions=lambda exceptions: [] if exceptions else [ variable 89 actions=lambda rtti: [] if rtti else [ variable 96 actions=lambda stdlib: [ variable 102 actions=lambda warnings: [] if not warnings else [ variable 108 actions=lambda debugLevel: [] if debugLevel == '' else [ 115 actions=lambda sanitizer: filter(None, [ variable 140 actions=lambda experimental: [] if not experimental else [ variable 152 actions=lambda enabled: [] if not enabled else variable 158 actions=lambda enabled: [] if enabled else [ variable 189 actions=lambda useSystem: [ variable [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan_exceptions.cpp | 22 typedef _Unwind_Reason_Code PersonalityFn(int version, _Unwind_Action actions, 36 __hwasan_personality_wrapper(int version, _Unwind_Action actions, 44 rc = real_personality(version, actions, exception_class, unwind_exception, 54 if ((actions & _UA_CLEANUP_PHASE) && rc == _URC_CONTINUE_UNWIND) {
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| posix_signals.c | 86 static struct sigaction actions[NSIG] = {}; variable in typeref:struct:sigaction 93 actions[signum].sa_handler(signum); 104 actions[i].sa_handler = SIG_DFL; 112 *oact = actions[sig]; 124 actions[sig] = *act;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/ |
| tuiterm-2.exp | 21 if { $::action_cnt == [llength $::actions] } { 24 set action [lindex $::actions $::action_cnt] 48 set actions { 66 set actions { 84 set actions { 102 set actions {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/ |
| tuiterm-2.exp | 21 if { $::action_cnt == [llength $::actions] } { 24 set action [lindex $::actions $::action_cnt] 48 set actions { 66 set actions { 84 set actions { 102 set actions {
|
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_exceptions.cpp | 22 typedef _Unwind_Reason_Code PersonalityFn(int version, _Unwind_Action actions, 36 __hwasan_personality_wrapper(int version, _Unwind_Action actions, 44 rc = real_personality(version, actions, exception_class, unwind_exception, 54 if ((actions & _UA_CLEANUP_PHASE) && rc == _URC_CONTINUE_UNWIND) {
|
| /src/external/bsd/byacc/dist/ |
| mkpar.c | 21 static action *add_reduce(action *actions, int ruleno, int symbol); 22 static action *add_reductions(int stateno, action *actions); 71 action *actions; local 73 actions = get_shifts(stateno); 74 actions = add_reductions(stateno, actions); 75 return (actions); 81 action *actions, *temp; local 85 actions = NULL; 100 temp->next = actions; [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| packetlen.exp | 20 standard_testfile actions.c 49 gdb_trace_setactions "setup collect actions" \
|
| ax.exp | 23 standard_testfile actions.c
|
| infotrace.exp | 21 standard_testfile actions.c
|
| while-dyn.exp | 20 standard_testfile actions.c
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ |
| packetlen.exp | 20 standard_testfile actions.c 49 gdb_trace_setactions "setup collect actions" \
|
| ax.exp | 23 standard_testfile actions.c
|
| infotrace.exp | 21 standard_testfile actions.c
|
| while-dyn.exp | 20 standard_testfile actions.c
|
| /src/external/mit/expat/dist/fuzz/ |
| xml_lpm_fuzzer.proto | 56 repeated Action actions = 2;
|
| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| unwind-itanium.h | 153 _Unwind_Action actions,\ 159 _Unwind_Action actions,\ 165 #define CALL_PERSONALITY_FUNCTION(name) name(version, actions, exceptionClass, exceptionObject, context)
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| fatal-signal.c | 1 /* Emergency actions in case of a fatal signal. 116 /* Type of an entry in the actions array. 125 /* The registered cleanup actions. */ 127 static actions_entry_t * volatile actions = static_actions; variable 157 action = actions[n].action; 202 /* Extend the actions array. Note that we cannot use xrealloc(), 205 actions_entry_t *old_actions = actions; 217 actions = new_actions; 219 /* Now we can free the old actions array. */ 226 actions[actions_count]. * [all...] |
| pipe.c | 247 posix_spawn_file_actions_t actions; 280 if ((err = posix_spawn_file_actions_init (&actions)) != 0 283 && (err = posix_spawn_file_actions_adddup2 (&actions, 287 && (err = posix_spawn_file_actions_adddup2 (&actions, 291 && (err = posix_spawn_file_actions_addclose (&actions, ofd[0])) 294 && (err = posix_spawn_file_actions_addclose (&actions, ifd[1])) 297 && (err = posix_spawn_file_actions_addclose (&actions, ofd[1])) 300 && (err = posix_spawn_file_actions_addclose (&actions, ifd[0])) 303 && (err = posix_spawn_file_actions_addopen (&actions, 310 && (err = posix_spawn_file_actions_addopen (&actions, [all...] |
| execute.c | 197 posix_spawn_file_actions_t actions; 215 if ((err = posix_spawn_file_actions_init (&actions)) != 0 218 && (err = posix_spawn_file_actions_addopen (&actions, 224 && (err = posix_spawn_file_actions_addopen (&actions, 230 && (err = posix_spawn_file_actions_addopen (&actions, 244 || (err = posix_spawnp (&child, prog_path, &actions, 250 posix_spawn_file_actions_destroy (&actions); 260 posix_spawn_file_actions_destroy (&actions);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| filter_fork_posix.c | 88 posix_spawn_file_actions_t actions; local 123 r = posix_spawn_file_actions_init(&actions); 133 r = posix_spawn_file_actions_addclose(&actions, stdin_pipe[1]); 136 r = posix_spawn_file_actions_addclose(&actions, stdout_pipe[0]); 140 r = posix_spawn_file_actions_adddup2(&actions, stdin_pipe[0], 0); 144 r = posix_spawn_file_actions_addclose(&actions, stdin_pipe[0]); 149 r = posix_spawn_file_actions_adddup2(&actions, stdout_pipe[1], 1); 153 r = posix_spawn_file_actions_addclose(&actions, stdout_pipe[1]); 157 r = posix_spawnp(&child, cmdline->path, &actions, &attr, 161 posix_spawn_file_actions_destroy(&actions); [all...] |
| /src/external/bsd/nvi/dist/motif_l/ |
| m_menu.c | 47 * part, those actions will simply call vi_send with vi commands. 49 * vi commands, and other will have to have special actions. 53 * change VI_STRING to VI_COMMAND so that menu actions cannot 76 * Change VI_STRING to VI_COMMAND so that menu actions cannot be confusing 414 pull_down *actions; 472 static void add_entries( Widget parent, pull_down *actions ) 474 static void add_entries( parent, actions ) 476 pull_down *actions; 482 for ( ; actions->title != NULL; actions++ ) 408 pull_down *actions; member in struct:__anon7600 [all...] |
| /src/external/gpl3/gcc/dist/libobjc/ |
| exception.c | 238 _Unwind_Action actions, 257 _Unwind_Action actions; 262 actions = _UA_SEARCH_PHASE; 266 actions = _UA_CLEANUP_PHASE; 269 actions |= _UA_HANDLER_FRAME; 279 actions |= state & _US_FORCE_UNWIND; 301 if (actions == (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME) 429 else if ((actions & _UA_FORCE_UNWIND) || foreign_exception) 460 if (actions & _UA_SEARCH_PHASE) 485 if (!(actions & _UA_SEARCH_PHASE) 255 _Unwind_Action actions; local [all...] |