]> git.ipfire.org Git - thirdparty/shadow.git/commit
src/, lib/, tests/: Rename STRLCPY() to STRTCPY()
authorAlejandro Colomar <alx@kernel.org>
Sun, 12 Nov 2023 13:00:47 +0000 (14:00 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Wed, 22 Nov 2023 11:55:26 +0000 (12:55 +0100)
commit090c019ada3dae95214682f39df868f1f8553b8c
tree7523d0fa430ee770ba659dfc061bbdfbce2e3712
parent6adaa40135433acb9b622b15a2c4828cff45b93a
src/, lib/, tests/: Rename STRLCPY() to STRTCPY()

It is a wrapper around STRTCPY(), so use a proper name.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
12 files changed:
lib/console.c
lib/strlcpy.h
lib/utmp.c
src/chage.c
src/chfn.c
src/chsh.c
src/gpasswd.c
src/login.c
src/passwd.c
src/su.c
src/sulogin.c
tests/unit/test_strlcpy.c