]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/string/strspn/, lib/, src/: Move *spn() APIs to separate subdir
authorAlejandro Colomar <alx@kernel.org>
Sat, 16 Nov 2024 14:03:28 +0000 (15:03 +0100)
committerSerge Hallyn <serge@hallyn.com>
Sun, 16 Feb 2025 19:22:51 +0000 (13:22 -0600)
commit872de49dcfbd681e1bd3901265e33bc1430a6102
tree9fe921fee7b0e689c6fcaf6df400201f9a8246e2
parentc2a634efa78e5e9c92d68423afa761e6bc1b7130
lib/string/strspn/, lib/, src/: Move *spn() APIs to separate subdir

This provides a better organization.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
19 files changed:
lib/Makefile.am
lib/fields.c
lib/getdate.y
lib/getdef.c
lib/limits.c
lib/loginprompt.c
lib/nss.c
lib/setupenv.c
lib/string/strspn/stprcspn.c [moved from lib/string/strchr/stprcspn.c with 78% similarity]
lib/string/strspn/stprcspn.h [moved from lib/string/strchr/stprcspn.h with 80% similarity]
lib/string/strspn/stpspn.c [moved from lib/string/strchr/stpspn.c with 79% similarity]
lib/string/strspn/stpspn.h [moved from lib/string/strchr/stpspn.h with 87% similarity]
lib/string/strspn/strrcspn.c [moved from lib/string/strchr/strrcspn.c with 85% similarity]
lib/string/strspn/strrcspn.h [moved from lib/string/strchr/strrcspn.h with 83% similarity]
lib/string/strspn/strrspn.c [moved from lib/string/strchr/strrspn.c with 85% similarity]
lib/string/strspn/strrspn.h [moved from lib/string/strchr/strrspn.h with 85% similarity]
lib/strtoday.c
src/login_nopam.c
src/suauth.c