Home | History | Annotate | Download | only in build-scripts

Lines Matching refs:xrpath

4096     xrpath=
4344 rpath | xrpath)
4358 case "$xrpath " in
4360 *) xrpath="$xrpath $arg" ;;
4643 prev=xrpath
4657 case "$xrpath " in
4659 *) xrpath="$xrpath $dir" ;;
5204 # Make sure the xrpath contains only unique directories.
5205 case "$xrpath " in
5207 *) xrpath="$xrpath $dir" ;;
5869 case " $xrpath " in
5871 *) xrpath="$xrpath $temp_xrpath";;
6082 test -n "$xrpath" && \
6442 if test -n "$xrpath"; then
6445 for libdir in $xrpath; do
7397 test -n "$xrpath" && \
7564 if test -n "$rpath$xrpath"; then
7566 for libdir in $rpath $xrpath; do