Home | History | Annotate | Download | only in cmockery_0_1_2

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" ;;
2207 # Make sure the xrpath contains only unique directories.
2208 case "$xrpath " in
2210 *) xrpath="$xrpath $dir" ;;
2846 case " $xrpath " in
2848 *) xrpath="$xrpath $temp_xrpath";;
3074 if test -n "$xrpath"; then
3427 if test -n "$xrpath"; then
3430 for libdir in $xrpath; do
4213 if test -n "$xrpath"; then
4394 if test -n "$rpath$xrpath"; then
4396 for libdir in $rpath $xrpath; do