Home
last modified time | relevance | path

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

/freebsd-12-stable/tests/sys/cddl/zfs/tests/acl/nontrivial/
Dzfs_acl_chmod_inherit_003_pos.ksh153 if [[ $(get_substr $obj 1 1) == f ]]; then
156 if [[ $(get_substr $str 2 1) != n ]]; then
161 if [[ $(get_substr $obj 2 1) == d ]]; then
164 if [[ $(get_substr $str 2 1) != n ]]; then
250 if [[ $(get_substr $inh 4 1) == n ]]; then
261 elif [[ $(get_substr $inh 3 1) != i ]]; then
Dzfs_acl_chmod_rwx_002_pos.ksh160 typeset g_bits=$(get_substr $init_mode 4 3)
174 cur_mode=$(get_substr $cur_mode 2 9)
213 init_mode=$(get_substr $init_mode 2 9)
Dzfs_acl_chmod_aclmode_001_pos.ksh328 obits=$(get_substr $newmode $pos 1)
334 (( bits &= $(get_substr $newmode 2 1) ))
339 (( bits_owner = $(get_substr $newmode 1 1) ))
/freebsd-12-stable/tests/sys/cddl/zfs/include/
Dlibtest.kshlib2977 function get_substr #src_str pos offset function