/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | coprocess.sh | 47 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 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" [all...] |
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 ]] 58 then err_exit "select REPLY not correct" 2>&3
|
H A D | variables.sh | 78 # REPLY 82 if [[ $REPLY != foobar ]] 83 then err_exit REPLY variable not working
|
H A D | comvar.sh | 307 [[ $REPLY == 'last line' ]] || err_exit "\$REPLY=$REPLY should be 'last line"
|
/titanic_52/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 | 442 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 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_52/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 | 1089 /* ******************* 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 D | rpc_msg.h | 44 REPLY=1 enumerator
|
/titanic_52/usr/src/cmd/ast/ksh/ |
H A D | Makefile.testshell | 165 printf "#\t%s\n" "$${REPLY}" ; \
|
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/fun/ |
H A D | dirs | 104 do if _cd $REPLY
|
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | sh.memo | 2347 .B \s-1REPLY\s+1
|