Searched refs:actions (Results 1 - 25 of 157) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr23237.c8 static __attribute__ ((__section__ (".init.data"))) int (*actions[])(void) = {}; variable
13 if(!actions[0])
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A Dpr23237.c4 static __attribute__ ((__section__ (".init.data"))) int (*actions[])(void) = {}; variable
9 if(!actions[0])
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.misc-tests/
H A Dmg-2.exp22 set actions none-of-the-above
H A Dmg.exp22 set actions none-of-the-above
H A Dacker1.exp25 set actions run
H A Ddhry.exp25 set actions run
H A Dmatrix1.exp25 set actions run
H A Dsieve.exp25 set actions run
H A Dsort2.exp25 set actions run
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.misc-tests/
H A Dmg-2.exp22 set actions none-of-the-above
H A Dmg.exp22 set actions none-of-the-above
H A Dacker1.exp25 set actions run
H A Ddhry.exp25 set actions run
H A Dmatrix1.exp25 set actions run
H A Dsieve.exp25 set actions run
H A Dsort2.exp25 set actions run
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/include/idn/
H A Dapi.h144 * 'actions' specifies actions and options of the encoding procedure.
199 idn_encodename(idn_action_t actions, const char *from, char *to, size_t tolen);
224 * 'actions' specifies actions of the decoding procedure.
253 * 'actions' specifies what actions to take when decoding, and is
276 idn_decodename(idn_action_t actions, const char *from, char *to, size_t tolen);
293 idn_decodename2(idn_action_t actions, const char *from, char *to, size_t tolen,
/netbsd-6-1-5-RELEASE/tests/rump/rumpkern/h_server/
H A Dh_simpleserver.c20 } actions[] = { variable in typeref:struct:__anon9704
44 for (i = 0; i < __arraycount(actions); i++) {
45 if (strcmp(actions[i].str, argv[2]) == 0) {
47 actions[i].dofun(arg);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/
H A Dapi.c141 idn_encodename(idn_action_t actions, const char *from, char *to, size_t tolen) { argument
146 TRACE(("idn_encodename(actions=%s, from=\"%s\")\n",
147 idn__res_actionstostring(actions),
153 r = idn_res_encodename(default_conf, actions, from, to, tolen);
166 idn_decodename(idn_action_t actions, const char *from, char *to, size_t tolen) { argument
171 TRACE(("idn_decodename(actions=%s, from=\"%s\", tolen=%d)\n",
172 idn__res_actionstostring(actions),
178 r = idn_res_decodename(default_conf, actions, from, to, tolen);
191 idn_decodename2(idn_action_t actions, const char *from, char *to, size_t tolen, argument
197 TRACE(("idn_decodename2(actions
228 mdn_encodename(int actions, const char *from, char *to, size_t tolen) argument
244 mdn_decodename(int actions, const char *from, char *to, size_t tolen) argument
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dposix_signals.c86 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;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/eh/
H A Dforced2.C12 force_unwind_stop (int version, _Unwind_Action actions, argument
18 if (actions & _UA_END_OF_STACK)
H A Dforced3.C13 force_unwind_stop (int version, _Unwind_Action actions, argument
19 if (actions & _UA_END_OF_STACK)
H A Dforced4.C12 force_unwind_stop (int version, _Unwind_Action actions, argument
18 if (actions & _UA_END_OF_STACK)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/expr/
H A Dstmt-expr-1.C25 QList<QAction*> actions() const;
33 QForeachContainer<__typeof__(actions())> _container_;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dcleanup-5.c12 force_unwind_stop (int version, _Unwind_Action actions, argument
18 if (actions & _UA_END_OF_STACK)

Completed in 152 milliseconds

1234567