Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cdb.py23 with open(target_file, 'w') as out_handle:
26 out_handle.write(temp.substitute(path=path))
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcollect2.c1565 int out_handle = -1; local
1598 out_handle = open (outname, O_WRONLY | O_TRUNC | O_CREAT, 0666);
1606 dup2 (out_handle, STDOUT_FILENO);
1633 close (out_handle);