change strncmp() == 0 to STREQLEN()
authorJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 13:26:21 +0000 (14:26 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 9 Nov 2009 21:34:16 +0000 (22:34 +0100)
commit3e70b34eed5a48640e20fbf6dcba774aaace1f3c
tree5bb681d85d8ff394f562b095e70c36d4ac5f7b5d
parent627f89351d06e43564b47ea42cabaa522284c2a1
change strncmp() == 0 to STREQLEN()

git grep -l 'strncmp *([^=]*== *0'|xargs \
  perl -pi -e 's/\bstrncmp( *\(.*?\)) *== *0\b/STREQLEN$1/g'
13 files changed:
daemon/daemon.h
daemon/devsparts.c
daemon/ext2.c
daemon/file.c
daemon/guestfsd.c
daemon/mount.c
daemon/upload.c
examples/to-xml.c
fish/destpaths.c
fish/edit.c
fish/tilde.c
hivex/hivex.c
test-tool/test-tool.c