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

/freebsd-current/usr.bin/rpcgen/
H A Drpc_main.c871 char *temp, *mkftemp; local
890 mkftemp = xmalloc(strlen("makefile.") +
893 strcpy(mkftemp, "makefile.");
894 (void) strncat(mkftemp, cmd->infile,
896 mkfilename = mkftemp;

Completed in 61 milliseconds