Home
last modified time | relevance | path

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

/titanic_50/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib273 typeset -i next_num=-1
295 (( next_num = num + 1 ))
297 if [[ $line == "$next_num":* ]]; then
300 if (( next_num != -1 )); then
304 if (( next_num == num )); then
307 (( next_num += 1 ))