convert uses of strcasecmp to STRCASEEQ
authorJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 12:58:42 +0000 (13:58 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 21:34:16 +0000 (22:34 +0100)
commit9353c6253d5fac1648b13ad9958468a2d9f6ad6f
tree083fa9f8de6150e9a4568e7e39455d8d6d99a412
parent7cd4b6aeee3693463b03608a31cf53f21152c2e8
convert uses of strcasecmp to STRCASEEQ

git grep -l 'strcasecmp *([^=]*== *0'| xargs \
  perl -pi -e 's/\bstrcasecmp( *\(.*?\)) *== *0/STRCASEEQ$1/'
daemon/checksum.c
daemon/debug.c
daemon/realpath.c
fish/edit.c
fish/fish.c
fish/more.c
hivex/hivex.c
src/generator.ml