Lines Matching refs:extendfile
205 extendfile(const char *path, const char *ext) in extendfile() function
452 temp = extendfile(file, ext); in file_name()
472 outfilename = extend ? extendfile(infile, outfile) : outfile; in c_output()
475 if (infile && (include = extendfile(infile, ".h"))) { in c_output()
556 guard = extendfile(guard, "_H_RPCGEN"); in generate_guard()
578 outfilename = extend ? extendfile(infile, outfile) : outfile; in h_output()
664 outfilename = extend ? extendfile(infile, outfile) : outfile; in s_output()
667 if (infile && (include = extendfile(infile, ".h"))) { in s_output()
750 outfilename = extend ? extendfile(infile, outfile) : outfile; in l_output()
754 if (infile && (include = extendfile(infile, ".h"))) { in l_output()
780 outfilename = extend ? extendfile(infile, outfile) : outfile; in t_output()
802 outfilename = extend ? extendfile(infile, outfile) : outfile; in svc_output()
811 if (infile && (include = extendfile(infile, ".h"))) { in svc_output()
837 outfilename = extend ? extendfile(infile, outfile) : outfile; in clnt_output()
846 if (infile && (include = extendfile(infile, ".h"))) { in clnt_output()
880 servername = extendfile(cmd->infile, "_server.c"); in mkfile_output()
881 clientname = extendfile(cmd->infile, "_client.c"); in mkfile_output()
886 servprogname = extendfile(cmd->infile, "_server"); in mkfile_output()
887 clntprogname = extendfile(cmd->infile, "_client"); in mkfile_output()