Searched hist:185233 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dtermios.hdiff 185233 Sun Nov 23 19:04:09 MST 2008 dwmalone Make the new CCEQ macro a little more like the old one - first do
the comparison between c and val and then compare val to _POSIX_VDISABLE.
This avoids comparing c (which is usually of type char) to
_POSIX_VDISABLE (which has value 0xff and may not be representable
as a char).

Reviewed by: ed
H A D_termios.hdiff 185233 Sun Nov 23 19:04:09 MST 2008 dwmalone Make the new CCEQ macro a little more like the old one - first do
the comparison between c and val and then compare val to _POSIX_VDISABLE.
This avoids comparing c (which is usually of type char) to
_POSIX_VDISABLE (which has value 0xff and may not be representable
as a char).

Reviewed by: ed
/freebsd-10-stable/include/
H A Dtermios.hdiff 185233 Sun Nov 23 19:04:09 MST 2008 dwmalone Make the new CCEQ macro a little more like the old one - first do
the comparison between c and val and then compare val to _POSIX_VDISABLE.
This avoids comparing c (which is usually of type char) to
_POSIX_VDISABLE (which has value 0xff and may not be representable
as a char).

Reviewed by: ed

Completed in 171 milliseconds