Home | History | Annotate | Download | only in tools

Lines Matching full:suffix

358     local lib libname suffix libm
360 suffix=$2
363 if [ -z "$suffix" ]; then
364 suffix=".so"
371 lib=${lib%%${suffix}}${suffix}
401 local lib libname suffix
403 suffix=$2
404 if [ -z "$suffix" ]; then
405 suffix=".so"
408 lib=${lib%%${suffix}}${suffix}