Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_002_pos.ksh157 eval expect1=\$acl$i
182 eval expect1=\$acls$i
203 acltemp=${expect1%/*}
204 expect1=${acltemp}
207 acltemp=${expect1%:*}
215 expect1=${expect1}${aclaction}
221 expect1=${expect1}${aclaction}
227 expect1=${expect1}${aclaction}
233 expect1=${expect1}${aclaction}
240 if [[ -n $expect1 && $expect1 != $aclcur ]]; then
[all …]
H A Dzfs_acl_chmod_aclmode_001_pos.ksh304 expect1=${acls[$i]}
334 expect1=$(translate_acl $isdir $expect1)
344 who=${expect1%%:*}
345 aclaction=${expect1##*:}
363 acltemp=${expect1#*:}
375 acltemp=${expect1#*:}
399 $bits_owner $expect1 0)
404 $obits $expect1 0)
412 expect1=$(translate_acl $isdir $expect1)
424 if [[ -n $expect1 && $expect1 != $aclcur ]]; then
[all …]
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c82 scan2(tok_kind expect1, tok_kind expect2, token *tokp) in scan2() argument
85 if (tokp->kind != expect1 && tokp->kind != expect2) in scan2()
86 expected2(expect1, expect2); in scan2()
93 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp) in scan3() argument
96 if (tokp->kind != expect1 && tokp->kind != expect2 && in scan3()
98 expected3(expect1, expect2, expect3); in scan3()