Searched refs:expect1 (Results 1 – 5 of 5) sorted by relevance
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
H A D | zfs_acl_chmod_inherit_003_pos.ksh | 180 eval expect1=\$acl$i 181 expect2=$expect1 207 action=${expect1##*:} 208 expect1=${expect1%:$action} 209 expect1=${expect1%-} 210 expect1=${expect1%I} 211 expect1=${expect1}I:$action 217 if [[ $expect1 == *":allow" ]] ; then 241 acltemp=${expect1%:*} 254 expect1="" [all …]
|
H A D | zfs_acl_chmod_inherit_002_pos.ksh | 179 eval expect1=\$acl$i 180 expect2=$expect1 204 if [[ $expect1 == *":allow" ]] ; then 209 if [[ $expect1 == *":allow" ]] ; then 231 acltemp=${expect1%:*} 234 if [[ $expect1 == *"no_propagate"* ]] ; then 243 expect1="" 245 elif [[ $expect1 != *"inherit_only"* ]]; then 254 expect1=${acltemp}/inherit_only/inherited:${aclaction} 256 expect1=${acltemp}/inherit_only:${aclaction} [all …]
|
H A D | zfs_acl_chmod_aclmode_001_pos.ksh | 255 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 D | rpc_scan.c | 77 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 D | rpc_scan.h | 126 void scan2(tok_kind expect1, tok_kind expect2, token *tokp); 127 void scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp);
|