HomeSort by: relevance | last modified time | path
    Searched defs:output_fd (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/xlint/
xlint.c 74 int output_fd; /* file descriptor for outfile */ member in struct:__anon941f5c590208
191 if (cpp.output_fd != -1)
192 (void)close(cpp.output_fd);
373 if (lseek(cpp.output_fd, 0, SEEK_SET) != 0) {
377 if (ftruncate(cpp.output_fd, 0) != 0) {
382 run_child(abs_cc, &args, cpp.outfile, cpp.output_fd);
563 cpp.output_fd = mkstemp(cpp.outfile);
564 if (cpp.output_fd == -1) {
xlint.c 74 int output_fd; /* file descriptor for outfile */ member in struct:__anon941f5c590208
191 if (cpp.output_fd != -1)
192 (void)close(cpp.output_fd);
373 if (lseek(cpp.output_fd, 0, SEEK_SET) != 0) {
377 if (ftruncate(cpp.output_fd, 0) != 0) {
382 run_child(abs_cc, &args, cpp.outfile, cpp.output_fd);
563 cpp.output_fd = mkstemp(cpp.outfile);
564 if (cpp.output_fd == -1) {

Completed in 25 milliseconds