Home
last modified time | relevance | path

Searched refs:netflag (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.bin/rpcgen/
HDrpc_svcout.c95 write_most(const char *infile, int netflag, int nomain) in write_most() argument
142 if (netflag) { in write_most()
161 write_pm_most(infile, netflag); in write_most()
764 write_pm_most(const char *infile, int netflag) in write_pm_most() argument
780 if (!netflag) { /* Not included by -n option */ in write_pm_most()
HDrpc_util.h203 void write_most(const char *infile, int netflag, int nomain);
HDrpc_main.c584 int extend, const char *outfile, int nomain, int netflag) in s_output() argument
636 if ((netflag || pmflag) && tirpcflag && !nomain) { in s_output()
655 write_most(infile, netflag, nomain); in s_output()