Home
last modified time | relevance | path

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

/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcoprocess.sh47 print -r "$1 $REPLY"
88 set -- $REPLY
96 *) err_exit "$cat coprocess unknown message +|$REPLY|+" ;;
118 got=$REPLY
222 [[ $REPLY == "$exp" ]] || err_exit "REPLY from $cat coprocess failed -- expected '$exp', got '$REPLY'"
248 [[ $REPLY == foo ]] || err_exit "first REPLY from $cat coprocess is $REPLY no
[all...]
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"
[all...]
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 ]]
58 then err_exit "select REPLY not correct" 2>&3
H A Dvariables.sh78 # REPLY
82 if [[ $REPLY != foobar ]]
83 then err_exit REPLY variable not working
H A Dcomvar.sh307 [[ $REPLY == 'last line' ]] || err_exit "\$REPLY=$REPLY should be 'last line"
/titanic_52/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.c442 unsigned x_dir; /* CALL or REPLY */
479 x->x_dir = htonl(REPLY); in stash_rpc()
2067 compare_value(4, 4, REPLY); in rpc_match_prog()
/titanic_52/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_52/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.c1089 /* ******************* REPLY GENERATION ROUTINES ************ */
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_52/usr/src/lib/libbc/inc/include/rpc/
H A Drpc_msg.h44 REPLY=1 enumerator
/titanic_52/usr/src/cmd/ast/ksh/
H A DMakefile.testshell165 printf "#\t%s\n" "$${REPLY}" ; \
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/fun/
H A Ddirs104 do if _cd $REPLY
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/
H A Dsh.memo2347 .B \s-1REPLY\s+1