Home
last modified time | relevance | path

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

/illumos-gate/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 '$REP…
248 [[ $REPLY == foo ]] || err_exit "first REPLY from $cat coprocess is $REPLY not foo"
250 [[ $REPLY == bar ]] || err_exit "second REPLY from $cat coprocess is $REPLY not bar"
329 print -r -- "$REPLY"
337 [[ $REPLY == world ]] || err_exit "expected 'world' got '$REPLY'"
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 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 Dvariables.sh82 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"
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c136 case REPLY: in interpret_rpc()
159 protoprint(flags, REPLY, in interpret_rpc()
232 case REPLY: in interpret_rpc()
627 print_verif(REPLY); in rpc_detail_reply()
638 protoprint(flags, REPLY, xid, in rpc_detail_reply()
704 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()
2068 compare_value(4, 4, REPLY); in rpc_match_prog()
/illumos-gate/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 Dsvc.c1090 rply.rm_direction = REPLY; in svc_sendreply()
1113 rply.rm_direction = REPLY; in svcerr_noproc()
1134 rply.rm_direction = REPLY; in svcerr_decode()
1150 rply.rm_direction = REPLY; in svcerr_systemerr()
1166 rply.rm_direction = REPLY; in svcerr_auth()
1191 rply.rm_direction = REPLY; in svcerr_badcred()
1212 rply.rm_direction = REPLY; in svcerr_noprog()
1234 rply.rm_direction = REPLY; in svcerr_progvers()
H A Drpc_msg.h58 REPLY = 1 enumerator
H A Dsvc_cots.c674 rply.rm_direction = REPLY; in svc_cots_kgetres()
H A Dsvc_clts.c698 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.c1351 reply_msg.rm_direction = REPLY; in clnt_cots_kcallit()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_prot.c134 rmsg->rm_direction == REPLY && in xdr_replymsg()
173 if (rmsg->rm_direction != REPLY) in xdr_replymsg()
240 (rmsg->rm_direction == REPLY)) in xdr_replymsg()
H A Dsvc.c1103 rply.rm_direction = REPLY; in svc_sendreply()
1120 rply.rm_direction = REPLY; in svcerr_noproc()
1135 rply.rm_direction = REPLY; in svcerr_decode()
1150 rply.rm_direction = REPLY; in svcerr_systemerr()
1198 rply.rm_direction = REPLY; in svcerr_auth()
1222 rply.rm_direction = REPLY; in svcerr_noprog()
1238 rply.rm_direction = REPLY; in svcerr_progvers()
/illumos-gate/usr/src/cmd/ast/ksh/
H A DMakefile.testshell165 printf "#\t%s\n" "$${REPLY}" ; \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/fun/
H A Ddirs104 do if _cd $REPLY
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dsh.memo2347 .B \s-1REPLY\s+1