Searched refs:mkftemp (Results 1 – 1 of 1) sorted by relevance
871 char *temp, *mkftemp; in mkfile_output() local890 mkftemp = xmalloc(strlen("makefile.") + in mkfile_output()893 strcpy(mkftemp, "makefile."); in mkfile_output()894 (void) strncat(mkftemp, cmd->infile, in mkfile_output()896 mkfilename = mkftemp; in mkfile_output()