Searched defs:oneway (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_clntout.c114 bool_t oneway = streq(proc->res_type, "oneway"); local
126 if (!oneway) {
141 if (!oneway) {
152 if (mtflag && !oneway) {
164 if (!oneway) {
185 if (mtflag && !oneway)
193 if (mtflag && !oneway) {
205 if (mtflag && !oneway) {
235 bool_t oneway local
[all...]
H A Drpc_hout.c382 int oneway = streq(proc->res_type, "oneway"); local
399 if (mtflag && !oneway) {
H A Drpc_svcout.c357 int oneway = streq(proc->res_type, "oneway"); local
431 if (mtflag && !oneway)
498 streq(proc->res_type, "oneway"))
566 if (streq(proc->res_type, "oneway")) {

Completed in 60 milliseconds