Home
last modified time | relevance | path

Searched refs:RQSTP (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/rpcgen/
H A Drpc_svcout.c40 static char RQSTP[] = "rqstp"; variable
348 RESULT, RQSTP); in write_real_program()
354 RQSTP); in write_real_program()
371 f_print(fout, "%s));\n}\n", RQSTP); in write_real_program()
391 f_print(fout, "(struct svc_req *%s, ", RQSTP); in write_program()
460 f_print(fout, "\tswitch (%s->rq_proc) {\n", RQSTP); in write_program()
512 RESULT, ROUTINE, ARG, RQSTP); in write_program()
515 RETVAL, ROUTINE, ARG, RESULT, RQSTP); in write_program()
H A Drpc_sample.c42 static char RQSTP[] = "rqstp"; variable
201 printarglist(proc, "result", RQSTP, "struct svc_req *"); in write_sample_server()