Home | History | Annotate | Download | only in rpcgen

Lines Matching refs:infile

100 write_most(char *infile /* our name */, int netflag, int nomain)
127 write_inetmost(infile); /* Includes call to write_rpc_svc_fg() */
137 write_pm_most(infile, netflag);
139 write_rpc_svc_fg(infile, "\t\t");
149 open_log_file(infile, "\t");
548 write_inetmost(char *infile)
567 open_log_file(infile, "\t\t");
569 write_rpc_svc_fg(infile, "\t\t");
735 write_pm_most(char *infile, int netflag)
754 open_log_file(infile, "\t\t");
816 write_rpc_svc_fg(char *infile, const char *sp)
858 open_log_file(infile, sp);
861 open_log_file(infile, sp);
865 open_log_file(char *infile, const char *sp)
869 s = strrchr(infile, '.');
872 p = strrchr(infile, '/');
876 p = infile;