Searched refs:wl (Results 1 - 25 of 129) sorted by last modified time

123456

/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/
H A Dltmain.sh1401 compiler_flags="$compiler_flags $wl$qarg"
1403 compile_command="$compile_command $wl$qarg"
1404 finalize_command="$finalize_command $wl$qarg"
1750 arg="$arg $wl$flag"
1768 arg="$arg $wl$flag"
1769 compiler_flags="$compiler_flags $wl$flag"
3261 verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}
[all...]
/macosx-10.10/llvmCore-3425.0.34/autoconf/
H A Dltmain.sh1401 compiler_flags="$compiler_flags $wl$qarg"
1403 compile_command="$compile_command $wl$qarg"
1404 finalize_command="$finalize_command $wl$qarg"
1750 arg="$arg $wl$flag"
1768 arg="$arg $wl$flag"
1769 compiler_flags="$compiler_flags $wl$flag"
3261 verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}
[all...]
/macosx-10.10/Chess-310.6/Sources/
H A DMBCDocument.mm652 NSString * wl;
655 [self parseName:[properties objectForKey:@"White"] intoFirst:&wf last:&wl];
658 [NSString stringWithFormat:@"%@, %@", wl, wf];
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dparse.y4661 WORD_LIST *wl;
4689 wl = (WORD_LIST *)NULL;
4707 if (wl)
4708 dispose_words (wl);
4709 wl = &parse_string_error;
4712 wl = make_word_list (yylval.word, wl);
4734 if (wl == &parse_string_error)
4743 return (REVERSE_LIST (wl, WORD_LIST *));
4750 WORD_LIST *wl, *r
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp244 class IOGraphicsWorkLoop * wl; member in struct:IOFBController
458 typedef void GateFunction(IOWorkLoop * wl, OSObject * obj, void * reference, bool gate);
677 fc->wl->closeGate()
679 fc->wl->openGate()
682 fb->__private->controller->wl
692 static void TIMELOCK(IOGraphicsWorkLoop * wl, const char * name, const char * fn) argument
699 wl->closeGate();
730 #define TIMELOCK(wl, name, fn) wl->closeGate()
4440 if (!controller->wl
[all...]
/macosx-10.10/curl-83.1.2/curl/
H A Dconfigure8638 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
10810 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
10812 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
10819 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
10821 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}
[all...]
H A Dltmain.sh5164 single_module="${wl}-single_module"
5459 func_append compiler_flags " $wl$qarg"
5461 func_append compile_command " $wl$qarg"
5462 func_append finalize_command " $wl$qarg"
5671 single_module="${wl}-multi_module"
5811 func_append arg " $wl$func_quote_for_eval_result"
5812 func_append compiler_flags " $wl$func_quote_for_eval_result"
7072 func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
7413 xlcverstring="${wl}
[all...]
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioControl.cpp418 void IOAudioControl::setWorkLoop(IOWorkLoop *wl) argument
421 workLoop = wl;
H A DIOAudioDevice.cpp1159 IOWorkLoop *wl; local
1164 wl = getWorkLoop();
1165 if ( !timerEventSource || !wl || ( kIOReturnSuccess != wl->addEventSource ( timerEventSource ) ) )
H A DIOAudioEngine.cpp2546 void IOAudioEngine::setWorkLoopOnAllAudioControls(IOWorkLoop *wl) argument
2558 control->setWorkLoop(wl);
H A DIOAudioEngine.h863 void setWorkLoopOnAllAudioControls(IOWorkLoop *wl ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioControl.h463 void setWorkLoop(IOWorkLoop *wl ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp1841 IOWorkLoop * wl; local
1843 if( (wl = service->getWorkLoop())) {
1844 wl->retain();
1845 wl->runAction( action, service, p0, p1, p2, p3 );
1846 wl->release();
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp133 bool CLASS::init(IOWorkLoop * wl, uint32_t flags) argument
137 fWL = wl;
H A Dvtd.c756 static void install(IOWorkLoop * wl, uint32_t flags,
758 bool init(IOWorkLoop * wl, const OSData * data);
809 AppleVTD::install(IOWorkLoop * wl, uint32_t flags, argument
823 if (mapper->init(wl, data) && mapper->attach(provider))
839 AppleVTD::init(IOWorkLoop * wl, const OSData * data) argument
847 wl->retain();
848 fWorkLoop = wl;
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIConfigurator.h415 bool init(IOWorkLoop * wl, uint32_t flags);
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp1078 IOWorkLoop * wl; local
1079 if (!ml_at_interrupt_context() && (wl = self->getControllerWorkLoop()) && !wl->inGate())
1115 IOWorkLoop * wl;
1116 if (!ml_at_interrupt_context() && (wl = self->getControllerWorkLoop()) && !wl->inGate())
/macosx-10.10/apache-793/httpd/build/
H A Dltmain.sh5164 single_module="${wl}-single_module"
5459 func_append compiler_flags " $wl$qarg"
5461 func_append compile_command " $wl$qarg"
5462 func_append finalize_command " $wl$qarg"
5671 single_module="${wl}-multi_module"
5811 func_append arg " $wl$func_quote_for_eval_result"
5812 func_append compiler_flags " $wl$func_quote_for_eval_result"
7070 func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
7408 xlcverstring="${wl}
[all...]
/macosx-10.10/apache-793/httpd/modules/core/
H A Dmod_watchdog.c79 watchdog_list_t *wl = w->callbacks; local
80 while (wl) {
81 if (wl->status == APR_SUCCESS) {
83 (*wl->callback_fn)(AP_WATCHDOG_STATE_STOPPING,
84 (void *)wl->data, w->pool);
85 wl->status = APR_EOF;
87 wl = wl->next;
156 watchdog_list_t *wl = w->callbacks; local
161 if (wl) {
182 watchdog_list_t *wl = w->callbacks; local
243 watchdog_list_t *wl = w->callbacks; local
440 const apr_array_header_t *wl; local
544 const apr_array_header_t *wl; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcustrtrn.c1396 int32_t wl; local
1409 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err);
1414 if(ul!=wl){
1415 log_err("u_strToWCS: ustr = %s, ul = %d, ws = %S, wl = %d!\n", u_austrcpy(astr, ustr), ul, ws, wl);
1418 wl = (int32_t)uprv_wcslen(wcs);
1419 cp = u_strFromWCS(rts, rtcap, &rtl, wcs, wl, &err);
1425 if(wl != rtl){
1426 log_err("u_strFromWCS: wcs = %S, wl = %d,rts = %s, rtl = %d!\n", wcs, wl, u_austrcp
[all...]
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authz_host.c62 int wl = strlen(what); local
64 if ((wl - dl) >= 0) {
65 if (strcasecmp(domain, &what[wl - dl]) != 0) {
74 if (wl == dl) {
78 return (domain[0] == '.' || what[wl - dl - 1] == '.');
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/config/
H A Dltconfig657 wl=
662 wl='-Wl,'
676 link_static_flag="$link_static_flag ${wl}-lC"
711 wl='-Wl,'
712 link_static_flag="${wl}-a ${wl}archive"
717 wl='-Wl,'
728 wl='-Wl,'
741 wl='-Wl,'
747 wl
[all...]
H A Dltmain.sh2272 wl=
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/config/
H A Dltconfig657 wl=
662 wl='-Wl,'
676 link_static_flag="$link_static_flag ${wl}-lC"
711 wl='-Wl,'
712 link_static_flag="${wl}-a ${wl}archive"
717 wl='-Wl,'
728 wl='-Wl,'
741 wl='-Wl,'
747 wl
[all...]
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/
H A Dconfigure6029 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
8204 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8206 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8213 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8215 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}
[all...]

Completed in 569 milliseconds

123456