change strncasecmp() == 0 to STRCASENEQLEN()
authorJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 21:33:36 +0000 (22:33 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 21:42:01 +0000 (22:42 +0100)
commit0c20bd8ea7092b93074ff08cae70e4cf6a06e7c5
tree091f3077b6f9d9071c630107a463fcb2b0c37fd1
parent539bf7e8983c53c4cf79ffa64302bef1585bec31
change strncasecmp() == 0 to STRCASENEQLEN()

git grep -l 'strncasecmp *([^=]*!= *0'|xargs \
  perl -pi -e 's/\bstrncasecmp( *\(.*?\)) *!= *0\b/STRCASENEQLEN$1/g'
fish/fish.c