Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/rpcgen/
HDrpc_main.c784 char *temp, *mkftemp; in mkfile_output() local
803 mkftemp = xmalloc(strlen("makefile.") + in mkfile_output()
806 strcpy(mkftemp, "makefile."); in mkfile_output()
807 (void) strncat(mkftemp, cmd->infile, in mkfile_output()
809 mkfilename = mkftemp; in mkfile_output()