Home
last modified time | relevance | path

Searched refs:REPLY (Results 1 – 23 of 23) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/tests/
H A Dio.sh207 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 Dcoprocess.sh45 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 Dbuiltins.sh77 [[ $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 Dselect.sh57 *) if [[ $REPLY != foo ]]
H A Dcomvar.sh307 [[ $REPLY == 'last line' ]] || err_exit "\$REPLY=$REPLY should be 'last line"
H A Dvariables.sh82 if [[ $REPLY != foobar ]]
83 then err_exit REPLY variable not working
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c135 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 Dsnoop_rstat.c103 if (type == REPLY) {
H A Dsnoop_filter.c479 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 Drpc_prot.c150 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 Drpc_msg.h60 REPLY = 1 enumerator
H A Dsvc.c1108 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 Dsvc_cots.c669 rply.rm_direction = REPLY; in svc_cots_kgetres()
H A Dsvc_clts.c693 rply.rm_direction = REPLY; in svc_clts_kgetres()
H A Dclnt_rdma.c1055 reply_msg.rm_direction = REPLY; in clnt_rdma_kcallit()
H A Dclnt_clts.c777 reply_msg.rm_direction = REPLY; in clnt_clts_kcallit_addr()
H A Dclnt_cots.c1348 reply_msg.rm_direction = REPLY; in clnt_cots_kcallit()
/titanic_50/usr/src/lib/libnsl/rpc/
H A Drpc_prot.c138 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 Dsvc.c1100 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 Drpc_msg.h44 REPLY=1 enumerator
/titanic_50/usr/src/cmd/ksh/
H A DMakefile.testshell165 printf "#\t%s\n" "$${REPLY}" ; \
/titanic_50/usr/src/lib/libshell/common/fun/
H A Ddirs104 do if _cd $REPLY
/titanic_50/usr/src/lib/libshell/common/
H A Dsh.memo2347 .B \s-1REPLY\s+1