src/, lib/, tests/: Rename files defining strtcpy()

Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar
2023-11-12 14:08:42 +01:00
committed by Iker Pedrosa
parent 090c019ada
commit f9fb855889
15 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ libshadow_la_SOURCES = \
stpecpy.h \
stpeprintf.c \
stpeprintf.h \
strlcpy.h \
strtcpy.h \
strtoday.c \
sub.c \
subordinateio.h \
+1 -1
View File
@@ -13,7 +13,7 @@
#include <stdio.h>
#include "getdef.h"
#include "prototypes.h"
#include "strlcpy.h"
#include "strtcpy.h"
#ident "$Id$"
+1 -1
View File
@@ -11,7 +11,7 @@
#ident "$Id$"
#include "strlcpy.h"
#include "strtcpy.h"
extern inline ssize_t strtcpy(char *restrict dst, const char *restrict src,
View File
+1 -1
View File
@@ -24,7 +24,7 @@
#include "alloc.h"
#include "sizeof.h"
#include "strlcpy.h"
#include "strtcpy.h"
#include "zustr2stp.h"
#ident "$Id$"