Searched refs:traps (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_trap.c52 } traps[NSIG]; variable in typeref:struct:trap
71 return(traps[sig].name);
104 trap = &traps[current_sig];
146 traps[SIGCHLD].mark = TRUE;
151 if (traps[i].mark) {
190 traps[sig].mark = TRUE;
245 traps[i].name = Tcl_SignalId(i);
246 traps[i].action = 0;
247 traps[i].reserved = FALSE;
256 traps[SIGCL
[all...]
H A Dexp_command.c155 init_traps(RETSIGTYPE (*traps[])()) argument
160 traps[i] = SIG_ERR;
605 RETSIGTYPE (*traps[NSIG])();
666 init_traps(&traps);
790 traps[sig] = sig_handler;
1287 if (traps[i] != SIG_ERR) {
1288 signal(i,traps[i]);
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dhv_support.c56 .traps = NULL,
60 .traps = NULL,
193 hv_set_traps(hv_trap_type_t trap_type, const hv_trap_t *traps, argument
201 trap_table->traps = traps;
211 /* release hv_*_trap traps */
219 trap_table->traps = NULL;
262 hv_trap_table[type].traps[index](target, argument) \
H A Dhv_support.h53 const hv_trap_t *traps; member in struct:__anon15420
79 const hv_trap_t *traps, unsigned trap_count);
/macosx-10.10/libstdcxx-104.1/src/
H A Dlimits.cc60 const bool __numeric_limits_base::traps; member in class:__numeric_limits_base
84 const bool numeric_limits<bool>::traps; member in class:numeric_limits
108 const bool numeric_limits<char>::traps; member in class:numeric_limits
132 const bool numeric_limits<signed char>::traps; member in class:numeric_limits
156 const bool numeric_limits<unsigned char>::traps; member in class:numeric_limits
182 const bool numeric_limits<wchar_t>::traps; member in class:numeric_limits
207 const bool numeric_limits<short>::traps; member in class:numeric_limits
231 const bool numeric_limits<unsigned short>::traps; member in class:numeric_limits
255 const bool numeric_limits<int>::traps; member in class:numeric_limits
279 const bool numeric_limits<unsigned int>::traps; member in class:numeric_limits
303 const bool numeric_limits<long>::traps; member in class:numeric_limits
327 const bool numeric_limits<unsigned long>::traps; member in class:numeric_limits
351 const bool numeric_limits<long long>::traps; member in class:numeric_limits
374 const bool numeric_limits<unsigned long long>::traps; member in class:numeric_limits
398 const bool numeric_limits<float>::traps; member in class:numeric_limits
422 const bool numeric_limits<double>::traps; member in class:numeric_limits
446 const bool numeric_limits<long double>::traps; member in class:numeric_limits
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A DdecContext.c69 context->traps=DEC_Errors; /* all but informational */
84 context->traps=0; /* no traps set */
95 context->traps=0; /* no traps set */
106 context->traps=0; /* no traps set */
205 if (status & context->traps) raise(SIGFPE);
H A DdecContext.h48 /* traps -- only defined bits may be set */
62 #include <signal.h> /* for traps */
93 uint32_t traps; /* trap-enabler flags */ member in struct:__anon931
H A Ddigitlst.cpp69 fContext.traps = 0;
143 c.traps = 0;
H A DdecNumber.c133 /* call decStatus even if traps are set in the context) and should */
3228 workset.traps=0; /* no traps */
3240 workset.traps=0; /* no traps */
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dtrap.c102 /* internal traps */
162 else /* print out current traps */
279 /* sig prefix cannot match internal traps */
358 * if <flag> is <-1, then print all traps
367 const char *traps[SH_DEBUGTRAP+1]; local
375 traps[sig] = 0;
388 traps[sig&~SH_TRAP] = (char*)tp->sh_name;
396 /* print the traps */
399 /* use parent traps if otrapcom is set (for $(trap) */
413 sfprintf(sfstdout,trapfmt,sh_fmtq(trap),traps[si
[all...]
/macosx-10.10/procmail-14/procmail/src/
H A Dprocmail.h83 #define traps (strenstr[3].sval) macro
H A Dmisc.c293 exectrap(traps);
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DFile.pm250 See L<perlfunc/chmod> for more on potential traps when passing octal
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dbsd_i386.c399 #error U32 mach traps on x86_64 kernel requires munging
/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc_ops.c77 static void traps (struct parse *, FILE *);
187 { "traps", traps, { NO, NO, NO, NO },
189 "display the traps set in the server" },
2366 * traps - obtain and print a list of traps
2370 traps( function
2457 * do_addclr_trap - do grunge work of adding/deleting traps
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsystrace.c630 #error 1 << SYSTRACE_SHIFT must exceed number of Mach traps
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/
H A DSSL.pm2100 There are a number of nasty traps that lie in wait if you are not careful about using
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices471 sgmp-traps 160/udp # SGMP-TRAPS
472 sgmp-traps 160/tcp # SGMP-TRAPS

Completed in 220 milliseconds