Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcollect2.c1566 int err_handle = -1; local
1612 err_handle = open (errname, O_WRONLY | O_TRUNC | O_CREAT, 0666);
1620 dup2 (err_handle, STDERR_FILENO);
1642 close (err_handle);