Home
last modified time | relevance | path

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

/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh256 expect2=""
283 expect2=$expect1
339 expect2=$prefix:$(cal_bits $isdir $obits $bits_owner $expect2 1):allow
341 expect2=$prefix:$(cal_bits $isdir $obits $obits $expect2 1):allow
345 priv=$(cal_bits $isdir $obits $bits_owner $expect2 0)
377 if [[ -n $expect2 && \
378 $expect2 != $aclcur ]]; then
383 "$expect2"
H A Dzfs_acl_chmod_inherit_002_pos.ksh180 expect2=$expect1
205 eval expect2=\$acls$i
221 acltemp=${expect2%:*}
223 aclaction=${expect2##*:}
226 expect2=${acltemp}:inherited:${aclaction}
228 expect2=${acltemp}:${aclaction}
293 if [[ -n $expect2 && \
294 $expect2 != $aclcur ]]; then
300 "$expect2"
H A Dzfs_acl_chmod_inherit_003_pos.ksh181 expect2=$expect1
214 eval expect2=\$acls$i
221 eval expect2=\$acls$i
231 acltemp=${expect2%:*}
233 aclaction=${expect2##*:}
236 expect2=${acltemp}:------I:${aclaction}
238 expect2=${acltemp}:------:${aclaction}
306 if [[ -n $expect2 && \
307 $expect2 != $aclcur ]]; then
313 "$expect2"
/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);