convert uses of strcasecmp to STRCASEEQ
authorJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 12:58:42 +0000 (13:58 +0100)
committerRichard Jones <rjones@redhat.com>
Fri, 19 Feb 2010 14:50:16 +0000 (14:50 +0000)
commit39c10cf9df1e9d59e9048b7d78913562867c3c6b
treed84f1c7d994380195a68a33e1ad3d8552a5d29ab
parentdfbbd970fef917eec28356d8b3d74939440d58dc
convert uses of strcasecmp to STRCASEEQ

git grep -l 'strcasecmp *([^=]*== *0'| xargs \
  perl -pi -e 's/\bstrcasecmp( *\(.*?\)) *== *0/STRCASEEQ$1/'
hivex/hivex.c