Searched refs:expect1 (Results 1 – 5 of 5) sorted by relevance
157 eval expect1=\$acl$i181 [[ $expect1 == *":allow" ]] && \182 eval expect1=\$acls$i185 if [[ $expect1 == *":allow" ]]; then198 aclaction=${expect1##*:}200 if [[ $expect1 == *"propagate"* ]]; then203 acltemp=${expect1%/*}204 expect1=${acltemp}207 acltemp=${expect1%:*}209 if [[ $expect1 == *"inherit_only"* \[all …]
159 eval expect1=\$acl$i160 expect2=$expect1182 action=${expect1##*:}183 expect1=${expect1%:$action}184 expect1=${expect1%-}185 expect1=${expect1%I}186 expect1=${expect1}I:$action192 if [[ $expect1 == *":allow" ]] ; then211 acltemp=${expect1%:*}224 expect1=""[all …]
165 eval expect1=\$acl$i168 [[ $expect1 == *":allow" ]] && pass=1176 aclaction=${expect1##*:}177 acltemp=${expect1%:*}180 eval expect1=\$acl$i181 acltemp=${expect1%:*}184 expect1=${acltemp}/inherited:185 expect1=${expect1}${aclaction}187 if [[ $expect1 != \193 expect1=${acltemp}${str1}[all …]
326 expect1=${acls[$i]}350 expect1=$(build_new_acl $newmode $isdir)356 expect1=$(translate_acl $isdir $expect1)361 expect1=$(build_new_acl $newmode $isdir)366 elif [[ $expect1 == *":allow"* ]]; then367 who=${expect1%%:*}368 aclaction=${expect1##*:}387 acltemp=${expect1#*:}400 acltemp=${expect1#*:}428 new_bit=$(cal_bits $isdir $obits $bits_owner $expect1 1)[all …]
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()