Searched hist:255303 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/lib/libc/tests/stdio/
H A Dfopen_test.c255303 Fri Sep 06 13:58:56 MDT 2013 jilles 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.
/freebsd-11.0-release/lib/libc/stdio/
H A Dflags.cdiff 255303 Fri Sep 06 13:58:56 MDT 2013 jilles 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.

Completed in 122 milliseconds