This provides a better organization.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
string/strchr/strchrcnt.h \
string/strchr/strchrscnt.c \
string/strchr/strchrscnt.h \
- string/strchr/stpspn.c \
- string/strchr/stpspn.h \
- string/strchr/stprcspn.c \
- string/strchr/stprcspn.h \
string/strchr/strnul.c \
string/strchr/strnul.h \
- string/strchr/strrcspn.c \
- string/strchr/strrcspn.h \
- string/strchr/strrspn.c \
- string/strchr/strrspn.h \
string/strcmp/strcaseeq.c \
string/strcmp/strcaseeq.h \
string/strcmp/streq.c \
string/strdup/xstrndup.h \
string/strftime.c \
string/strftime.h \
+ string/strspn/stpspn.c \
+ string/strspn/stpspn.h \
+ string/strspn/stprcspn.c \
+ string/strspn/stprcspn.h \
+ string/strspn/strrcspn.c \
+ string/strspn/strrcspn.h \
+ string/strspn/strrspn.c \
+ string/strspn/strrspn.h \
string/strtok/stpsep.c \
string/strtok/stpsep.h \
strtoday.c \
#include <stdio.h>
#include "prototypes.h"
-#include "string/strchr/stpspn.h"
-#include "string/strchr/strrspn.h"
#include "string/strcmp/streq.h"
+#include "string/strspn/stpspn.h"
+#include "string/strspn/strrspn.h"
#include "string/strtok/stpsep.h"
#include "attr.h"
#include "getdate.h"
-#include "string/strchr/stpspn.h"
#include "string/strcmp/streq.h"
+#include "string/strspn/stpspn.h"
/* Some old versions of bison generate parsers that use bcopy.
#include "prototypes.h"
#include "shadowlog_internal.h"
#include "string/sprintf/xasprintf.h"
-#include "string/strchr/stpspn.h"
-#include "string/strchr/strrspn.h"
#include "string/strcmp/strcaseeq.h"
#include "string/strcmp/streq.h"
+#include "string/strspn/stpspn.h"
+#include "string/strspn/strrspn.h"
#include "string/strtok/stpsep.h"
#include "atoi/str2i/str2s.h"
#include "atoi/str2i/str2u.h"
#include "string/memset/memzero.h"
-#include "string/strchr/stpspn.h"
#include "string/strcmp/streq.h"
+#include "string/strspn/stpspn.h"
#include "typetraits.h"
#include "getdef.h"
#include "prototypes.h"
#include "string/memset/memzero.h"
-#include "string/strchr/stpspn.h"
#include "string/strcpy/strtcpy.h"
+#include "string/strspn/stpspn.h"
#include "string/strtok/stpsep.h"
#include "shadowlog_internal.h"
#include "shadowlog.h"
#include "string/sprintf/snprintf.h"
-#include "string/strchr/stpspn.h"
#include "string/strcmp/streq.h"
+#include "string/strspn/stpspn.h"
#include "string/strtok/stpsep.h"
#include "getdef.h"
#include "shadowlog.h"
#include "string/sprintf/xasprintf.h"
-#include "string/strchr/stpspn.h"
#include "string/strcmp/streq.h"
#include "string/strdup/xstrdup.h"
+#include "string/strspn/stpspn.h"
#include "string/strtok/stpsep.h"
#include <config.h>
-#include "string/strchr/stprcspn.h"
+#include "string/strspn/stprcspn.h"
// SPDX-License-Identifier: BSD-3-Clause
-#ifndef SHADOW_INCLUDE_LIB_STRING_STRCHR_STPRCSPN_H_
-#define SHADOW_INCLUDE_LIB_STRING_STRCHR_STPRCSPN_H_
+#ifndef SHADOW_INCLUDE_LIB_STRING_STRSPN_STPRCSPN_H_
+#define SHADOW_INCLUDE_LIB_STRING_STRSPN_STPRCSPN_H_
#include <config.h>
#include <string.h>
-#include "string/strchr/strrcspn.h"
+#include "string/strspn/strrcspn.h"
#define stprcspn(s, reject) \
#include <config.h>
-#include "string/strchr/stpspn.h"
+#include "string/strspn/stpspn.h"
// SPDX-License-Identifier: BSD-3-Clause
-#ifndef SHADOW_INCLUDE_LIB_STRING_STRCHR_STPSPN_H_
-#define SHADOW_INCLUDE_LIB_STRING_STRCHR_STPSPN_H_
+#ifndef SHADOW_INCLUDE_LIB_STRING_STRSPN_STPSPN_H_
+#define SHADOW_INCLUDE_LIB_STRING_STRSPN_STPSPN_H_
#include <config.h>
#include <config.h>
-#include "string/strchr/strrcspn.h"
+#include "string/strspn/strrcspn.h"
#include <stddef.h>
// SPDX-License-Identifier: BSD-3-Clause
-#ifndef SHADOW_INCLUDE_LIB_STRING_STRCHR_STRRCSPN_H_
-#define SHADOW_INCLUDE_LIB_STRING_STRCHR_STRRCSPN_H_
+#ifndef SHADOW_INCLUDE_LIB_STRING_STRSPN_STRRCSPN_H_
+#define SHADOW_INCLUDE_LIB_STRING_STRSPN_STRRCSPN_H_
#include <config.h>
#include <config.h>
-#include "string/strchr/strrspn.h"
+#include "string/strspn/strrspn.h"
extern inline char *strrspn(char *restrict s, const char *restrict accept);
// SPDX-License-Identifier: BSD-3-Clause
-#ifndef SHADOW_INCLUDE_LIB_STRING_STRCHR_STRRSPN_H_
-#define SHADOW_INCLUDE_LIB_STRING_STRCHR_STRRSPN_H_
+#ifndef SHADOW_INCLUDE_LIB_STRING_STRSPN_STRRSPN_H_
+#define SHADOW_INCLUDE_LIB_STRING_STRSPN_STRRSPN_H_
#include <config.h>
#include "atoi/str2i/str2s.h"
#include "getdate.h"
#include "prototypes.h"
-#include "string/strchr/stpspn.h"
#include "string/strcmp/streq.h"
+#include "string/strspn/stpspn.h"
/*
#include "prototypes.h"
#include "sizeof.h"
-#include "string/strchr/strrspn.h"
#include "string/strcmp/strcaseeq.h"
#include "string/strcmp/streq.h"
+#include "string/strspn/strrspn.h"
#include "string/strtok/stpsep.h"
#include "defines.h"
#include "prototypes.h"
-#include "string/strchr/stpspn.h"
-#include "string/strchr/strrspn.h"
#include "string/strcmp/streq.h"
+#include "string/strspn/stpspn.h"
+#include "string/strspn/strrspn.h"
#include "string/strtok/stpsep.h"