Lines Matching refs:native
29 tempfiles native.c native
30 echo 'main () { while (1) pause (); }' > native.c
32 native=0
35 test $native -eq 0 || {
36 kill -9 $native 2> /dev/null || :
37 wait $native 2> /dev/null || :
39 native=0
59 $cc -o native -g native.c > /dev/null 2>&1 &&
61 { ./native > /dev/null 2>&1 & native=$! ; } &&
62 sleep 1 && kill -0 $native 2> /dev/null &&
64 native=0
77 test $native -eq 0 || testrun "$@" -p $native > /dev/null