Home
last modified time | relevance | path

Searched refs:exp_exit (Results 1 – 3 of 3) sorted by relevance

/external/ltp/lib/newlib_tests/shell/
Dtest_timeout.sh27 exp_exit=$(echo $i | cut -d'|' -f3)
32 if [ $ret -ne $exp_exit ]; then
33 echo "FAILED (exit code: $ret, expected $exp_exit)"
/external/zstd/tests/gzip/
Dinit.sh106 local exp_exit="$1"
109 test $? -eq $exp_exit && ret_=0 || ret_=1
/external/libnl/lib/netfilter/
Dexp.c626 static void __exit exp_exit(void) in exp_exit() function