convert strcasecmp(...) != 0 to STRCASENEQ(...)
authorJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 13:06:37 +0000 (14:06 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 21:34:16 +0000 (22:34 +0100)
git grep -E -l 'strcasecmp *\(.*!= ?0\b'|xargs \
  perl -pi -e 's/\bstrcasecmp( ?\(.*?\)) != 0/STRCASENEQ$1/g'


No differences found