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

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c82 scan2(tok_kind expect1, tok_kind expect2, token *tokp) argument
85 if (tokp->kind != expect1 && tokp->kind != expect2)
86 expected2(expect1, expect2);
93 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp) argument
96 if (tokp->kind != expect1 && tokp->kind != expect2 &&
98 expected3(expect1, expect2, expect3);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh415 expect2=$prefix:
418 expect2=${expect2}${new_bit}:allow
420 expect2=$prefix:
423 expect2=${expect2}${new_bit}:allow
427 $expect2 0)

Completed in 45 milliseconds