Home
last modified time | relevance | path

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

/src/usr.bin/rpcgen/
H A Drpc_svcout.c85 write_most(const char *infile, int netflag, int nomain) in write_most() argument
132 if (netflag) { in write_most()
151 write_pm_most(infile, netflag); in write_most()
755 write_pm_most(const char *infile, int netflag) in write_pm_most() argument
771 if (!netflag) { /* Not included by -n option */ in write_pm_most()
H A Drpc_util.h198 void write_most(const char *infile, int netflag, int nomain);
H A Drpc_main.c656 int extend, const char *outfile, int nomain, int netflag) in s_output() argument
708 if ((netflag || pmflag) && tirpcflag && !nomain) { in s_output()
727 write_most(infile, netflag, nomain); in s_output()