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

/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_get/
H A Dzfs_get_common.kshlib50 typeset comb_str=""
67 comb_str=""
76 if (( ${#comb_str} == 0 )); then
77 comb_str=${elements[item]}
79 comb_str=$comb_str$separator${elements[item]}
84 print "$prefix$comb_str"
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_common.kshlib50 typeset comb_str=""
67 comb_str=""
76 if (( ${#comb_str} == 0 )); then
77 comb_str=${elements[item]}
79 comb_str=$comb_str$separator${elements[item]}
84 echo "$prefix$comb_str"

Completed in 61 milliseconds