Home
last modified time | relevance | path

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

/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_003_pos.ksh180 eval expect1=\$acl$i
181 expect2=$expect1
208 expect1=${expect1%:$action}
209 expect1=${expect1%-}
210 expect1=${expect1%I}
211 expect1=${expect1}I:$action
254 expect1=""
281 expect1=""
284 expect1=""
291 if [[ -n $expect1 && $expect1 != $aclcur ]]; then
[all …]
H A Dzfs_acl_chmod_inherit_002_pos.ksh179 eval expect1=\$acl$i
180 expect2=$expect1
204 if [[ $expect1 == *":allow" ]] ; then
209 if [[ $expect1 == *":allow" ]] ; then
231 acltemp=${expect1%:*}
243 expect1=""
259 expect1=${acltemp}/inherited:${aclaction}
268 expect1=""
271 expect1=""
278 if [[ -n $expect1 && $expect1 != $aclcur ]]; then
[all …]
H A Dzfs_acl_chmod_aclmode_001_pos.ksh255 expect1=${acls[$i]}
279 expect1=$(translate_acl $isdir $expect1)
282 if [[ $expect1 == *":allow" ]]; then
283 expect2=$expect1
284 who=${expect1%%:*}
303 acltemp=${expect1#*:}
315 acltemp=${expect1#*:}
346 expect1=$prefix:$priv:deny
349 expect1=$(translate_acl $isdir $expect1)
363 if [[ -n $expect1 && $expect1 != $aclcur ]]; then
[all …]
/freebsd/usr.bin/rpcgen/
H A Drpc_scan.c77 scan2(tok_kind expect1, tok_kind expect2, token *tokp) in scan2() argument
80 if (tokp->kind != expect1 && tokp->kind != expect2) { in scan2()
81 expected2(expect1, expect2); in scan2()
89 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp) in scan3() argument
92 if (tokp->kind != expect1 && tokp->kind != expect2 in scan3()
94 expected3(expect1, expect2, expect3); in scan3()
H A Drpc_scan.h126 void scan2(tok_kind expect1, tok_kind expect2, token *tokp);
127 void scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp);