Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/rpcgen/
Drpc_main.c786 char *temp, *mkftemp; in mkfile_output() local
805 mkftemp = xmalloc(strlen("makefile.") + in mkfile_output()
808 strcpy(mkftemp, "makefile."); in mkfile_output()
809 (void) strncat(mkftemp, cmd->infile, in mkfile_output()
811 mkfilename = mkftemp; in mkfile_output()