opnsense-src/tools/regression/lib/libc/stdio
Jilles Tjoelker ef70de180c libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).
Austin Group issue #411 requires 'e' to be accepted before and after 'x',
and encourages accepting the characters in any order, except the initial
'r', 'w' or 'a'.

Given that glibc accepts the characters after r/w/a in any order and that
diagnosing this problem may be hard, change our libc to behave that way as
well.
2013-09-06 13:47:16 +00:00
..
Makefile Add mkostemp() and mkostemps(). 2013-08-09 17:24:23 +00:00
test-fmemopen.c - Fix more style(9)-related issues (copyright header, spaces after function 2013-02-01 13:04:06 +00:00
test-fmemopen.t libc/stdio: Provide proper TAP output for fmemopen/open_[w]memstream. 2013-09-06 12:56:49 +00:00
test-fopen.c libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a). 2013-09-06 13:47:16 +00:00
test-fopen.t libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a). 2013-09-06 13:47:16 +00:00
test-getdelim.c
test-getdelim.t Add .t files for tests, missed in prior checkins, so that prove(1) works 2012-01-14 21:38:31 +00:00
test-mkostemp.c Add mkostemp() and mkostemps(). 2013-08-09 17:24:23 +00:00
test-mkostemp.t libc/stdio: Run mkostemp test using prove. 2013-09-06 12:59:48 +00:00
test-open_memstream.c Add an implementation of open_memstream() and open_wmemstream(). These 2013-02-27 19:50:46 +00:00
test-open_memstream.t libc/stdio: Provide proper TAP output for fmemopen/open_[w]memstream. 2013-09-06 12:56:49 +00:00
test-open_wmemstream.c Add an implementation of open_memstream() and open_wmemstream(). These 2013-02-27 19:50:46 +00:00
test-open_wmemstream.t libc/stdio: Provide proper TAP output for fmemopen/open_[w]memstream. 2013-09-06 12:56:49 +00:00
test-perror.c libc: Add a missing header to a test program. 2012-12-08 19:42:15 +00:00
test-perror.t
test-print-positional.c
test-print-positional.t Add .t files for tests, missed in prior checkins, so that prove(1) works 2012-01-14 21:38:31 +00:00
test-printbasic.c
test-printbasic.t Add .t files for tests, missed in prior checkins, so that prove(1) works 2012-01-14 21:38:31 +00:00
test-printfloat.c
test-printfloat.t
test-scanfloat.c
test-scanfloat.t