Home
last modified time | relevance | path

Searched refs:tirpcflag (Results 1 – 4 of 4) sorted by relevance

/NextBSD/usr.bin/rpcgen/
HDrpc_main.c132 int tirpcflag = 1; /* generating code for tirpc, by default */ variable
186 if (inetdflag || !tirpcflag) in main()
605 if (tirpcflag) in s_output()
616 if (!tirpcflag && inetdflag) in s_output()
624 if (tirpcflag) { in s_output()
631 if (inetdflag || !tirpcflag) { in s_output()
636 if ((netflag || pmflag) && tirpcflag && !nomain) { in s_output()
639 if (tirpcflag) in s_output()
641 if (logflag || inetdflag || pmflag || tirpcflag) in s_output()
897 if (inetdflag || !tirpcflag) { in do_registers()
[all …]
HDrpc_svcout.c102 if (!tirpcflag || tirpc_socket) { in write_most()
141 if (tirpcflag) { in write_most()
201 if (tirpcflag) { in write_netid_register()
719 if (tirpcflag && pmflag) { in write_timeout_func()
728 if (tirpcflag) { in write_timeout_func()
835 if (tirpcflag) { in write_pm_most()
891 if (tirpcflag) in write_rpc_svc_fg()
903 if (tirpcflag) { in write_rpc_svc_fg()
919 if (tirpcflag) in write_rpc_svc_fg()
HDrpc_util.h136 extern int tirpcflag; /* flag for generating tirpc code */
HDrpc_sample.c129 program_name, vp->vers_name, tirpcflag? "netpath" : "udp"); in write_sample_client()