Home
last modified time | relevance | path

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

/elf/
A Dsotruss-lib.c79 int out_fd = -1; in init() local
92 out_fd = open64 (fullname, O_RDWR | O_CREAT | O_TRUNC, 0666); in init()
93 if (out_fd != -1) in init()
103 if (out_fd == -1) in init()
105 out_fd = fcntl64 (STDERR_FILENO, F_DUPFD, 1000); in init()
106 if (out_fd == -1) in init()
107 out_fd = dup (STDERR_FILENO); in init()
110 if (out_fd != -1) in init()
113 out_file = fdopen (out_fd, "w"); in init()

Completed in 4 milliseconds