opnsense-src/tools/regression/lib/libc
Jilles Tjoelker 93a65e1b5f libc/stdio: Fail fdopen() on an execute-only fd.
An execute-only fd (opened with O_EXEC) allows neither read() nor write()
and is therefore incompatible with all stdio modes. Therefore, the [EINVAL]
error applies.

Also adjust the similar check in freopen() with a NULL path, even though
this checks an fd which is already from a FILE.
2014-04-21 17:40:23 +00:00
..
gen fnmatch(): Add test for r254091 (pattern with single backslash). 2013-08-11 21:54:20 +00:00
locale Add libiconv based versions of *c16*() and *c32*(). 2013-06-03 17:17:56 +00:00
net Remove broken tests for eui64_line. 2014-03-12 10:59:51 +00:00
nss Restore "all rights reserved" (spelled correctly). This was actually part of the standard text of the license which I did not realize prior. 2013-06-17 20:27:20 +00:00
regex Add a skeleton makefile that runs the tests out of libc/regex/grot. 2004-07-19 09:00:26 +00:00
resolv NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 2014-04-13 05:21:56 +00:00
stdio libc/stdio: Fail fdopen() on an execute-only fd. 2014-04-21 17:40:23 +00:00
stdlib Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
string Make the strerror tests work without libtap. 2014-03-12 10:45:22 +00:00