bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11675: stty bad C semantics


From: Voelker, Bernhard
Subject: bug#11675: stty bad C semantics
Date: Tue, 12 Jun 2012 14:52:04 +0000

Jim Meyering wrote:

> That has prompted a nicely animated debate ;-)

... and it goes on ;-)

What about these?

find . -name '*.c' | xargs grep -F '0, };'
./src/ls.c:                    mbstate_t mbstate = { 0, };
./src/shred.c:  struct Options flags = { 0, };
./src/tr.c:  bool in_set[N_CHARS] = { 0, };
./src/wc.c:      mbstate_t state = { 0, };
./src/pathchk.c:      mbstate_t mbstate = { 0, };

Have a nice day,
Berny





reply via email to

[Prev in Thread] Current Thread [Next in Thread]