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

/freebsd-9.3-release/usr.bin/xlint/xlint/
H A Dxlint.c66 static char *cppout; variable
240 if (cppout != NULL)
241 (void)remove(cppout);
319 cppout = xmalloc(strlen(tmpdir) + sizeof ("lint0.XXXXXX"));
320 (void)sprintf(cppout, "%slint0.XXXXXX", tmpdir);
321 cppoutfd = mkstemp(cppout);
668 runchild(pathname, args, cppout, cppoutfd);
690 appcstrg(&args, cppout);

Completed in 98 milliseconds