Searched refs:action (Results 276 - 300 of 1168) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dtrap.c22 * trap [-p] action sig...
68 char *action = arg; local
74 clear = (arg!=action && *arg==0);
78 if(*action=='-' && action[1]==0)
85 else if(*action=='+' && action[1]==0 && shp->st.self == &shp->global)
120 if(!clear && *action)
121 shp->st.trap[sig] = strdup(action);
154 shp->st.trapcom[sig] = (shp->sigflag[sig]&SH_SIGOFF) ? Empty : strdup(action);
[all...]
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dheader_body_checks.c10 /* void (*logger) (void *context, const char *action,
101 /* Call-back function for logging an action with the action's
104 /* triggered the action, and optional text or a zero-length
107 /* Call-back function for the PREPEND action. The arguments
109 /* functions. Specify a null pointer to disable this action.
115 /* length of the header or body line that triggered the action,
213 /* How does the action routine know where we are? */
235 * XXX We don't use a hash table for action lookup. Mail rarely triggers
236 * an action, an
305 const char *action; local
336 const char *action; local
448 log_cb(void *context, const char *action, const char *where, const char *content, const char *text) argument
[all...]
/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dopenpam_ttyconv.c67 struct sigaction action, saved_action; local
79 action.sa_handler = &timeout;
80 action.sa_flags = 0;
81 sigemptyset(&action.sa_mask);
82 sigaction(SIGALRM, &action, &saved_action);
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSCircle.h58 void SOSCircleForEachApplicant(SOSCircleRef circle, void (^action)(SOSPeerInfoRef peer));
80 void SOSCircleForEachPeer(SOSCircleRef circle, void (^action)(SOSPeerInfoRef peer));
81 void SOSCircleForEachRetiredPeer(SOSCircleRef circle, void (^action)(SOSPeerInfoRef peer));
82 void SOSCircleForEachActivePeer(SOSCircleRef circle, void (^action)(SOSPeerInfoRef peer));
83 void SOSCircleForEachActiveValidPeer(SOSCircleRef circle, SecKeyRef user_public_key, void (^action)(SOSPeerInfoRef peer));
/macosx-10.9.5/bash-92/bash-3.2/
H A Dcommand.h201 /* Pattern/action structure for CASE_COM. */
205 COMMAND *action; /* Thing to execute if a pattern matches. */ member in struct:pattern_list
223 COMMAND *action; /* The action to execute. member in struct:for_com
235 COMMAND *action; member in struct:arith_for_com
246 COMMAND *action; /* The action to execute. member in struct:select_com
264 COMMAND *action; /* Thing to do while test is non-zero. */ member in struct:while_com
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dsocket.c95 struct sigaction action; /* Actions for POSIX signals */ local
112 memset(&action, 0, sizeof(action));
113 action.sa_handler = SIG_IGN;
114 sigaction(SIGPIPE, &action, NULL);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Deap_aka.c245 eap_out->action = EAP_ACTION_NONE;
272 eap_out->action = EAP_ACTION_SEND;
278 eap_out->action = EAP_ACTION_ACCESS_DENIED;
283 eap_out->action = EAP_ACTION_ACCESS_GRANTED;
288 eap_out->action = EAP_ACTION_ACCESS_DENIED;
H A Deap_sim.c241 eap_out->action = EAP_ACTION_NONE;
268 eap_out->action = EAP_ACTION_SEND;
274 eap_out->action = EAP_ACTION_ACCESS_DENIED;
279 eap_out->action = EAP_ACTION_ACCESS_GRANTED;
284 eap_out->action = EAP_ACTION_ACCESS_DENIED;
/macosx-10.9.5/tcl-102/tcl/tcl/macosx/
H A DGNUmakefile50 install-%: action := install- macro
59 clean-%: action := clean- macro
62 distclean-%: action := distclean- macro
66 test-%: action := test- macro
88 ${MAKE} ${action}${PROJECT} \
/macosx-10.9.5/tcl-102/tcl84/tcl/macosx/
H A DMakefile50 install-%: action := install- macro
59 clean-%: action := clean- macro
62 distclean-%: action := distclean- macro
66 test-%: action := test- macro
84 ${MAKE} ${action}${PROJECT} \
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip6.h304 #define IP6_EXTHDR_CHECK(m, off, hlen, action) \
311 action; \
317 action; \
324 action; \
333 action; \
/macosx-10.9.5/xnu-2422.115.4/osfmk/kperf/
H A Dtimetrigger.c43 #include <kperf/action.h>
139 /* call the action -- kernel-only from interrupt, pend user */
392 kperf_timer_get_action( unsigned timer, uint32_t *action )
397 *action = timerv[timer].actionid;
403 kperf_timer_set_action( unsigned timer, uint32_t action )
408 timerv[timer].actionid = action;
443 /* creating the action arror for the first time. create a few
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage.cpp182 // Lookup the appropriate editor command to use for WebAction \a action
183 const char* QWebPagePrivate::editorCommandForWebActions(QWebPage::WebAction action) argument
185 if ((action > QWebPage::NoWebAction) && (action < int(sizeof(editorCommandWebActions) / sizeof(const char*))))
186 return editorCommandWebActions[action];
454 static QWebPage::WebAction webActionForAdapterMenuAction(QWebPageAdapter::MenuAction action) argument
456 switch (action) {
471 static QWebPageAdapter::MenuAction adapterMenuActionForWebAction(QWebPage::WebAction action) argument
473 switch (action) {
497 QWebPage::WebAction action local
561 updateAction(QWebPage::WebAction action) argument
783 QWebPage::WebAction action; member in struct:__anon5659
879 Qt::DropAction action = dragEntered(ev->mimeData(), QPointF(ev->pos()).toPoint(), ev->possibleActions()); local
1688 triggerAction(WebAction action, bool) argument
1825 QWebPage::WebAction action = editorActionForKeyEvent(event); local
1886 QWebPage::WebAction action = editorActionForKeyEvent(event); local
2158 QAction *QWebPage::action(WebAction action) const function in class:QWebPage
2726 QWebPage::WebAction action = webActionForAdapterMenuAction(QWebPageAdapter::MenuAction(i)); local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-xtensa.c3623 the action in-place directly into the contents and return TRUE. Otherwise,
3792 the action in-place directly into the contents and return TRUE. Otherwise,
4542 "ta_remove_literal" remove a literal; this action is
4545 "ta_add_literal" insert a new literal; this action is
4552 removed by performing the text action. In the case of a "ta_widen"
4573 /* Structure for a text action record. */
4576 text_action_t action;
4606 /* When the action is another fill at the same address,
4608 if (t->offset == offset && t->action == ta_fill)
4629 BFD_ASSERT (ta == NULL || ta->action
4561 text_action_t action; member in struct:text_action_struct
4649 text_action_add(text_action_list *l, text_action_t action, asection *sec, bfd_vma offset, int removed) argument
4690 text_action_add_literal(text_action_list *l, text_action_t action, const r_reloc *loc, const literal_value *value, int removed) argument
5340 text_action_t action; member in struct:proposed_action_struct
5596 ebb_propose_action(ebb_constraint *c, enum ebb_target_enum align_type, bfd_vma alignment_pow, text_action_t action, bfd_vma offset, int removed_bytes, bfd_boolean do_action) argument
6698 proposed_action *action = NULL; local
6811 proposed_action *action = &ebb_table->actions[i]; local
6880 proposed_action *action = &ebb_table->actions[i]; local
6888 proposed_action *action; local
7136 proposed_action *action = &constraint->actions[j]; local
7202 const proposed_action *action = &constraint->actions[i]; local
7222 proposed_action *action = &ebb_table->actions[i]; local
8029 text_action *action = local
8183 text_action *action = relax_info->action_list.head; local
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dtermios.c262 tcflow(fd, action)
263 int fd, action;
265 switch (action) {
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DTrust.h74 void action(CSSM_TP_ACTION action) { mAction = action; } argument
145 CSSM_TP_ACTION mAction; // TP action to verify
146 CFRef<CFDataRef> mActionData; // action data
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DTrust.h74 void action(CSSM_TP_ACTION action) { mAction = action; } argument
145 CSSM_TP_ACTION mAction; // TP action to verify
146 CFRef<CFDataRef> mActionData; // action data
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DTrust.h74 void action(CSSM_TP_ACTION action) { mAction = action; } argument
145 CSSM_TP_ACTION mAction; // TP action to verify
146 CFRef<CFDataRef> mActionData; // action data
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dclient.h260 isc_taskaction_t action, void *arg,
288 * and does not block. When name resolution is completed, 'action' will be
396 isc_task_t *task, isc_taskaction_t action, void *arg,
426 * and does not block. When the transaction is completed, 'action' will be
496 isc_task_t *task, isc_taskaction_t action, void *arg,
543 * 'action' will be called with the argument of a 'dns_clientupdateevent_t'
/macosx-10.9.5/gnutar-452/gnutar/tests/
H A Dgenfile.c165 N_("Perform given action (see below) upon reaching checkpoint NUMBER"),
273 struct action struct
275 struct action *next;
277 int action; member in struct:action
284 static struct action *action_list;
287 reg_action (int action, char *arg) argument
289 struct action *act = xmalloc (sizeof (*act));
291 act->action = action;
643 exec_checkpoint (struct action *
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/llvm-build/llvmbuild/
H A Dmain.py747 action="store", default=None)
752 action="store", default=None, metavar="PATH")
755 action="store", default=None)
761 action="store_true", default=False)
764 action="store", default=None, metavar="PATH")
768 action="store", default=None)
772 action="store", default=None)
776 action="store", default=None)
784 metavar="SUBPATH", action="append", default=None)
792 action
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dpf.c385 int direction, int *action)
388 *action = PF_DROP;
389 return (action);
398 *action = PF_PASS;
399 return (action);
407 int action; \
418 if (pf_state_lookup_aux(state, kif, direction, &action)) \
419 return (action); \
1365 (*sn)->ruletype = rule->action;
3393 if (r->action
384 pf_state_lookup_aux(struct pf_state **state, struct pfi_kif *kif, int direction, int *action) argument
6381 int dx, action, extfilter; local
6900 int dx, action; local
7306 int action; local
8089 u_short action = PF_PASS, reason = 0, log = 0; local
8620 u_short action = PF_PASS, reason = 0, log = 0; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DRange.cpp672 PassRefPtr<DocumentFragment> Range::processContents(ActionType action, ExceptionCode& ec) argument
677 if (action == EXTRACT_CONTENTS || action == CLONE_CONTENTS)
692 processContentsBetweenOffsets(action, fragment, m_start.container(), m_start.offset(), m_end.offset(), ec);
715 // These are deleted, cloned, or extracted (i.e. both) depending on action.
722 leftContents = processContentsBetweenOffsets(action, 0, m_start.container(), m_start.offset(), lengthOfContentsInNode(m_start.container()), ec);
723 leftContents = processAncestorsAndTheirSiblings(action, m_start.container(), ProcessContentsForward, leftContents, commonRoot.get(), ec);
728 rightContents = processContentsBetweenOffsets(action, 0, m_end.container(), 0, m_end.offset(), ec);
729 rightContents = processAncestorsAndTheirSiblings(action, m_end.container(), ProcessContentsBackward, rightContents, commonRoot.get(), ec);
739 if (action
776 processContentsBetweenOffsets(ActionType action, PassRefPtr<DocumentFragment> fragment, Node* container, unsigned startOffset, unsigned endOffset, ExceptionCode& ec) argument
850 processNodes(ActionType action, Vector<RefPtr<Node> >& nodes, PassRefPtr<Node> oldContainer, PassRefPtr<Node> newContainer, ExceptionCode& ec) argument
867 processAncestorsAndTheirSiblings(ActionType action, Node* container, ContentsProcessDirection direction, PassRefPtr<Node> passedClonedContainer, Node* commonRoot, ExceptionCode& ec) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-uu.el57 ;; Default viewing action rules
1030 action name)
1034 (setq action (gnus-uu-get-action name))
1035 (setcar files (nconc (list (if (string= action "gnus-uu-archive")
1036 (cons 'action "file")
1037 (cons 'action action))
1039 action name)))
1044 (defun gnus-uu-get-action (fil
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DForeignKeyTest.java268 Entity2(String pk, String sk, DeleteAction action) { argument
270 switch (action) {
285 String getSk(DeleteAction action) { argument
286 switch (action) {
312 Entity3(String pk, String sk, DeleteAction action) { argument
313 super(pk, sk, action);

Completed in 431 milliseconds

<<11121314151617181920>>