Searched refs:act (Results 51 - 75 of 160) sorted by relevance

1234567

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dutil.h105 int ttyaction(char *tty, char *act, char *user);
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dst_bugs.c60 tdesc_t *act, *tgt; local
81 act = ml->ml_type->t_tdesc->t_tdesc;
82 if (act->t_type != STRUCT || !streq(act->t_name, acts[i]))
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dtask.rb223 @actions.each do |act|
224 case act.arity
226 act.call(self)
228 act.call(self, args)
/macosx-10.10.1/screen-22/screen/
H A Dbraille.c668 DoBrailleAction(act, msgok)
669 struct action *act;
677 nr = act->nr;
678 args = act->args;
684 if (ParseSwitch(act, &bd.bd_bell) || !msgok)
693 if (ParseSwitch(act, &bd.bd_eightdot) || !msgok)
704 else if (ParseNum(act, &n))
739 if (ParseSwitch(act, &bd.bd_link))
753 if (ParseSwitch(act, &bd.bd_skip))
762 if (ParseSwitch(act,
[all...]
H A Dtermcap.c1066 struct action *act; local
1073 act = &umtab[i - (T_CURSOR - T_OCAPS + T_CAPS)];
1074 if (act->nr == RC_ILLEGAL)
1075 act = &dmtab[i - (T_CURSOR - T_OCAPS + T_CAPS)];
1079 act = &umtab[i - T_CAPS];
1080 if (act->nr == RC_ILLEGAL)
1081 act = &dmtab[i - T_CAPS];
1083 if (act->nr == RC_ILLEGAL && (i == T_NAVIGATE + 1 || i == T_NAVIGATE + 3))
1086 act = &umtab[i - T_CAPS - 1];
1087 if (act
[all...]
H A Dhelp.c356 AddAction(act, x, y)
357 struct action *act;
373 l = strlen(comms[act->nr].name);
377 PadStr(comms[act->nr].name, l, x, y);
382 pp = act->args;
383 lp = act->argl;
1435 struct action *act; local
1451 act = &bindkeydata->tab[i];
1452 if (act->nr == RC_ILLEGAL)
1460 act
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Tests/
H A DTests.h95 TestDeviceAction act, int tag, void *dataP);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dtio.c328 struct sigaction act,oldact; local
330 memset(&act,0,sizeof(struct sigaction));
331 act.sa_sigaction=NULL;
332 act.sa_handler=SIG_IGN;
333 sigemptyset(&act.sa_mask);
334 act.sa_flags=SA_RESTART;
336 if (sigaction(SIGPIPE,&act,&oldact)!=0)
/macosx-10.10.1/gnutar-453/gnutar/tests/
H A Dgenfile.c289 struct action *act = xmalloc (sizeof (*act)); local
290 act->checkpoint = checkpoint;
291 act->action = action;
292 act->pattern = pattern;
293 act->ts = touch_time;
294 act->size = file_length;
295 act->name = arg;
296 act->next = action_list;
297 action_list = act;
[all...]
/macosx-10.10.1/Security-57031.1.35/sslViewer/
H A DioSock.c68 UInt32 act,
72 if(act == 0) {
76 printf("%s(%u): moved (%u) bytes\n", str, (unsigned)req, (unsigned)act);
81 for(i=0; i<act; i++) {
100 #define tprintf(str, req, act, buf)
65 tprintf( const char *str, UInt32 req, UInt32 act, const UInt8 *buf) argument
/macosx-10.10.1/nano-12/src/
H A Dnano.c49 static struct sigaction act; variable in typeref:struct:sigaction
972 memset(&act, 0, sizeof(struct sigaction));
973 act.sa_handler = SIG_IGN;
974 sigaction(SIGINT, &act, NULL);
975 sigaction(SIGQUIT, &act, NULL);
978 act.sa_handler = handle_hupterm;
979 sigaction(SIGHUP, &act, NULL);
980 sigaction(SIGTERM, &act, NULL);
984 act.sa_handler = handle_sigwinch;
985 sigaction(SIGWINCH, &act, NUL
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Ddcigettext.c743 size_t act; local
791 act = nstr;
814 act = (bottom + top) / 2;
817 domain->orig_tab[act].offset)));
819 top = act;
821 bottom = act + 1;
832 if (act < nstrings)
835 (domain->data + W (domain->must_swap, domain->trans_tab[act].offset));
836 resultlen = W (domain->must_swap, domain->trans_tab[act].length) + 1;
840 result = (char *) domain->trans_sysdep_tab[act
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Ddcigettext.c735 size_t act; local
783 act = nstr;
806 act = (bottom + top) / 2;
809 domain->orig_tab[act].offset)));
811 top = act;
813 bottom = act + 1;
824 if (act < nstrings)
827 (domain->data + W (domain->must_swap, domain->trans_tab[act].offset));
828 resultlen = W (domain->must_swap, domain->trans_tab[act].length) + 1;
832 result = (char *) domain->trans_sysdep_tab[act
[all...]
/macosx-10.10.1/system_cmds-643.1.1/at.tproj/
H A Dat.c225 struct sigaction act; local
239 act.sa_handler = sigc;
240 sigemptyset(&(act.sa_mask));
241 act.sa_flags = 0;
243 sigaction(SIGINT, &act, NULL);
261 act.sa_handler = alarmc;
262 sigemptyset(&(act.sa_mask));
263 act.sa_flags = 0;
268 sigaction(SIGALRM, &act, NULL);
/macosx-10.10.1/dtrace-147/plockstat/
H A Dplockstat.c775 struct sigaction act; local
953 (void) sigemptyset(&act.sa_mask);
954 act.sa_flags = 0;
955 act.sa_handler = intr;
956 (void) sigaction(SIGINT, &act, NULL);
957 (void) sigaction(SIGTERM, &act, NULL);
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_consume.c1476 dt_print_usym(dtrace_hdl_t *dtp, FILE *fp, caddr_t addr, dtrace_actkind_t act) argument
1486 if (act == DTRACEACT_USYM && dtp->dt_vector == NULL) {
1815 dtrace_actkind_t act = rec->dtrd_action; local
1861 if (pd->dtpa_agghist && DTRACEACT_ISAGG(act)) {
1866 assert(act == DTRACEAGG_SUM || act == DTRACEAGG_COUNT);
1876 if (pd->dtpa_aggpack && DTRACEACT_ISAGG(act)) {
1877 switch (act) {
1890 switch (act) {
1901 return (dt_print_usym(dtp, fp, addr, act));
1974 dtrace_actkind_t act; local
2193 dtrace_actkind_t act = rec->dtrd_action; local
[all...]
/macosx-10.10.1/file_cmds-242/pax/
H A Dpax.c77 int act = DEFOP; /* read/write/append/copy */ variable
280 switch (act) {
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ddsaparam.c305 struct sigaction act; local
306 act.sa_handler = timebomb_sigalarm;
307 act.sa_flags = 0;
310 if(sigaction(SIGALRM, &act, NULL) != 0)
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dhiperfifo.c229 static void setsock(SockInfo*f, curl_socket_t s, CURL*e, int act, GlobalInfo*g) argument
232 (act&CURL_POLL_IN?EV_READ:0)|(act&CURL_POLL_OUT?EV_WRITE:0)|EV_PERSIST;
235 f->action = act;
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddgutl.c256 unsigned_char_p_t obj, iface, act; local
270 uuid_to_string(&hdrp->actuid, &act, &st);
284 iface, hdrp->if_vers, hdrp->opnum, act,
290 rpc_string_free(&act, &st);
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c544 #define DTRACEACT_ISSTRING(act) \
545 ((act)->dta_kind == DTRACEACT_DIFEXPR && \
546 (act)->dta_difo->dtdo_rtype.dtdt_kind == DIF_TYPE_STRING)
2292 dtrace_action_t *act; local
2375 for (act = agg->dtag_first; act->dta_intuple; act = act->dta_next) {
2376 i = act->dta_rec.dtrd_offset - agg->dtag_base;
2377 limit = i + act
5854 dtrace_action_t *act; local
9496 dtrace_actdesc_t *act; local
9512 dtrace_actdesc_hold(dtrace_actdesc_t *act) argument
9519 dtrace_actdesc_release(dtrace_actdesc_t *act, dtrace_vstate_t *vstate) argument
9666 dtrace_action_t *act; local
9788 dtrace_action_t *act; local
9969 dtrace_ecb_aggregation_destroy(dtrace_ecb_t *ecb, dtrace_action_t *act) argument
10005 dtrace_action_t *act; local
10160 dtrace_action_t *act = ecb->dte_action; local
10182 dtrace_action_t *act = ecb->dte_action; local
10233 dtrace_action_t *act = ecb->dte_action, *next; local
10375 dtrace_actdesc_t *act; local
11076 dtrace_actdesc_t *act; local
11122 dtrace_actdesc_t *act, *next; local
12003 dtrace_actdesc_t *act, *first = NULL, *last = NULL, *next; local
13871 dtrace_actdesc_t *act; local
16110 dtrace_action_t *act; local
16184 dtrace_action_t *act; local
[all...]
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Ddsn_buf.c214 #define DSB_ACTION(dsb, stat, act) \
215 vstring_strcpy((dsb)->action, !NULL_OR_EMPTY(act) ? (act) : "")
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread-private.c131 struct sigaction act; local
146 sigemptyset(&act.sa_mask);
147 act.sa_handler = interrupt_signal_handler;
148 act.sa_flags = 0;
149 sigaction(INTERRUPT_SIGNAL, &act, NULL);
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dsignal.c210 int sigaction(int signo, const struct sigaction *act, struct sigaction *oact) { argument
222 if ((signo == SIGHUP) && (act && (act->sa_handler == SIG_IGN))
225 if (act)
226 handlers[signo]=act->sa_handler;
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dvoucher_internal.h585 #define _dispatch_voucher_activity_debug(msg, act, ...) \
586 _dispatch_debug("activity[%p] <0x%x>: atm[%p] <%lld>: " msg, (act), \
587 (act) ? VACTID_SUBID((act)->va_id) : 0, (act) ? (act)->va_atm : NULL, \
588 (act) && (act)->va_atm ? (act)->va_atm->vatm_id : 0, ##__VA_ARGS__)
594 #define _dispatch_voucher_activity_debug(msg, act,
[all...]

Completed in 413 milliseconds

1234567