Home
last modified time | relevance | path

Searched refs:_tst_i (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/lib/
H A Dtst_test.sh657 local _tst_i
665 for _tst_i in $(grep '^[^#]*\bTST_' "$TST_TEST_PATH" | sed "s/.*TST_//; s/$_tst_pattern//"); do
666 case "$_tst_i" in
682 *) tst_res TWARN "Reserved variable TST_$_tst_i used!";;
686 for _tst_i in $(grep '^[^#]*\b_tst_' "$TST_TEST_PATH" | sed "s/.*_tst_//; s/$_tst_pattern//"); do
687 tst_res TWARN "Private variable or function _tst_$_tst_i used!"
780 local _tst_i=$TST_ITERATIONS
799 while [ $_tst_i -gt 0 ]; do
810 _tst_i=$((_tst_i
[all...]
/third_party/ltp/testcases/kernel/fs/fs_bind/
H A Dfs_bind_lib.sh238 "$FS_BIND_TESTFUNC$_tst_i" $1

Completed in 2 milliseconds