Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh397 expect2=$prefix:
400 expect2=${expect2}${new_bit}:allow
402 expect2=$prefix:
405 expect2=${expect2}${new_bit}:allow
409 $expect2 0)
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c82 scan2(tok_kind expect1, tok_kind expect2, token *tokp) in scan2() argument
85 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() argument
96 if (tokp->kind != expect1 && tokp->kind != expect2 && in scan3()
98 expected3(expect1, expect2, expect3); in scan3()