Searched refs:expect2 (Results 1 – 3 of 3) sorted by relevance
160 expect2=$expect1189 eval expect2=\$acls$i196 eval expect2=\$acls$i206 acltemp=${expect2%:*}208 aclaction=${expect2##*:}209 expect2=${acltemp}:------I:${aclaction}273 if [[ -n $expect2 && \274 $expect2 != $aclcur ]]; then280 "expect to be $expect2"
427 expect2=$prefix:429 expect2=${expect2}${new_bit}:allow431 expect2=$prefix:433 expect2=${expect2}${new_bit}:allow435 priv=$(cal_bits $isdir $obits $bits_owner $expect2 0)
82 scan2(tok_kind expect1, tok_kind expect2, token *tokp) in scan2() argument85 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() argument96 if (tokp->kind != expect1 && tokp->kind != expect2 && in scan3()98 expected3(expect1, expect2, expect3); in scan3()