Searched refs:REPLY (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/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"
[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 no
[all...]
H A Dselect.sh57 *) if [[ $REPLY != foo ]]
58 then err_exit "select REPLY not correct" 2>&3
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 Dcomvar.sh307 [[ $REPLY == 'last line' ]] || err_exit "\$REPLY=$REPLY should be 'last line"
H A Dvariables.sh78 # REPLY
82 if [[ $REPLY != foobar ]]
83 then err_exit REPLY variable not working
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Drpc_msg.h44 REPLY=1 enumerator in enum:msg_type
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c135 case REPLY:
158 protoprint(flags, REPLY,
231 case REPLY:
631 print_verif(REPLY);
642 protoprint(flags, REPLY, xid,
708 case REPLY:
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);
2067 compare_value(4, 4, REPLY);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_prot.c150 rmsg->rm_direction == REPLY &&
188 if (rmsg->rm_direction != REPLY)
245 (rmsg->rm_direction == REPLY))
265 rmsg->rm_direction != REPLY)
441 if (msg->rm_direction == REPLY &&
H A Drpc_msg.h60 REPLY = 1 enumerator in enum:msg_type
H A Dsvc.c1110 rply.rm_direction = REPLY;
1133 rply.rm_direction = REPLY;
1154 rply.rm_direction = REPLY;
1170 rply.rm_direction = REPLY;
1186 rply.rm_direction = REPLY;
1211 rply.rm_direction = REPLY;
1232 rply.rm_direction = REPLY;
1254 rply.rm_direction = REPLY;
H A Dsvc_clts.c693 rply.rm_direction = REPLY;
H A Dsvc_cots.c669 rply.rm_direction = REPLY;
H A Dclnt_rdma.c1055 reply_msg.rm_direction = REPLY;
H A Dclnt_clts.c777 reply_msg.rm_direction = REPLY;
H A Dclnt_cots.c1348 reply_msg.rm_direction = REPLY;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_prot.c138 rmsg->rm_direction == REPLY &&
177 if (rmsg->rm_direction != REPLY)
245 (rmsg->rm_direction == REPLY))
H A Dsvc.c1088 /* ******************* REPLY GENERATION ROUTINES ************ */
1099 rply.rm_direction = REPLY;
1116 rply.rm_direction = REPLY;
1131 rply.rm_direction = REPLY;
1146 rply.rm_direction = REPLY;
1194 rply.rm_direction = REPLY;
1218 rply.rm_direction = REPLY;
1234 rply.rm_direction = REPLY;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c1226 if(mp->shp->cur_line && *id=='R' && strcmp(id,"REPLY")==0)

Completed in 175 milliseconds