OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:output_fd
(Results
1 - 1
of
1
) 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) {
Completed in 58 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025