Searched refs:wl (Results 1 – 10 of 10) sorted by relevance
/PHP-8.1/build/ |
H A D | libtool.m4 | 331 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; 333 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 342 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 3703 …_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defau… 5898 …_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libd… 5925 …_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libd… 5937 …_LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib … 6043 …iler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${… 6060 wlarc='${wl}' 6063 …$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$… [all …]
|
H A D | ltmain.sh | 1179 single_module="${wl}-single_module" 1462 compiler_flags="$compiler_flags $wl$qarg" 1464 compile_command="$compile_command $wl$qarg" 1465 finalize_command="$finalize_command $wl$qarg" 1672 single_module="${wl}-multi_module" 1817 arg="$arg $wl$flag" 1835 arg="$arg $wl$flag" 1836 compiler_flags="$compiler_flags $wl$flag" 3343 …xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_cu… 4331 wl= [all …]
|
/PHP-8.1/ext/dba/tests/ |
H A D | dba_db4_014.phpt | 2 DBA DB4 File open("wl") & Insert Test 18 if (($db_file = dba_open($db_filename, "wl", $handler)) !== FALSE) { 33 Warning: dba_open(%stest0.dbm,wl): Driver initialization failed for handler: db4: No such file or d…
|
H A D | dba_db4_015.phpt | 2 DBA DB4 File open("wl") & Insert Test 23 if (($db_file = dba_popen($db_filename, "wl", $handler)) !== FALSE) {
|
/PHP-8.1/ext/pspell/ |
H A D | pspell.c | 424 const PspellWordList *wl; in PHP_FUNCTION() local 434 wl = pspell_manager_suggest(manager, ZSTR_VAL(word)); in PHP_FUNCTION() 435 if (wl) { in PHP_FUNCTION() 436 PspellStringEmulation *els = pspell_word_list_elements(wl); in PHP_FUNCTION()
|
/PHP-8.1/ext/opcache/jit/dynasm/ |
H A D | dasm_mips.lua | 1161 function _M.passcb(wl, we, wf, ww) 1162 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
H A D | dasm_arm.lua | 1093 function _M.passcb(wl, we, wf, ww) 1094 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
H A D | dasm_arm64.lua | 1199 function _M.passcb(wl, we, wf, ww) 1200 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
H A D | dasm_ppc.lua | 1899 function _M.passcb(wl, we, wf, ww) 1900 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
H A D | dasm_x86.lua | 2368 function _M.passcb(wl, we, wf, ww) 2369 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
Completed in 46 milliseconds