Home | History | Annotate | Download | only in bison

Lines Matching refs:EBADF

20374                    # closed fd may yield -EBADF instead of -1 / errno=EBADF.
20376 freebsd*) # on FreeBSD 6.1, dup2(1,1000000) gives EMFILE, not EBADF.
20406 /* Many gnulib modules require POSIX conformance of EBADF. */
20407 if (dup2 (2, 1000000) == -1 && errno != EBADF)