Home
last modified time | relevance | path

Searched refs:wl (Results 1 – 25 of 100) sorted by relevance

1234

/freebsd/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl41 @wl=( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10,11,12,13,14,15,
359 &RIP1($A,$B,$C,$D,$E,$wl[ 0],$sl[ 0],-1);
360 &RIP1($E,$A,$B,$C,$D,$wl[ 1],$sl[ 1],0);
361 &RIP1($D,$E,$A,$B,$C,$wl[ 2],$sl[ 2],0);
362 &RIP1($C,$D,$E,$A,$B,$wl[ 3],$sl[ 3],0);
363 &RIP1($B,$C,$D,$E,$A,$wl[ 4],$sl[ 4],0);
364 &RIP1($A,$B,$C,$D,$E,$wl[ 5],$sl[ 5],0);
365 &RIP1($E,$A,$B,$C,$D,$wl[ 6],$sl[ 6],0);
366 &RIP1($D,$E,$A,$B,$C,$wl[ 7],$sl[ 7],0);
367 &RIP1($C,$D,$E,$A,$B,$wl[ 8],$sl[ 8],0);
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dconfig.rpath52 wl=
54 wl='-Wl,'
58 wl='-Wl,'
63 wl='-Wl,'
66 wl='-Wl,'
71 wl='-Wl,'
74 wl='-Wl,'
77 wl='-Wl,'
80 wl='-Wl,-Wl,,'
83 wl='-Wl,'
[all …]
/freebsd/contrib/tcsh/
H A Dtw.comp.c403 tw_dollar(const Char *str, Char **wl, size_t nwl, Char **result, Char sep, in tw_dollar() argument
423 Strbuf_append(&buf, wl[num]); in tw_dollar()
455 Char *buf, **vec, **wl; in tw_complete() local
464 wl = xmalloc(((Strlen(line) + 1) / 2 + 2) * sizeof (*wl)); in tw_complete()
465 cleanup_push(wl, xfree); in tw_complete()
468 if ((wl[0] = tw_tok(buf)) == NULL || wl[0] == INVPTR) { in tw_complete()
477 if ((vec = tw_find(wl[0], &completions, (looking == TW_COMMAND))) in tw_complete()
484 for (wordno = 1; (wl[wordno] = tw_tok(NULL)) != NULL && in tw_complete()
485 wl[wordno] != INVPTR; wordno++) in tw_complete()
488 if (wl[wordno] == INVPTR) { /* Found a meta character */ in tw_complete()
[all …]
/freebsd/sys/contrib/dev/rtw89/
H A Dcoex.c14 #define FCXDEF_STEP 50 /* MUST <= FCXMAX_STEP and match with wl fw*/
47 CXTPS_OFF = 0x0, /* no wl tx pause*/
773 struct rtw89_btc_wl_info *wl = &cx->wl; in _chk_btc_err()
781 } else if (!wl->status.map.init_ok) { in _chk_btc_err()
786 } else if ((wl->status.map.rf_off_pre == BTC_LPS_RF_OFF && in _chk_btc_err()
787 wl->status.map.rf_off == BTC_LPS_RF_OFF) || in _chk_btc_err()
788 (wl->status.map.lps_pre == BTC_LPS_RF_OFF && in _chk_btc_err()
789 wl->status.map.lps == BTC_LPS_RF_OFF)) { in _chk_btc_err()
791 "[BTC], %s(): return by wl of in _chk_btc_err()
673 struct rtw89_btc_wl_info *wl = &cx->wl; _send_fw_cmd() local
703 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _reset_btc_var() local
996 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _chk_btc_report() local
1955 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _fw_set_drv_info() local
2087 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _set_wl_tx_power() local
2119 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _set_wl_rx_gain() local
2185 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _set_rf_trx_para() local
2244 struct rtw89_btc_wl_info *wl = &cx->wl; _update_btc_state_map() local
2271 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _set_bt_afh_info() local
2402 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _check_freerun() local
3260 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _set_ant() local
3390 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _action_wl_off() local
3477 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _action_bt_hfp() local
3499 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _action_bt_hid() local
3805 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _set_btg_ctrl() local
3864 struct rtw89_btc_wl_info *wl = &cx->wl; rtw89_tx_time_iter() local
3917 struct rtw89_btc_wl_info *wl = &cx->wl; _set_wl_tx_limit() local
3989 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _set_bt_rx_agc() local
4027 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _action_common() local
4135 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _action_wl_scan() local
4218 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _action_wl_2g_scc_v1() local
4280 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _action_wl_2g_scc_v2() local
4426 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _write_scbd() local
4480 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _update_wl_info() local
4631 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _update_wl_info_v1() local
4781 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _update_wl_info_v2() local
4938 struct rtw89_btc_wl_info *wl = &cx->wl; rtw89_coex_act1_work() local
4975 struct rtw89_btc_wl_info *wl = &cx->wl; rtw89_coex_rfk_chk_work() local
5082 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _run_coex() local
5266 struct rtw89_btc_wl_info *wl = &btc->cx.wl; rtw89_btc_ntfy_poweroff() local
5288 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _set_init_info() local
5303 struct rtw89_btc_wl_info *wl = &btc->cx.wl; rtw89_btc_ntfy_init() local
5353 struct rtw89_btc_wl_info *wl = &btc->cx.wl; rtw89_btc_ntfy_scan_start() local
5376 struct rtw89_btc_wl_info *wl = &btc->cx.wl; rtw89_btc_ntfy_scan_finish() local
5397 struct rtw89_btc_wl_info *wl = &btc->cx.wl; rtw89_btc_ntfy_switch_band() local
5421 struct rtw89_btc_wl_info *wl = &cx->wl; rtw89_btc_ntfy_specific_packet() local
5674 struct rtw89_btc_wl_info *wl = &btc->cx.wl; rtw89_btc_ntfy_role_info() local
5763 struct rtw89_btc_wl_info *wl = &btc->cx.wl; rtw89_btc_ntfy_radio_state() local
5827 struct rtw89_btc_wl_info *wl = &cx->wl; _ntfy_wl_rfk() local
5942 struct rtw89_btc_wl_info *wl = &btc->cx.wl; rtw89_btc_ntfy_wl_sta_iter() local
6068 struct rtw89_btc_wl_info *wl = &btc->cx.wl; rtw89_btc_ntfy_wl_sta() local
6172 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _show_cx_info() local
6238 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _show_wl_role_info() local
6298 struct rtw89_btc_wl_info *wl = &cx->wl; _show_wl_info() local
6399 struct rtw89_btc_wl_info *wl = &cx->wl; _show_bt_info() local
6768 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _show_dm_info() local
7730 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _show_mreg_v1() local
7834 struct rtw89_btc_wl_info *wl = &btc->cx.wl; _show_mreg_v2() local
7937 struct rtw89_btc_wl_info *wl = &cx->wl; _show_summary_v1() local
8041 struct rtw89_btc_wl_info *wl = &cx->wl; _show_summary_v4() local
8153 struct rtw89_btc_wl_info *wl = &cx->wl; _show_summary_v5() local
8268 struct rtw89_btc_wl_info *wl = &cx->wl; _show_summary_v105() local
[all...]
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h70 static inline void __ipv6_addr_set_half(__be32 *addr, __be32 wh, __be32 wl) in __ipv6_addr_set_half() argument
74 if (__builtin_constant_p(wh) && __builtin_constant_p(wl)) { in __ipv6_addr_set_half()
75 *(__force u64 *)addr = ((__force u64)(wh) << 32 | (__force u64)(wl)); in __ipv6_addr_set_half()
79 if (__builtin_constant_p(wl) && __builtin_constant_p(wh)) { in __ipv6_addr_set_half()
80 *(__force u64 *)addr = ((__force u64)(wl) << 32 | (__force u64)(wh)); in __ipv6_addr_set_half()
86 addr[1] = wl; in __ipv6_addr_set_half()
/freebsd/contrib/openbsm/m4/
H A Dlibtool.m41067 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1069 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1076 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1078 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1080 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1088 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1113 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
1999 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2012 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2855 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dlibtool.m41067 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1069 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1076 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1078 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1080 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1088 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1113 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
1999 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2012 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2855 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/freebsd/contrib/ntp/sntp/m4/
H A Dlibtool.m41067 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1069 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1076 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1078 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1080 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1088 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1113 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
1999 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2012 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2855 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/freebsd/contrib/libevent/m4/
H A Dlibtool.m41066 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1068 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1075 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1077 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1079 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1087 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1112 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
2011 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2024 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2876 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/freebsd/contrib/ldns/m4/
H A Dlibtool.m41066 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1068 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1075 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1077 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1079 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1087 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1112 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
1998 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2011 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2854 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/freebsd/contrib/openpam/m4/
H A Dlibtool.m41069 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1071 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1075 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1077 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1085 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1110 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
2010 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2023 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2875 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
3395 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
[all …]
/freebsd/contrib/file/m4/
H A Dlibtool.m41069 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1071 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1075 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1077 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1085 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1110 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
2010 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2023 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2875 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
3395 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
[all …]
/freebsd/contrib/unbound/
H A Daclocal.m41073 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1075 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1082 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1084 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1086 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1094 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1119 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
2005 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2018 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2861 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
H A Dconfigure12360 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
12713 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-…
12722 …r/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-b…
12729 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
12764 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
12765 export_dynamic_flag_spec='$wl-E'
12772 …archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-bas…
12773 …_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$son…
12790wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
12795wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
[all …]
/freebsd/contrib/sqlite3/
H A Daclocal.m41080 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1082 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1089 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1091 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1093 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1101 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1126 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
2012 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2025 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2868 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
H A Dconfigure10298 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10654 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-…
10663 …r/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-b…
10670 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
10705 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
10706 export_dynamic_flag_spec='$wl-E'
10713 …archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-bas…
10714 …_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$son…
10731wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
10736wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
[all …]
/freebsd/contrib/openbsm/
H A Dconfigure8396 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8746 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-…
8755 …r/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-b…
8762 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
8797 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
8798 export_dynamic_flag_spec='$wl-E'
8805 …archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-bas…
8806 …_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$son…
8823wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
8828wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
[all …]
/freebsd/contrib/openpam/
H A Dconfigure10403 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10756 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-…
10765 …r/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-b…
10772 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
10808 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
10809 export_dynamic_flag_spec='$wl-E'
10816 …archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-bas…
10817 …_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$son…
10834wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
10839wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
[all …]
/freebsd/contrib/libevent/
H A Dconfigure9496 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9846 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-…
9855 …r/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-b…
9862 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9898 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
9899 export_dynamic_flag_spec='$wl-E'
9906 …archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-bas…
9907 …_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$son…
9924wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
9929wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
[all …]
/freebsd/contrib/file/
H A Dconfigure10366 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10722 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-…
10731 …r/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-b…
10738 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
10774 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
10775 export_dynamic_flag_spec='$wl-E'
10782 …archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-bas…
10783 …_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$son…
10800wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
10805wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
[all …]
/freebsd/sbin/savecore/
H A Dsavecore.c619 size_t nr, wl; in DoRegularFile() local
650 wl = BUFFERSIZE; in DoRegularFile()
651 if (wl > (size_t)dumpsize) in DoRegularFile()
652 wl = dumpsize; in DoRegularFile()
653 nr = read(fd, buf, roundup(wl, sectorsize)); in DoRegularFile()
654 if (nr != roundup(wl, sectorsize)) { in DoRegularFile()
668 nw = fwrite(buf, 1, wl, fp); in DoRegularFile()
670 nw = sparsefwrite(buf, wl, fp); in DoRegularFile()
672 (size_t)nw != wl)) { in DoRegularFile()
681 dmpcnt += wl; in DoRegularFile()
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Dconfigure6727 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
9208 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
9210 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
9217 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
9219 _lt_dar_allow_undefined='$wl-flat_namespace $wl
[all...]
/freebsd/contrib/ldns/
H A Dconfigure8947 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9303 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-…
9312 …r/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-b…
9319 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9354 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
9355 export_dynamic_flag_spec='$wl-E'
9362 …archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-bas…
9363 …_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$son…
9380wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
9385wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
[all …]
/freebsd/usr.sbin/nghook/
H A Dmain.c201 int rl, wl; in main() local
213 else if ((wl = write(outfd, buf, rl)) != rl) { in main()
214 if (wl < 0) { in main()
219 rl, wl); in main()
/freebsd/usr.sbin/pkg/
H A Ddns_utils.c61 unsigned int r, l, wr, wl; in srv_final_cmp() local
73 wl = da->finalweight; in srv_final_cmp()
75 res = ((wr > wl) - (wr < wl)); in srv_final_cmp()

1234