Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/rpcgen/
H A Drpc_svcout.c100 write_most(char *infile /* our name */, int netflag, int nomain) in write_most() argument
130 if (netflag) { in write_most()
137 write_pm_most(infile, netflag); in write_most()
735 write_pm_most(char *infile, int netflag) in write_pm_most() argument
745 if (!netflag) { /* Not included by -n option */ in write_pm_most()
H A Drpc_main.c619 int netflag) in s_output() argument
671 if ((netflag || pmflag) && tirpcflag) { in s_output()
693 write_most(infile, netflag, nomain); in s_output()