Home | History | Annotate | Download | only in conftools

Lines Matching refs:xrpath

1128     xrpath=
1369 rpath | xrpath)
1384 case "$xrpath " in
1386 *) xrpath="$xrpath $arg" ;;
1694 prev=xrpath
1708 case "$xrpath " in
1710 *) xrpath="$xrpath $dir" ;;
2204 # Make sure the xrpath contains only unique directories.
2205 case "$xrpath " in
2207 *) xrpath="$xrpath $dir" ;;
2843 case " $xrpath " in
2845 *) xrpath="$xrpath $temp_xrpath";;
3071 if test -n "$xrpath"; then
3419 if test -n "$xrpath"; then
3422 for libdir in $xrpath; do
4205 if test -n "$xrpath"; then
4386 if test -n "$rpath$xrpath"; then
4388 for libdir in $rpath $xrpath; do