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

/freebsd-9.3-release/usr.bin/xlint/xlint/
H A Dxlint.c69 static int cppoutfd = -1; variable
238 if (cppoutfd != -1)
239 (void)close(cppoutfd);
321 cppoutfd = mkstemp(cppout);
322 if (cppoutfd == -1) {
659 if (lseek(cppoutfd, (off_t)0, SEEK_SET) != 0) {
663 if (ftruncate(cppoutfd, (off_t)0) != 0) {
668 runchild(pathname, args, cppout, cppoutfd);

Completed in 183 milliseconds