HomeSort by: relevance | last modified time | path
    Searched refs:func_relative_path_result (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 1031 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1036 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_resul
    [all...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 314 # value returned in "$func_relative_path_result"
317 func_relative_path_result=
336 if test -z "$func_relative_path_result"; then
337 func_relative_path_result=.
346 func_relative_path_result=../$func_relative_path_result
350 func_relative_path_result=../$func_relative_path_result
356 func_stripname '' '/' "$func_relative_path_result"
357 func_relative_path_result=$func_stripname_resul
    [all...]

Completed in 12 milliseconds