Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_svcout.c108 write_most(char *infile, int netflag, int nomain) in write_most() argument
162 if (netflag) { in write_most()
181 write_pm_most(infile, netflag); in write_most()
951 write_pm_most(char *infile, int netflag) in write_pm_most() argument
966 if (!netflag) { /* Not included by -n option */ in write_pm_most()
H A Drpc_main.c629 char *outfile, int nomain, int netflag) in s_output() argument
678 if ((netflag || pmflag) && tirpcflag && !nomain) in s_output()
701 write_most(infile, netflag, nomain); in s_output()