Home
last modified time | relevance | path

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

/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_003_pos.ksh148 if [[ $(get_substr $obj 1 1) == f ]]; then
151 if [[ $(get_substr $str 2 1) != n ]]; then
156 if [[ $(get_substr $obj 2 1) == d ]]; then
159 if [[ $(get_substr $str 2 1) != n ]]; then
245 if [[ $(get_substr $inh 4 1) == n ]]; then
256 elif [[ $(get_substr $inh 3 1) != i ]]; then
H A Dzfs_acl_chmod_rwx_002_pos.ksh155 typeset g_bits=$(get_substr $init_mode 4 3)
169 cur_mode=$(get_substr $cur_mode 2 9)
208 init_mode=$(get_substr $init_mode 2 9)
H A Dzfs_acl_chmod_aclmode_001_pos.ksh323 obits=$(get_substr $newmode $pos 1)
329 (( bits &= $(get_substr $newmode 2 1) ))
334 (( bits_owner = $(get_substr $newmode 1 1) ))
/freebsd/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib2972 function get_substr #src_str pos offset function