aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strn
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-17 05:50:23 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-17 05:50:23 +0100
commitc99cadbe02f659264cecb44c053d96383631147d (patch)
treebaeb59b9b45e7ea798c92dc04af9ea55db8a3d2b /src/string/strn
parentadd strset (diff)
downloadslibc-c99cadbe02f659264cecb44c053d96383631147d.tar.gz
slibc-c99cadbe02f659264cecb44c053d96383631147d.tar.bz2
slibc-c99cadbe02f659264cecb44c053d96383631147d.tar.xz
rearrange files
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/string/str/strncasecmp.c (renamed from src/string/strncasecmp.c)0
-rw-r--r--src/string/str/strncasestr.c (renamed from src/string/strncasestr.c)0
-rw-r--r--src/string/str/strncat.c (renamed from src/string/strncat.c)0
-rw-r--r--src/string/str/strncmp.c (renamed from src/string/strncmp.c)0
-rw-r--r--src/string/str/strncpy.c (renamed from src/string/strncpy.c)0
-rw-r--r--src/string/str/strndup.c (renamed from src/string/strndup.c)0
-rw-r--r--src/string/str/strnlen.c (renamed from src/string/strnlen.c)0
-rw-r--r--src/string/str/strnmove.c (renamed from src/string/strnmove.c)0
-rw-r--r--src/string/str/strnstr.c (renamed from src/string/strnstr.c)0
9 files changed, 0 insertions, 0 deletions
diff --git a/src/string/strncasecmp.c b/src/string/str/strncasecmp.c
index 919ff36..919ff36 100644
--- a/src/string/strncasecmp.c
+++ b/src/string/str/strncasecmp.c
diff --git a/src/string/strncasestr.c b/src/string/str/strncasestr.c
index e95dc4b..e95dc4b 100644
--- a/src/string/strncasestr.c
+++ b/src/string/str/strncasestr.c
diff --git a/src/string/strncat.c b/src/string/str/strncat.c
index e7db0f2..e7db0f2 100644
--- a/src/string/strncat.c
+++ b/src/string/str/strncat.c
diff --git a/src/string/strncmp.c b/src/string/str/strncmp.c
index daf5be5..daf5be5 100644
--- a/src/string/strncmp.c
+++ b/src/string/str/strncmp.c
diff --git a/src/string/strncpy.c b/src/string/str/strncpy.c
index f3eba84..f3eba84 100644
--- a/src/string/strncpy.c
+++ b/src/string/str/strncpy.c
diff --git a/src/string/strndup.c b/src/string/str/strndup.c
index ca3b3f0..ca3b3f0 100644
--- a/src/string/strndup.c
+++ b/src/string/str/strndup.c
diff --git a/src/string/strnlen.c b/src/string/str/strnlen.c
index 5473682..5473682 100644
--- a/src/string/strnlen.c
+++ b/src/string/str/strnlen.c
diff --git a/src/string/strnmove.c b/src/string/str/strnmove.c
index a7ec028..a7ec028 100644
--- a/src/string/strnmove.c
+++ b/src/string/str/strnmove.c
diff --git a/src/string/strnstr.c b/src/string/str/strnstr.c
index 8db61ac..8db61ac 100644
--- a/src/string/strnstr.c
+++ b/src/string/str/strnstr.c