/titanic_50/usr/src/lib/libshell/common/tests/ |
H A D | io.sh | 207 if [[ $newio && $(print hello | while read -u$n; do print $REPLY; done {n}<&0) != hello ]] 210 [[ $({ read -r;read -u3 3<&0; print -- "$REPLY" ;} <<! 223 [[ $REPLY == +(i) ]] || err_exit "expected iiii..., got $REPLY" 227 [[ $REPLY == {39}(l) ]] || err_exit "expected lll..., got $REPLY" 230 [[ $REPLY == +(9) ]] || err_exit "expected 999..., got $REPLY" 235 [[ $REPLY == +(@) ]] || err_exit "expected @@@..., got $REPLY" 237 [[ $REPLY == +(d) ]] || err_exit "expected ddd..., got $REPLY" 243 [[ $REPLY == +(^) ]] || err_exit "expected ddd..., got $REPLY" 247 [[ $REPLY == {39}(j) ]] || err_exit "<# pattern failed" 250 [[ $REPLY == {39}(l) ]] || err_exit "<## pattern failed to position" [all …]
|
H A D | coprocess.sh | 45 print -r "$1 $REPLY" 80 set -- $REPLY 88 *) err_exit "unknown message +|$REPLY|+" ;; 110 got=$REPLY 211 [[ $REPLY == hi ]] || err_exit 'REPLY is $REPLY not hi' 237 [[ $REPLY == foo ]] || err_exit "first REPLY is $REPLY not foo" 239 [[ $REPLY == bar ]] || err_exit "second REPLY is $REPLY not bar"
|
H A D | builtins.sh | 77 [[ $REPLY = 'hello world' ]] || err_exit "read builtin failed" 86 [[ $REPLY = 'hello world' ]] || err_exit "read continuation failed" 90 [[ $REPLY = 'hello world' ]] || err_exit "read builtin failed" 96 [[ $REPLY == 'hello world' ]] || err_exit "read continuation2 failed" 108 if [[ $REPLY != ab ]]
|
H A D | select.sh | 57 *) if [[ $REPLY != foo ]]
|
H A D | comvar.sh | 307 [[ $REPLY == 'last line' ]] || err_exit "\$REPLY=$REPLY should be 'last line"
|
H A D | variables.sh | 82 if [[ $REPLY != foobar ]] 83 then err_exit REPLY variable not working
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rpc.c | 135 case REPLY: in interpret_rpc() 158 protoprint(flags, REPLY, in interpret_rpc() 231 case REPLY: in interpret_rpc() 631 print_verif(REPLY); in rpc_detail_reply() 642 protoprint(flags, REPLY, xid, in rpc_detail_reply() 708 case REPLY: in valid_rpc()
|
H A D | snoop_rstat.c | 103 if (type == REPLY) {
|
H A D | snoop_filter.c | 479 x->x_dir = htonl(REPLY); in stash_rpc() 2067 compare_value(4, 4, REPLY); in rpc_match_prog()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpc_prot.c | 150 rmsg->rm_direction == REPLY && in xdr_replymsg() 188 if (rmsg->rm_direction != REPLY) in xdr_replymsg() 245 (rmsg->rm_direction == REPLY)) in xdr_replymsg() 265 rmsg->rm_direction != REPLY) in xdr_replymsg_hdr() 441 if (msg->rm_direction == REPLY && in xdr_rpc_free_verifier()
|
H A D | rpc_msg.h | 60 REPLY = 1 enumerator
|
H A D | svc.c | 1108 rply.rm_direction = REPLY; in svc_sendreply() 1131 rply.rm_direction = REPLY; in svcerr_noproc() 1152 rply.rm_direction = REPLY; in svcerr_decode() 1168 rply.rm_direction = REPLY; in svcerr_systemerr() 1184 rply.rm_direction = REPLY; in svcerr_auth() 1209 rply.rm_direction = REPLY; in svcerr_badcred() 1230 rply.rm_direction = REPLY; in svcerr_noprog() 1252 rply.rm_direction = REPLY; in svcerr_progvers()
|
H A D | svc_cots.c | 669 rply.rm_direction = REPLY; in svc_cots_kgetres()
|
H A D | svc_clts.c | 693 rply.rm_direction = REPLY; in svc_clts_kgetres()
|
H A D | clnt_rdma.c | 1055 reply_msg.rm_direction = REPLY; in clnt_rdma_kcallit()
|
H A D | clnt_clts.c | 777 reply_msg.rm_direction = REPLY; in clnt_clts_kcallit_addr()
|
H A D | clnt_cots.c | 1348 reply_msg.rm_direction = REPLY; in clnt_cots_kcallit()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpc_prot.c | 138 rmsg->rm_direction == REPLY && in xdr_replymsg() 177 if (rmsg->rm_direction != REPLY) in xdr_replymsg() 245 (rmsg->rm_direction == REPLY)) in xdr_replymsg()
|
H A D | svc.c | 1100 rply.rm_direction = REPLY; in svc_sendreply() 1117 rply.rm_direction = REPLY; in svcerr_noproc() 1132 rply.rm_direction = REPLY; in svcerr_decode() 1147 rply.rm_direction = REPLY; in svcerr_systemerr() 1195 rply.rm_direction = REPLY; in svcerr_auth() 1219 rply.rm_direction = REPLY; in svcerr_noprog() 1235 rply.rm_direction = REPLY; in svcerr_progvers()
|
/titanic_50/usr/src/lib/libbc/inc/include/rpc/ |
H A D | rpc_msg.h | 44 REPLY=1 enumerator
|
/titanic_50/usr/src/cmd/ksh/ |
H A D | Makefile.testshell | 165 printf "#\t%s\n" "$${REPLY}" ; \
|
/titanic_50/usr/src/lib/libshell/common/fun/ |
H A D | dirs | 104 do if _cd $REPLY
|
/titanic_50/usr/src/lib/libshell/common/ |
H A D | sh.memo | 2347 .B \s-1REPLY\s+1
|