Home
last modified time | relevance | path

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

/freebsd-14.2/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_003_pos.ksh151 if [[ $(get_substr $obj 1 1) == f ]]; then
154 if [[ $(get_substr $str 2 1) != n ]]; then
159 if [[ $(get_substr $obj 2 1) == d ]]; then
162 if [[ $(get_substr $str 2 1) != n ]]; then
248 if [[ $(get_substr $inh 4 1) == n ]]; then
259 elif [[ $(get_substr $inh 3 1) != i ]]; then
H A Dzfs_acl_chmod_rwx_002_pos.ksh158 typeset g_bits=$(get_substr $init_mode 4 3)
172 cur_mode=$(get_substr $cur_mode 2 9)
211 init_mode=$(get_substr $init_mode 2 9)
H A Dzfs_acl_chmod_aclmode_001_pos.ksh326 obits=$(get_substr $newmode $pos 1)
332 (( bits &= $(get_substr $newmode 2 1) ))
337 (( bits_owner = $(get_substr $newmode 1 1) ))
/freebsd-14.2/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib2975 function get_substr #src_str pos offset function