Home | History | Annotate | Download | only in cmockery_0_1_2

Lines Matching refs:xrpath

1480     xrpath=
1721 rpath | xrpath)
1736 case "$xrpath " in
1738 *) xrpath="$xrpath $arg" ;;
2046 prev=xrpath
2060 case "$xrpath " in
2062 *) xrpath="$xrpath $dir" ;;
2559 # Make sure the xrpath contains only unique directories.
2560 case "$xrpath " in
2562 *) xrpath="$xrpath $dir" ;;
3198 case " $xrpath " in
3200 *) xrpath="$xrpath $temp_xrpath";;
3426 if test -n "$xrpath"; then
3779 if test -n "$xrpath"; then
3782 for libdir in $xrpath; do
4565 if test -n "$xrpath"; then
4746 if test -n "$rpath$xrpath"; then
4748 for libdir in $rpath $xrpath; do