Home
last modified time | relevance | path

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

/freebsd/usr.bin/rpcgen/
H A Drpc_main.c871 char *temp, *mkftemp; in mkfile_output() local
890 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()