Home
last modified time | relevance | path

Searched refs:func_relative_path_result (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dltmain.sh1036 func_relative_path_result=
1055 if test -z "$func_relative_path_result"; then
1056 func_relative_path_result=.
1065 func_relative_path_result=../$func_relative_path_result
1069 func_relative_path_result=../$func_relative_path_result
1075 func_stripname '' '/' "$func_relative_path_result"
1076 func_relative_path_result=$func_stripname_result
1083 if test -n "$func_relative_path_result"; then
1085 func_relative_path_result=$func_stripname_result
1088 test -n "$func_relative_path_result" || func_relative_path_result=.
[all …]