Searched refs:func_to_host_path_tmp1 (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/
H A Dltmain.sh1880 func_to_host_path_tmp1=$func_stripname_result
1881 func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
1884 "$func_to_host_path_tmp1" "$func_to_host_path_result"
1901 func_to_host_path_tmp1=$func_stripname_result
1902 func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
1904 "$func_to_host_path_tmp1" "$func_to_host_path_result"
1921 func_to_host_path_tmp1=$func_stripname_result
1922 func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
1925 "$func_to_host_path_tmp1" "$func_to_host_path_result"
1942 func_to_host_path_tmp1
[all...]
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh2989 func_to_host_path_tmp1=`( cmd //c echo "$1" |\
2991 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
2995 func_to_host_path_tmp1=`cygpath -w "$1"`
2996 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
3007 func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
3008 if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
3009 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\

Completed in 894 milliseconds