Searched refs:control (Results 51 - 75 of 655) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dchar.tcl94 if {[::string is control -strict $ch]} {
144 if {[::string is control -strict $ch]} {
190 if {[::string is control -strict $ch]} {
234 if {[::string is control -strict $ch]} {
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/ex_rep/base/
H A Drep_net.c485 get_next_message(fd, rec, control)
487 DBT *rec, *control;
498 * 4 bytes - control->size
499 * (# read above) - control->data
520 /* Read control->size. */
525 /* Read the control struct itself. */
527 controlbuf = control->data;
528 if (control->size < csize)
534 if (control->data != NULL)
535 free(control
[all...]
/macosx-10.10.1/cups-408/cups/backend/
H A Dlpd.c60 * The order for control and data files in LPD requests...
64 #define ORDER_DATA_CONTROL 1 /* Data file first, then control */
127 int order; /* Order of control/data files */
319 * Set control/data order...
333 * Set control/data order...
336 if (!_cups_strcasecmp(value, "control,data"))
338 else if (!_cups_strcasecmp(value, "data,control"))
653 int order, /* I - Order of data/control files */
665 char control[10240], /* LPD control 'fil local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dresrc.c789 /* Define a dialog control. This does not define a resource, but
835 rcparse_warning (_("control data requires DIALOGEX"));
1997 const struct dialog_control *control;
2043 for (control = dialog->controls; control != NULL; control = control->next)
2044 write_rc_dialog_control (e, control);
2049 /* For each predefined control keyword, this table provides the class
2085 /* Write a dialog control argument
1994 const struct dialog_control *control; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-goodies.el76 You can control which line is recentered to by customizing the
143 ;;; IRC control character processing.
144 (defgroup erc-control-characters nil
145 "Dealing with control characters"
156 :group 'erc-control-characters
157 :type '(choice (const :tag "Highlight control characters" t)
158 (const :tag "Remove control characters" remove)
159 (const :tag "Display raw control characters" nil)))
163 :group 'erc-control-characters
169 :group 'erc-control
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-atalk.c269 switch (ap->control & 0xc0) {
273 ap->control & atpXO? " " : "*",
281 switch (ap->control & (atpEOM|atpSTS)) {
296 ap->control & atpEOM? "*" : " ",
298 switch (ap->control & (atpXO|atpSTS)) {
320 /* there shouldn't be any control flags */
321 if (ap->control & (atpXO|atpEOM|atpSTS)) {
323 if (ap->control & atpXO) {
327 if (ap->control & atpEOM) {
331 if (ap->control
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dcontrolconf.c53 #include <named/control.h>
591 isc_socket_setname(sock, "control", NULL);
710 register_keys(const cfg_obj_t *control, const cfg_obj_t *keylist, argument
727 cfg_obj_log(control, ns_g_lctx, ISC_LOG_WARNING,
749 cfg_obj_log(control, ns_g_lctx,
886 get_key_info(const cfg_obj_t *config, const cfg_obj_t *control, argument
897 control_keylist = cfg_tuple_get(control, "keys");
912 const cfg_obj_t *control, const cfg_obj_t *config,
951 * the problem that if a key change is being caused by a control
955 if (control !
911 update_listener(ns_controls_t *cp, controllistener_t **listenerp, const cfg_obj_t *control, const cfg_obj_t *config, isc_sockaddr_t *addr, cfg_aclconfctx_t *aclconfctx, const char *socktext, isc_sockettype_t type) argument
1049 add_listener(ns_controls_t *cp, controllistener_t **listenerp, const cfg_obj_t *control, const cfg_obj_t *config, isc_sockaddr_t *addr, cfg_aclconfctx_t *aclconfctx, const char *socktext, isc_sockettype_t type) argument
1235 const cfg_obj_t *control; local
1301 const cfg_obj_t *control; local
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWBusCommand.cpp46 bool IOFWBusCommand::initWithController(IOFireWireController *control, FWBusCallback completion, void *refcon) argument
48 if(!IOFWCommand::initWithController(control))
H A DIOFWPHYPacketListener.cpp81 bool IOFWPHYPacketListener::initWithController( IOFireWireController * control )
86 fControl = control;
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml17 (* control *)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml17 (* control *)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml17 (* control *)
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dhostsaccess.vim2 " Language: hosts_access(5) control file
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A D5x5.el136 (define-key map [(control a)] #'5x5-bol)
137 (define-key map [(control e)] #'5x5-eol)
138 (define-key map [(control p)] #'5x5-up)
139 (define-key map [(control n)] #'5x5-down)
140 (define-key map [(control b)] #'5x5-left)
141 (define-key map [(control f)] #'5x5-right)
147 (define-key map [(control c) (control r)] #'5x5-crack-randomly)
148 (define-key map [(control c) (control
[all...]
/macosx-10.10.1/apr-32/apr/apr/threadproc/netware/
H A Dthread.c236 APR_DECLARE(apr_status_t) apr_thread_once_init(apr_thread_once_t **control,
239 (*control) = apr_pcalloc(p, sizeof(**control));
243 APR_DECLARE(apr_status_t) apr_thread_once(apr_thread_once_t *control,
246 if (!atomic_xchg(&control->value, 1)) {
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClient.c138 xmlDataOut_t control = NULL; local
188 &control, &control_len,
206 if (control != NULL) {
208 = my_CFPropertyListCreateWithBytePtrAndLength(control,
210 (void)vm_deallocate(mach_task_self(), (vm_address_t)control,
272 xmlDataOut_t control = NULL; local
279 &control, &control_len,
288 if (control != NULL) {
290 = my_CFPropertyListCreateWithBytePtrAndLength(control, control_len);
291 (void)vm_deallocate(mach_task_self(), (vm_address_t)control,
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXButton.c40 * Some defines used to control what type of control is drawn.
44 #define DRAW_CONTROL 1 /* Draw using the Native control. */
81 ControlRef userPane; /* Carbon control */
82 ControlRef control; /* Carbon control */ member in struct:__anon13597
97 static OSStatus SetUserPaneDrawProc(ControlRef control,
99 static OSStatus SetUserPaneSetUpSpecialBackgroundProc(ControlRef control,
101 static void UserPaneDraw(ControlRef control, ControlPartCode cpc);
157 macButtonPtr->control
1214 SetUserPaneDrawProc( ControlRef control, ControlUserPaneDrawProcPtr upp) argument
1244 SetUserPaneSetUpSpecialBackgroundProc( ControlRef control, ControlUserPaneBackgroundProcPtr upp) argument
1275 UserPaneDraw( ControlRef control, ControlPartCode cpc) argument
1307 UserPaneBackgroundProc( ControlHandle control, ControlBackgroundPtr info) argument
[all...]
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DBatteryTimeRemaining.c127 static BatteryControl control; variable
168 bzero(&control, sizeof(BatteryControl));
171 &control.psTimeRemainingNotifyToken);
173 &control.psPercentChangeNotifyToken);
195 control.warningsShouldResetForSleep = true;
196 control.readACAdapterAgain = true;
222 control.lastDiscontinuity = CFAbsoluteTimeGetCurrent();
242 control.internal = iops_newps(getpid(), kSpecialInternalBatteryID);
244 control.lastDiscontinuity = CFAbsoluteTimeGetCurrent();
394 if (control
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzftp.c304 FILE *cin; /* control input file */
305 Tcp_session control; /* the control connection */ member in struct:zftp_session
566 * get a line on the control connection according to TELNET rules
648 write_loop(zfsess->control->fd, cmdbuf, 3);
658 write_loop(zfsess->control->fd, cmdbuf, 3);
708 if (!zfsess->control)
835 if (!zfsess->control)
844 ret = write(zfsess->control->fd, cmd, strlen(cmd));
848 zwarnnam("zftp send", "failure sending control messag
[all...]
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioLevelControl.cpp90 IOAudioLevelControl *control; local
92 control = new IOAudioLevelControl;
94 if (control) {
95 if (!control->init(initialValue,
105 control->release();
106 control = 0;
110 return control;
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Drtsp.c153 /* scan sdp file for media control attribute */
155 char *control)
160 control[0] = '\0';
163 sscanf(s, " a = control: %s", control);
208 char *control = malloc(strlen(url) + 32); local
237 /* get media control attribute from sdp file */
238 get_media_control_attribute(sdp_filename, control);
241 sprintf(uri, "%s/%s", url, control);
265 free(control);
154 get_media_control_attribute(const char *sdp_filename, char *control) argument
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drep074.tcl153 proc rep074_replsend { control rec fromid toid flags lsn } {
157 return [replsend $control $rec $fromid $toid $flags $lsn]
162 return [replsend $control $rec $fromid $toid $flags $lsn]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A DSecAssessment.cpp454 Boolean SecAssessmentControl(CFStringRef control, void *arguments, CFErrorRef *errors) argument
458 CFTemp<CFDictionaryRef> dict("{control=%O}", control);
459 esp_do_check("cs-assessment-control", dict);
461 if (CFEqual(control, CFSTR("ui-enable"))) {
466 } else if (CFEqual(control, CFSTR("ui-disable"))) {
471 } else if (CFEqual(control, CFSTR("ui-status"))) {
478 } else if (CFEqual(control, CFSTR("ui-enable-devid"))) {
485 } else if (CFEqual(control, CFSTR("ui-disable-devid"))) {
492 } else if (CFEqual(control, CFST
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecAssessment.cpp454 Boolean SecAssessmentControl(CFStringRef control, void *arguments, CFErrorRef *errors) argument
458 CFTemp<CFDictionaryRef> dict("{control=%O}", control);
459 esp_do_check("cs-assessment-control", dict);
461 if (CFEqual(control, CFSTR("ui-enable"))) {
466 } else if (CFEqual(control, CFSTR("ui-disable"))) {
471 } else if (CFEqual(control, CFSTR("ui-status"))) {
478 } else if (CFEqual(control, CFSTR("ui-enable-devid"))) {
485 } else if (CFEqual(control, CFSTR("ui-disable-devid"))) {
492 } else if (CFEqual(control, CFST
[all...]
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtestthread.c26 static apr_thread_once_t *control = NULL; variable
47 apr_thread_once(control, init_func);
62 rv = apr_thread_once_init(&control, p);

Completed in 337 milliseconds

1234567891011>>