Lines Matching refs:extendfile
228 extendfile(char *file, char *ext) in extendfile() function
391 temp = extendfile(file, ext); in file_name()
410 outfilename = extend ? extendfile(infile, outfile) : outfile; in c_output()
413 if (infile && (include = extendfile(infile, ".h"))) { in c_output()
478 guard = extendfile(filename, "_H_RPCGEN"); in generate_guard()
521 outfilename = extend ? extendfile(infile, outfile) : outfile; in h_output()
637 outfilename = extend ? extendfile(infile, outfile) : outfile; in s_output()
640 if (infile && (include = extendfile(infile, ".h"))) { in s_output()
724 outfilename = extend ? extendfile(infile, outfile) : outfile; in l_output()
729 if (infile && (include = extendfile(infile, ".h"))) { in l_output()
760 outfilename = extend ? extendfile(infile, outfile) : outfile; in t_output()
782 outfilename = extend ? extendfile(infile, outfile) : outfile; in svc_output()
791 if (infile && (include = extendfile(infile, ".h"))) { in svc_output()
820 outfilename = extend ? extendfile(infile, outfile) : outfile; in clnt_output()
829 if (infile && (include = extendfile(infile, ".h"))) { in clnt_output()
864 servername = extendfile(cmd->infile, "_server.c"); in mkfile_output()
865 clientname = extendfile(cmd->infile, "_client.c"); in mkfile_output()
870 servprogname = extendfile(cmd->infile, "_server"); in mkfile_output()
871 clntprogname = extendfile(cmd->infile, "_client"); in mkfile_output()