Searched refs:capability (Results 1 - 25 of 84) sorted by relevance

1234

/macosx-10.9.5/ncurses-42/ncurses/include/
H A DMKparametrized.sh39 * parametrized.h --- is a termcap capability parametrized?
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Ddump_entry.c152 /* translate a capability name from termcap to terminfo */
572 char *capability; local
676 capability = tterm->Strings[i];
725 if (strcmp(capability, trimmed_sgr0))
726 capability = trimmed_sgr0;
737 if (capability != ABSENT_STRING
741 if (!VALID_STRING(capability)) {
748 char *srccap = _nc_tic_expand(capability, TRUE, numbers);
774 len += (int) strlen(capability) + 1;
777 char *src = _nc_tic_expand(capability,
[all...]
/macosx-10.9.5/OpenAL-52.1/Source/OpenAL/al/
H A Dal.h366 AL_API void AL_APIENTRY alEnable( ALenum capability );
368 AL_API void AL_APIENTRY alDisable( ALenum capability );
370 AL_API ALboolean AL_APIENTRY alIsEnabled( ALenum capability );
642 typedef void (AL_APIENTRY *LPALENABLE)( ALenum capability );
643 typedef void (AL_APIENTRY *LPALDISABLE)( ALenum capability );
644 typedef ALboolean (AL_APIENTRY *LPALISENABLED)( ALenum capability );
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DLinkConfiguration.c84 findCapability(CFStringRef capability) argument
89 if (CFEqual(capability, *capabilityMappings[i].name)) {
199 // update capability
219 CFStringRef capability)
243 if (capability == NULL) {
265 i = findCapability(capability);
267 // if unknown capability
273 // if capability not available
288 CFStringRef capability,
310 i = findCapability(capability);
218 SCNetworkInterfaceCopyCapability(SCNetworkInterfaceRef interface, CFStringRef capability) argument
287 SCNetworkInterfaceSetCapability(SCNetworkInterfaceRef interface, CFStringRef capability, CFTypeRef newValue) argument
[all...]
H A DSCNetworkConfigurationPrivate.h470 @param capability The desired capability.
472 capability;
473 NULL if the capability is not available for this
479 CFStringRef capability) __OSX_AVAILABLE_STARTING(__MAC_10_7,__IPHONE_5_0/*SPI*/);
486 @param capability The desired capability.
487 @param newValue The new requested setting for the capability;
493 CFStringRef capability,
/macosx-10.9.5/llvmCore-3425.0.33/utils/lit/lit/
H A DProgressBar.py111 for capability in self._STRING_CAPABILITIES:
112 (attrib, cap_name) = capability.split('=')
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/imap4/
H A Dimap4.tcl45 # isableto without arguments returns the capability list
137 set info($chan,capability) {}
316 set info($chan,capability) [split [string toupper $capstring]]
842 proc capability {chan} { procedure
856 # Test for capability. Use the capability command
861 if {![llength $info($chan,capability)]} {
862 set result [capability $chan]
870 return $info($chan,capability)
874 expr {[lsearch -exact $info($chan,capability)
[all...]
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A Dvtd.c184 /*08*/ uint64_t capability; member in struct:vtd_registers_t
306 offset = (unit->regs->capability >> (24 - 4)) & (((1 << 10) - 1) << 4);
308 unit->num_fault = (1 + ((unit->regs->capability >> 40) & ((1 << 8) - 1)));
310 unit->selective = (1 & (unit->regs->capability >> 39));
311 unit->rounding = (0x3f & (unit->regs->capability >> 48));
312 unit->caching = (1 & (unit->regs->capability >> 7));
316 unit->regs->capability, unit->regs->extended_capability,
1208 if ((0x100 << context_width) & unit->regs->capability)
1217 if (!((0x100 << context_width) & unit->regs->capability))
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_jupiter.c339 int capability; local
341 if (time_pps_getcap(instance->pps_handle, &capability) < 0) {
348 instance->pps_params.mode = capability & PPS_CAPTURECLEAR;
350 instance->pps_params.mode = capability & PPS_CAPTUREASSERT;
379 "pps capability 0x%x version %d mode 0x%x kern %d",
380 capability, instance->pps_params.api_version,
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DReleaseNotes.txt23 incomplete. Developers are encouraged to use this capability but should be
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DReleaseNotes.txt23 incomplete. Developers are encouraged to use this capability but should be
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/
H A DReleaseNotes.txt23 incomplete. Developers are encouraged to use this capability but should be
/macosx-10.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/Filesystem/
H A DUnix.pm238 This method provides the capability to parse a standard unix fstab file.
264 This method provides the capability to read abd parse a standard unix
/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dlogin.c36 #include <capability.h>
39 #include <sys/capability.h>
435 /* XXX SGI capability hack IRIX 6.x (x >= 0?) has something
438 this is default on, and the default capability set seems to
442 them here (unless otherwise instructed by /etc/capability).
/macosx-10.9.5/bind9-45.100/bind9/bin/named/unix/
H A Dos.c64 * If there's no <linux/capability.h>, we don't care about <sys/prctl.h>
121 #include <sys/capability.h>
130 #include <linux/capability.h>
269 * true, we want the setuid capability.
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pop3d/
H A Dpop3d.tcl86 # contains pairs of capability strings and the connection state in
593 foreach {capability state} $capabilities {
598 puts $sock $capability
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dwsml.vim20 syn keyword wsmlService assumption effect postcondition precondition capability interface
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/XMLRPC/Transport/
H A DHTTP.pm150 transport only). Both server and client should support this capability,
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/XMLRPC/Transport/
H A DHTTP.pm150 transport only). Both server and client should support this capability,
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/XMLRPC/Transport/
H A DHTTP.pm150 transport only). Both server and client should support this capability,
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITInlines.h428 static inline bool arrayProfileSaw(ArrayModes arrayModes, IndexingType capability) argument
431 return arrayModesInclude(arrayModes, capability);
434 UNUSED_PARAM(capability);
/macosx-10.9.5/CommonCrypto-60049/lib/
H A DCommonECCryptor.c415 #pragma mark API for ECDH - needs corecrypto key import / export capability (SPI for now)
/macosx-10.9.5/OpenAL-52.1/Source/OpenAL/
H A DoalImp.cpp4577 AL_API ALvoid AL_APIENTRY alDisable (ALenum capability) argument
4580 DebugMessageN1("alDisable--> capability = 0x%X", capability);
4583 switch (capability)
4595 AL_API ALvoid AL_APIENTRY alEnable (ALenum capability) argument
4598 DebugMessageN1("alEnable--> capability = 0x%X", capability);
4601 switch(capability)
4613 AL_API ALboolean AL_APIENTRY alIsEnabled(ALenum capability) argument
4616 DebugMessageN1("alIsEnabled--> capability
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOHibernatePrivate.h312 void IOHibernateSetWakeCapabilities(uint32_t capability);
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dzsh_system.h510 # include <sys/capability.h>

Completed in 1702 milliseconds

1234