Searched refs:act (Results 1 - 25 of 160) sorted by relevance

1234567

/macosx-10.10.1/Libc-1044.1.2/emulated/
H A Dbsd_signal.c32 struct sigaction act, oact; local
35 act.sa_handler = func;
36 act.sa_flags = SA_RESTART;
38 sigemptyset(&act.sa_mask);
39 sigaddset(&act.sa_mask, sig);
40 if (sigaction(sig, &act, &oact) == -1)
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dabort.c59 struct sigaction act; local
71 sigfillset(&act.sa_mask);
76 sigdelset(&act.sa_mask, SIGABRT);
90 (void)pthread_sigmask(SIG_SETMASK, &act.sa_mask, NULL);
105 struct sigaction act; local
109 act.sa_handler = SIG_DFL;
110 act.sa_flags = 0;
111 sigfillset(&act.sa_mask);
112 (void)_sigaction(SIGABRT, &act, NULL);
113 sigdelset(&act
[all...]
/macosx-10.10.1/ntp-92/sntp/
H A Dcrypto.c82 struct key *act = emalloc(sizeof(struct key)); local
102 if ((scan_cnt = sscanf(kbuf, "%i %c %16s", &act->key_id, &act->type, act->key_seq)) == 3) {
103 act->key_len = strlen(act->key_seq);
104 act->next = NULL;
107 *keys = act;
109 prev->next = act;
110 prev = act;
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dsignal.c65 struct sigaction act; local
67 act.sa_handler = nop;
68 act.sa_flags = 0;
70 (void) sigemptyset(&act.sa_mask);
71 (void) sigaction(SIGUSR1, &act, NULL);
/macosx-10.10.1/dtrace-147/test/tst/common/io/
H A Dtst.fds.c50 struct sigaction act; local
57 act.sa_handler = interrupt;
58 act.sa_flags = 0;
60 (void) sigemptyset(&act.sa_mask);
61 (void) sigaction(SIGUSR1, &act, NULL);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.sig.c42 struct sigaction act; local
44 act.sa_handler = fn;
45 sigemptyset(&act.sa_mask);
46 act.sa_flags = 0;
47 if (sigaction(sig, &act, NULL) == 0) {
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dvoucher.c46 _voucher_activity_t act);
51 _voucher_activity_t act);
52 static inline void _voucher_activity_release(_voucher_activity_t act);
321 _voucher_activity_t act = _voucher_activity_get(voucher); local
322 return _voucher_activity_get_atm_mach_voucher(act);
465 _voucher_activity_t act = NULL; local
468 act = _voucher_activity_copy_from_mach_voucher(rkv, va_id);
469 if (!act && _voucher_activity_default) {
473 } else if (act && act
1268 _voucher_activity_buffer_init(_voucher_activity_t act, _voucher_activity_buffer_header_t buffer, bool reuse) argument
1282 _voucher_activity_buffer_alloc_slow(_voucher_activity_t act, _voucher_activity_buffer_header_t current) argument
1313 _voucher_activity_buffer_alloc(_voucher_activity_t act, _voucher_activity_buffer_header_t current) argument
1362 _voucher_activity_copy(_voucher_activity_t act) argument
1375 _voucher_activity_retain(_voucher_activity_t act) argument
1386 _voucher_activity_release(_voucher_activity_t act) argument
1402 _voucher_activity_atm_retain(_voucher_activity_t act) argument
1415 _voucher_activity_atm_release(_voucher_activity_t act) argument
1432 _voucher_activity_t act; local
1441 _voucher_activity_t act; local
1454 _voucher_activity_t act = _voucher_activity_find(va_id, hash); local
1471 _voucher_activity_t act = _voucher_activity_find(va_id, hash); local
1489 _voucher_activity_try_remove(_voucher_activity_t act) argument
1501 TAILQ_REMOVE(vam_activities(hash), act, va_list); local
1525 _voucher_activity_t act = (_voucher_activity_t)buffer; local
1561 _voucher_activity_dispose(_voucher_activity_t act) argument
1583 _voucher_activity_collect(_voucher_activity_t act) argument
1780 _voucher_activity_t act = TAILQ_LAST(vatm_activities(vatm), local
1796 _voucher_activity_t act = TAILQ_FIRST(vatm_used_activities(vatm)); local
1807 _voucher_atm_activity_insert(_voucher_atm_t vatm, _voucher_activity_t act) argument
1825 _voucher_atm_activity_remove(_voucher_activity_t act) argument
1831 TAILQ_REMOVE(vatm_activities(vatm), act, va_atm_used_list); local
1836 TAILQ_REMOVE(vatm_activities(vatm), act, va_atm_list); local
1848 _voucher_atm_activity_mark_used(_voucher_activity_t act) argument
1863 _voucher_atm_activity_mark_unused(_voucher_activity_t act) argument
1888 _voucher_activity_t act; local
1980 _voucher_activity_t act = _voucher_activity_get(_voucher_get()); local
2189 _voucher_activity_get_atm_mach_voucher(_voucher_activity_t act) argument
2285 _voucher_activity_t act = NULL; local
2444 _voucher_activity_t act; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/IO-SessionData-1.03/lib/IO/
H A DSessionSet.pm99 my ($thing,$rw,$act) = @_;
105 if (defined $act && $act != $prior) {
106 $self->{$select}->add($handle) if $act;
107 $self->{$select}->remove($handle) unless $act;
108 warn $act ? 'Activating' : 'Inactivating',
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dast.h198 #define ast_context(act) \
202 if ((*myast = ((*myast &~ AST_PER_THREAD) | (act)->ast)) != AST_NONE) \
215 #define thread_ast_set(act, reason) \
216 (hw_atomic_or_noret(&(act)->ast, (reason)))
217 #define thread_ast_clear(act, reason) \
218 (hw_atomic_and_noret(&(act)->ast, ~(reason)))
219 #define thread_ast_clear_all(act) \
220 (hw_atomic_and_noret(&(act)->ast, AST_NONE))
/macosx-10.10.1/ruby-106/ruby/lib/racc/
H A Dparser.rb280 tok = act = i = nil
299 act = action_table[i] and
301 act = action_default[@racc_state[-1]]
304 act = action_default[@racc_state[-1]]
306 while act = _racc_evalact(act, arg)
329 act = nil
334 while act = _racc_evalact(action_default[@racc_state[-1]], arg)
349 act = action_table[i] and
351 act
[all...]
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dposix_signals.c21 /* int sigaction(sig, act, oact)
23 /* struct sigaction *act;
94 int sigaction(int sig, struct sigaction *act, struct sigaction *oact) argument
114 sighandle, act->sa_mask,
115 act->sa_flags & SA_RESTART ? SV_INTERRUPT : 0
122 actions[sig] = *act;
/macosx-10.10.1/libunwind-35.3/testsuite/
H A Dpersonality.cxx19 const char* actionString(_Unwind_Action act) argument
24 if ( act & _UA_SEARCH_PHASE )
26 if ( act & _UA_CLEANUP_PHASE )
28 if ( act & _UA_HANDLER_FRAME )
30 if ( act & _UA_FORCE_UNWIND )
32 if ( act & _UA_END_OF_STACK )
34 if ( act & 0xFFFFFFE0 )
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsig.c221 struct sigaction act, oact; local
232 act.sa_handler = termsig_sighandler;
233 act.sa_flags = 0;
234 sigemptyset (&act.sa_mask);
237 sigaddset (&act.sa_mask, XSIG (i));
244 sigaction (XSIG (i), &act, &oact); local
251 sigaction (XSIG (i), &oact, &act); local
320 struct sigaction act; local
327 act.sa_flags = 0;
328 sigemptyset (&act
338 sigaction (XSIG (i), &act, (struct sigaction *) NULL); local
599 struct sigaction act, oact; local
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/test/unit/
H A Dassertions.rb144 def assert_equal(exp, act, msg = nil)
147 act_str = mu_pp(act)
151 if (exp.is_a?(String) && act.is_a?(String)) ||
152 (exp.is_a?(Regexp) && act.is_a?(Regexp))
154 act_comment = " (#{act.encoding})"
155 elsif exp.is_a?(Float) && act.is_a?(Float)
157 act_str = "%\#.#{Float::DIG+2}g" % act
158 elsif exp.is_a?(Time) && act.is_a?(Time)
164 if act.subsec * 1000_000_000 == act
[all...]
/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DDriver.pm253 my($actions,$act,$stateno);
276 $act= exists($$actions{ACTIONS}{$$token})
283 $act=$$actions{DEFAULT};
288 defined($act)
291 $act > 0
295 #DBG> and print STDERR "Shift and go to state $act.\n";
311 push(@$stack,[ $act, $$value ]);
320 ($lhs,$len,$code)=@{$$rules[-$act]};
323 #DBG> and $act
324 #DBG> and print STDERR "Reduce using rule ".-$act
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_rmclass_debug.h115 #define CBQTRACE(func, act, obj) { \
119 *_p++ = (int)(act); \
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-tools/
H A Dstatslog109 my($conn, $line, $act);
112 ? (($conn, $line, $act) = /\bconn=(\d+) (\S+ (\S+).*\n)/)
113 : (($conn, $act) = /\bconn=(\d+) \S+ (\S+)/ )) {
115 out("", $conn) if $act eq 'closed';
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dc-stack.c177 struct sigaction act;
192 sigemptyset (&act.sa_mask);
197 act.sa_flags = SA_NODEFER | SA_ONSTACK | SA_RESETHAND | SA_SIGINFO;
199 act.sa_sigaction = segv_handler;
200 return sigaction (SIGSEGV, &act, 0);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tty/
H A Dlib_tstp.c140 sigaction_t act, oact; local
202 act.sa_handler = SIG_DFL;
203 sigemptyset(&act.sa_mask);
204 act.sa_flags = 0;
206 act.sa_flags |= SA_RESTART;
208 sigaction(SIGTSTP, &act, &oact);
246 sigaction_t act; local
247 sigemptyset(&act.sa_mask);
248 act.sa_flags = 0;
249 act
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsandbox-seccomp-filter.c168 struct sigaction act; local
172 memset(&act, 0, sizeof(act));
176 act.sa_sigaction = &ssh_sandbox_violation;
177 act.sa_flags = SA_SIGINFO;
178 if (sigaction(SIGSYS, &act, NULL) == -1)
/macosx-10.10.1/ruby-106/ruby/ext/racc/cparse/
H A Dcparse.c208 static void shift _((struct cparse_params* v, long act, VALUE tok, VALUE val));
209 static int reduce _((struct cparse_params* v, long act));
437 #define SHIFT(v,act,tok,val) shift(v,act,tok,val)
438 #define REDUCE(v,act) do {\
439 switch (reduce(v,act)) { \
456 long act; /* action type */ local
469 D_printf("(act) k1=%ld\n", v->curstate);
472 D_puts("(act) pointer[k1] ok");
496 D_printf("(act)
662 shift(struct cparse_params *v, long act, VALUE tok, VALUE val) argument
675 reduce(struct cparse_params *v, long act) argument
[all...]
/macosx-10.10.1/apr-32/apr/apr/threadproc/unix/
H A Dsignals.c76 struct sigaction act, oact; local
78 act.sa_handler = func;
79 sigemptyset(&act.sa_mask);
80 act.sa_flags = 0;
82 act.sa_flags |= SA_INTERRUPT;
91 act.sa_flags |= SA_NOCLDWAIT;
100 act.sa_handler = avoid_zombies;
103 if (sigaction(signo, &act, &oact) < 0)
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dfmtmsg.c169 const char *text, const char *act, const char *tag)
182 if (act != MM_NULLACT)
183 size += strlen(act);
200 } else if (strcmp(comp, "action") == 0 && act != MM_NULLACT) {
203 strlcat(output, act, size);
168 printfmt(char *msgverb, long class, const char *label, int sev, const char *text, const char *act, const char *tag) argument
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dkmacro.el918 `append', `append-end', `act-repeat', `skip-end', `skip-keep'.")
920 ;; query-replace-map answers include: `act', `skip', `act-and-show',
921 ;; `exit', `act-and-exit', `edit', `delete-and-edit', `recenter',
927 (define-key kmacro-step-edit-map "\t" 'act-repeat)
928 (define-key kmacro-step-edit-map [tab] 'act-repeat)
1002 act restore-index next-index)
1038 (setq act 'ignore))
1040 (setq act 'act)))
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_debug.c110 tcp_trace(act, ostate, tp, ipgen, th, req)
111 short act, ostate;
135 td->td_act = act;
198 printf("%s ", tanames[act]);
199 switch (act) {
213 if (act == TA_OUTPUT) {
218 if (act == TA_OUTPUT)

Completed in 210 milliseconds

1234567