Searched refs:wl (Results 76 - 100 of 129) sorted by relevance

123456

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dltmain.sh4102 single_module="${wl}-single_module"
4392 compiler_flags="$compiler_flags $wl$qarg"
4394 func_append compile_command " $wl$qarg"
4395 func_append finalize_command " $wl$qarg"
4591 single_module="${wl}-multi_module"
4711 arg="$arg $wl$func_quote_for_eval_result"
4727 arg="$arg $wl$func_quote_for_eval_result"
4728 compiler_flags="$compiler_flags $wl$func_quote_for_eval_result"
5927 compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}
[all...]
/macosx-10.10/OpenPAM-20/openpam/
H A Dconfigure3526 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6616 lt_prog_compiler_static='${wl}-a ${wl}archive'
6800 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
6983 wlarc='${wl}'
6989 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
6990 export_dynamic_flag_spec='${wl}--export-dynamic'
7043 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl
[all...]
/macosx-10.10/expat-12/expat/
H A Dconfigure3267 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6511 lt_prog_compiler_static='${wl}-a ${wl}archive'
6675 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
6858 wlarc='${wl}'
6864 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
6865 export_dynamic_flag_spec='${wl}--export-dynamic'
6918 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl
[all...]
/macosx-10.10/libiconv-42/libiconv/libcharset/
H A Dconfigure4458 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
7512 lt_prog_compiler_static='${wl}-a ${wl}archive'
7695 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7878 wlarc='${wl}'
7884 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
7885 export_dynamic_flag_spec='${wl}--export-dynamic'
7938 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/
H A Dltmain.sh5152 single_module="${wl}-single_module"
5447 func_append compiler_flags " $wl$qarg"
5449 func_append compile_command " $wl$qarg"
5450 func_append finalize_command " $wl$qarg"
5658 single_module="${wl}-multi_module"
5798 func_append arg " $wl$func_quote_for_eval_result"
5799 func_append compiler_flags " $wl$func_quote_for_eval_result"
7055 func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
7392 xlcverstring="${wl}
[all...]
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/
H A Dltmain.sh4417 single_module="${wl}-single_module"
4712 compiler_flags="$compiler_flags $wl$qarg"
4714 func_append compile_command " $wl$qarg"
4715 func_append finalize_command " $wl$qarg"
4916 single_module="${wl}-multi_module"
5052 arg="$arg $wl$func_quote_for_eval_result"
5053 compiler_flags="$compiler_flags $wl$func_quote_for_eval_result"
6255 compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
6592 xlcverstring="${wl}
[all...]
H A Dconfigure4857 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6595 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6597 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6604 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6606 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/config/
H A Dltmain.sh4417 single_module="${wl}-single_module"
4712 compiler_flags="$compiler_flags $wl$qarg"
4714 func_append compile_command " $wl$qarg"
4715 func_append finalize_command " $wl$qarg"
4916 single_module="${wl}-multi_module"
5052 arg="$arg $wl$func_quote_for_eval_result"
5053 compiler_flags="$compiler_flags $wl$func_quote_for_eval_result"
6255 compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
6592 xlcverstring="${wl}
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dbashline.c2331 WORD_LIST *wl; local
2360 wl = expand_prompt_string (new_dirname, 0, W_NOCOMSUB); /* does the right thing */
2361 if (wl)
2363 *dirname = string_list (wl);
2369 dispose_words (wl);
/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/IOAudioFamily-200.6/
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.cpp418 void IOAudioControl::setWorkLoop(IOWorkLoop *wl) argument
421 workLoop = wl;
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIConfigurator.h415 bool init(IOWorkLoop * wl, uint32_t flags);
/macosx-10.10/iodbc-42.5/iodbc/
H A Dconfigure4168 reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
7025 lt_prog_compiler_static='${wl}-a ${wl}archive'
7325 wlarc='${wl}'
7331 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
7332 export_dynamic_flag_spec='${wl}--export-dynamic'
7385 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7401 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}
[all...]
/macosx-10.10/emacs-93/emacs/leim/quail/
H A Dhanja-jis.el389 ("wl" "$B4t5@;V;X;Y;];^;_;c;f;h;i;j;o;}<1<A<G?%B~CNCOCRCSCXCYDRDlDqEVG7S!T.TMVcW7Yu[L]ma\c-fMfsgSk:lDlSlflym5mIn/owr?s9(B")
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dconfigure6362 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
9068 lt_prog_compiler_static='${wl}-a ${wl}archive'
9232 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9415 wlarc='${wl}'
9421 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
9422 export_dynamic_flag_spec='${wl}--export-dynamic'
9475 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/
H A Dltmain.sh1108 compiler_flags="$compiler_flags $wl$qarg"
1110 compile_command="$compile_command $wl$qarg"
1111 finalize_command="$finalize_command $wl$qarg"
1331 arg="$arg $wl$flag"
1349 arg="$arg $wl$flag"
1350 compiler_flags="$compiler_flags $wl$flag"
3395 wl=
H A Dltconfig774 wl="$ac_cv_prog_cc_wl"
2151 reload_flag reload_cmds wl \
2356 wl=$wl
/macosx-10.10/libiconv-42/libiconv/
H A Dconfigure5883 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
9035 lt_prog_compiler_static='${wl}-a ${wl}archive'
9218 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9401 wlarc='${wl}'
9407 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
9408 export_dynamic_flag_spec='${wl}--export-dynamic'
9461 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl
[all...]
/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/ksh-23/ksh/src/lib/libast/misc/
H A Doptget.c2376 int wl; local
3094 if (!(wl = p - w))
3098 wl = 0;
3108 if (wl && !match((char*)what, w, version, id, catalog))
3109 wl = 0;
3110 if ((!wl || *w == ':' || *w == '?') && (what[1] || sl && !memchr(s, what[0], sl) || !sl && what[0] != f))
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/
H A Dconfigure4926 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6614 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6616 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6623 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6625 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}
[all...]
/macosx-10.10/pcre-7/pcre/
H A Dconfigure6259 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
8001 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8003 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8010 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8012 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/
H A Dconfigure6107 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
7842 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7844 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7851 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7853 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/libtiff/
H A Dconfigure.lineno6107 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
7842 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7844 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7851 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7853 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}
[all...]

Completed in 1189 milliseconds

123456