]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/: Rename CALLOC() => calloc_T()
authorAlejandro Colomar <alx@kernel.org>
Sat, 15 Nov 2025 21:08:15 +0000 (22:08 +0100)
committerSerge Hallyn <serge@hallyn.com>
Sat, 6 Dec 2025 03:22:45 +0000 (21:22 -0600)
commitbc4e3712a68b20c93fa0023fa465b0c55eda27db
tree17e0cc75ee8d964a8b5a6bedfe4408ca1e84f2ef
parent0d9193dcf6e0d25e7b24759ed56398d918994348
lib/: Rename CALLOC() => calloc_T()

The 'T' in the name notes that this API is a type-safe variant of the
API it wraps.  This makes the names more explicative.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/alloc/calloc.h
lib/find_new_gid.c
lib/find_new_uid.c
lib/groupio.c
lib/groupmem.c
lib/idmapping.c
lib/pam_pass_non_interactive.c
lib/pwmem.c
lib/sgroupio.c
lib/shadowmem.c