Rename xmalloc_and_zero() to xzalloc().
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 1 May 2013 15:31:33 +0000 (17:31 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 1 May 2013 15:31:33 +0000 (17:31 +0200)
commit5b07039b0712bee0f19749d63116a10fb08a2d8b
tree49009e2d3226e1917373553334b319a6b65cdf4c
parent9b9230a0a79c670b86f54fadd2807b864ff9d91f
Rename xmalloc_and_zero() to xzalloc().

The former name is more or less only used by tinc, the latter is used by other
projects as well, and shorter as well.
16 files changed:
src/conf.c
src/connection.c
src/edge.c
src/fake-getaddrinfo.c
src/hash.c
src/list.c
src/net.c
src/net_socket.c
src/node.c
src/openssl/cipher.c
src/openssl/digest.c
src/splay_tree.c
src/subnet.c
src/tincctl.c
src/top.c
src/xalloc.h