aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
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 'src')
-rw-r--r--src/string/mem/memcasecmp.c (renamed from src/string/memcasecmp.c)0
-rw-r--r--src/string/mem/memcasemem.c (renamed from src/string/memcasemem.c)0
-rw-r--r--src/string/mem/memccpy.c (renamed from src/string/memccpy.c)0
-rw-r--r--src/string/mem/memchr.c (renamed from src/string/memchr.c)0
-rw-r--r--src/string/mem/memcmove.c (renamed from src/string/memcmove.c)0
-rw-r--r--src/string/mem/memcmp.c (renamed from src/string/memcmp.c)0
-rw-r--r--src/string/mem/memcpy.c (renamed from src/string/memcpy.c)0
-rw-r--r--src/string/mem/memdup.c (renamed from src/string/memdup.c)0
-rw-r--r--src/string/mem/memmem.c (renamed from src/string/memmem.c)0
-rw-r--r--src/string/mem/memmove.c (renamed from src/string/memmove.c)0
-rw-r--r--src/string/mem/mempcpy.c (renamed from src/string/mempcpy.c)0
-rw-r--r--src/string/mem/mempmove.c (renamed from src/string/mempmove.c)0
-rw-r--r--src/string/mem/memrchr.c (renamed from src/string/memrchr.c)0
-rw-r--r--src/string/mem/memset.c (renamed from src/string/memset.c)0
-rw-r--r--src/string/mem/rawmemchr.c (renamed from src/string/rawmemchr.c)0
-rw-r--r--src/string/mem/substring.h (renamed from src/string/substring.h)0
-rw-r--r--src/string/str/rawstrcasestr.c (renamed from src/string/rawstrcasestr.c)0
-rw-r--r--src/string/str/rawstrstr.c (renamed from src/string/rawstrstr.c)0
-rw-r--r--src/string/str/stpcpy.c (renamed from src/string/stpcpy.c)0
-rw-r--r--src/string/str/stpmove.c (renamed from src/string/stpmove.c)0
-rw-r--r--src/string/str/stpncpy.c (renamed from src/string/stpncpy.c)0
-rw-r--r--src/string/str/stpnmove.c (renamed from src/string/stpnmove.c)0
-rw-r--r--src/string/str/strcasecmp.c (renamed from src/string/strcasecmp.c)0
-rw-r--r--src/string/str/strcaseends.c (renamed from src/string/strcaseends.c)0
-rw-r--r--src/string/str/strcasestarts.c (renamed from src/string/strcasestarts.c)0
-rw-r--r--src/string/str/strcasestr.c (renamed from src/string/strcasestr.c)0
-rw-r--r--src/string/str/strcat.c (renamed from src/string/strcat.c)0
-rw-r--r--src/string/str/strccpy.c (renamed from src/string/strccpy.c)0
-rw-r--r--src/string/str/strchr.c (renamed from src/string/strchr.c)0
-rw-r--r--src/string/str/strchrnul.c (renamed from src/string/strchrnul.c)0
-rw-r--r--src/string/str/strcmove.c (renamed from src/string/strcmove.c)0
-rw-r--r--src/string/str/strcmp.c (renamed from src/string/strcmp.c)0
-rw-r--r--src/string/str/strcncpy.c (renamed from src/string/strcncpy.c)0
-rw-r--r--src/string/str/strcnmove.c (renamed from src/string/strcnmove.c)0
-rw-r--r--src/string/str/strcpy.c (renamed from src/string/strcpy.c)0
-rw-r--r--src/string/str/strcspn.c (renamed from src/string/strcspn.c)0
-rw-r--r--src/string/str/strdup.c (renamed from src/string/strdup.c)0
-rw-r--r--src/string/str/strends.c (renamed from src/string/strends.c)0
-rw-r--r--src/string/str/strlen.c (renamed from src/string/strlen.c)0
-rw-r--r--src/string/str/strmove.c (renamed from src/string/strmove.c)0
-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
-rw-r--r--src/string/str/strpbrk.c (renamed from src/string/strpbrk.c)0
-rw-r--r--src/string/str/strrchr.c (renamed from src/string/strrchr.c)0
-rw-r--r--src/string/str/strsep.c (renamed from src/string/strsep.c)0
-rw-r--r--src/string/str/strset.c (renamed from src/string/strset.c)0
-rw-r--r--src/string/str/strspn.c (renamed from src/string/strspn.c)0
-rw-r--r--src/string/str/strstarts.c (renamed from src/string/strstarts.c)0
-rw-r--r--src/string/str/strstr.c (renamed from src/string/strstr.c)0
-rw-r--r--src/string/str/strstrcpy.c (renamed from src/string/strstrcpy.c)0
-rw-r--r--src/string/str/strstrmove.c (renamed from src/string/strstrmove.c)0
-rw-r--r--src/string/str/strstrncpy.c (renamed from src/string/strstrncpy.c)0
-rw-r--r--src/string/str/strstrnmove.c (renamed from src/string/strstrnmove.c)0
-rw-r--r--src/string/str/strtok.c (renamed from src/string/strtok.c)0
-rw-r--r--src/string/str/strtok_r.c (renamed from src/string/strtok_r.c)0
62 files changed, 0 insertions, 0 deletions
diff --git a/src/string/memcasecmp.c b/src/string/mem/memcasecmp.c
index d8ea014..d8ea014 100644
--- a/src/string/memcasecmp.c
+++ b/src/string/mem/memcasecmp.c
diff --git a/src/string/memcasemem.c b/src/string/mem/memcasemem.c
index 3fb24dc..3fb24dc 100644
--- a/src/string/memcasemem.c
+++ b/src/string/mem/memcasemem.c
diff --git a/src/string/memccpy.c b/src/string/mem/memccpy.c
index 18e423d..18e423d 100644
--- a/src/string/memccpy.c
+++ b/src/string/mem/memccpy.c
diff --git a/src/string/memchr.c b/src/string/mem/memchr.c
index 380fa0f..380fa0f 100644
--- a/src/string/memchr.c
+++ b/src/string/mem/memchr.c
diff --git a/src/string/memcmove.c b/src/string/mem/memcmove.c
index 50ed1f9..50ed1f9 100644
--- a/src/string/memcmove.c
+++ b/src/string/mem/memcmove.c
diff --git a/src/string/memcmp.c b/src/string/mem/memcmp.c
index 112cdd1..112cdd1 100644
--- a/src/string/memcmp.c
+++ b/src/string/mem/memcmp.c
diff --git a/src/string/memcpy.c b/src/string/mem/memcpy.c
index fcda29d..fcda29d 100644
--- a/src/string/memcpy.c
+++ b/src/string/mem/memcpy.c
diff --git a/src/string/memdup.c b/src/string/mem/memdup.c
index 3b301dc..3b301dc 100644
--- a/src/string/memdup.c
+++ b/src/string/mem/memdup.c
diff --git a/src/string/memmem.c b/src/string/mem/memmem.c
index 62739d4..62739d4 100644
--- a/src/string/memmem.c
+++ b/src/string/mem/memmem.c
diff --git a/src/string/memmove.c b/src/string/mem/memmove.c
index 41871c6..41871c6 100644
--- a/src/string/memmove.c
+++ b/src/string/mem/memmove.c
diff --git a/src/string/mempcpy.c b/src/string/mem/mempcpy.c
index 2072dc3..2072dc3 100644
--- a/src/string/mempcpy.c
+++ b/src/string/mem/mempcpy.c
diff --git a/src/string/mempmove.c b/src/string/mem/mempmove.c
index f837032..f837032 100644
--- a/src/string/mempmove.c
+++ b/src/string/mem/mempmove.c
diff --git a/src/string/memrchr.c b/src/string/mem/memrchr.c
index 7325049..7325049 100644
--- a/src/string/memrchr.c
+++ b/src/string/mem/memrchr.c
diff --git a/src/string/memset.c b/src/string/mem/memset.c
index df36052..df36052 100644
--- a/src/string/memset.c
+++ b/src/string/mem/memset.c
diff --git a/src/string/rawmemchr.c b/src/string/mem/rawmemchr.c
index 8f5c03e..8f5c03e 100644
--- a/src/string/rawmemchr.c
+++ b/src/string/mem/rawmemchr.c
diff --git a/src/string/substring.h b/src/string/mem/substring.h
index 05ef7cc..05ef7cc 100644
--- a/src/string/substring.h
+++ b/src/string/mem/substring.h
diff --git a/src/string/rawstrcasestr.c b/src/string/str/rawstrcasestr.c
index 7e4cf9b..7e4cf9b 100644
--- a/src/string/rawstrcasestr.c
+++ b/src/string/str/rawstrcasestr.c
diff --git a/src/string/rawstrstr.c b/src/string/str/rawstrstr.c
index 9c3f186..9c3f186 100644
--- a/src/string/rawstrstr.c
+++ b/src/string/str/rawstrstr.c
diff --git a/src/string/stpcpy.c b/src/string/str/stpcpy.c
index a0d5f79..a0d5f79 100644
--- a/src/string/stpcpy.c
+++ b/src/string/str/stpcpy.c
diff --git a/src/string/stpmove.c b/src/string/str/stpmove.c
index 8818c30..8818c30 100644
--- a/src/string/stpmove.c
+++ b/src/string/str/stpmove.c
diff --git a/src/string/stpncpy.c b/src/string/str/stpncpy.c
index 876eaf0..876eaf0 100644
--- a/src/string/stpncpy.c
+++ b/src/string/str/stpncpy.c
diff --git a/src/string/stpnmove.c b/src/string/str/stpnmove.c
index a0a0de9..a0a0de9 100644
--- a/src/string/stpnmove.c
+++ b/src/string/str/stpnmove.c
diff --git a/src/string/strcasecmp.c b/src/string/str/strcasecmp.c
index eb02084..eb02084 100644
--- a/src/string/strcasecmp.c
+++ b/src/string/str/strcasecmp.c
diff --git a/src/string/strcaseends.c b/src/string/str/strcaseends.c
index 9155ea8..9155ea8 100644
--- a/src/string/strcaseends.c
+++ b/src/string/str/strcaseends.c
diff --git a/src/string/strcasestarts.c b/src/string/str/strcasestarts.c
index f584da4..f584da4 100644
--- a/src/string/strcasestarts.c
+++ b/src/string/str/strcasestarts.c
diff --git a/src/string/strcasestr.c b/src/string/str/strcasestr.c
index 6468750..6468750 100644
--- a/src/string/strcasestr.c
+++ b/src/string/str/strcasestr.c
diff --git a/src/string/strcat.c b/src/string/str/strcat.c
index de5c63e..de5c63e 100644
--- a/src/string/strcat.c
+++ b/src/string/str/strcat.c
diff --git a/src/string/strccpy.c b/src/string/str/strccpy.c
index 2d1bcd8..2d1bcd8 100644
--- a/src/string/strccpy.c
+++ b/src/string/str/strccpy.c
diff --git a/src/string/strchr.c b/src/string/str/strchr.c
index 0ed53b4..0ed53b4 100644
--- a/src/string/strchr.c
+++ b/src/string/str/strchr.c
diff --git a/src/string/strchrnul.c b/src/string/str/strchrnul.c
index 50dedfe..50dedfe 100644
--- a/src/string/strchrnul.c
+++ b/src/string/str/strchrnul.c
diff --git a/src/string/strcmove.c b/src/string/str/strcmove.c
index 8310b27..8310b27 100644
--- a/src/string/strcmove.c
+++ b/src/string/str/strcmove.c
diff --git a/src/string/strcmp.c b/src/string/str/strcmp.c
index 3099d71..3099d71 100644
--- a/src/string/strcmp.c
+++ b/src/string/str/strcmp.c
diff --git a/src/string/strcncpy.c b/src/string/str/strcncpy.c
index 5036c7d..5036c7d 100644
--- a/src/string/strcncpy.c
+++ b/src/string/str/strcncpy.c
diff --git a/src/string/strcnmove.c b/src/string/str/strcnmove.c
index f418e92..f418e92 100644
--- a/src/string/strcnmove.c
+++ b/src/string/str/strcnmove.c
diff --git a/src/string/strcpy.c b/src/string/str/strcpy.c
index 75d88e7..75d88e7 100644
--- a/src/string/strcpy.c
+++ b/src/string/str/strcpy.c
diff --git a/src/string/strcspn.c b/src/string/str/strcspn.c
index 35b3404..35b3404 100644
--- a/src/string/strcspn.c
+++ b/src/string/str/strcspn.c
diff --git a/src/string/strdup.c b/src/string/str/strdup.c
index b7155d7..b7155d7 100644
--- a/src/string/strdup.c
+++ b/src/string/str/strdup.c
diff --git a/src/string/strends.c b/src/string/str/strends.c
index 957301c..957301c 100644
--- a/src/string/strends.c
+++ b/src/string/str/strends.c
diff --git a/src/string/strlen.c b/src/string/str/strlen.c
index 2092ddc..2092ddc 100644
--- a/src/string/strlen.c
+++ b/src/string/str/strlen.c
diff --git a/src/string/strmove.c b/src/string/str/strmove.c
index 4bd52f4..4bd52f4 100644
--- a/src/string/strmove.c
+++ b/src/string/str/strmove.c
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
diff --git a/src/string/strpbrk.c b/src/string/str/strpbrk.c
index 8499d31..8499d31 100644
--- a/src/string/strpbrk.c
+++ b/src/string/str/strpbrk.c
diff --git a/src/string/strrchr.c b/src/string/str/strrchr.c
index 716a442..716a442 100644
--- a/src/string/strrchr.c
+++ b/src/string/str/strrchr.c
diff --git a/src/string/strsep.c b/src/string/str/strsep.c
index 9fa0cff..9fa0cff 100644
--- a/src/string/strsep.c
+++ b/src/string/str/strsep.c
diff --git a/src/string/strset.c b/src/string/str/strset.c
index c1eca65..c1eca65 100644
--- a/src/string/strset.c
+++ b/src/string/str/strset.c
diff --git a/src/string/strspn.c b/src/string/str/strspn.c
index 1b2e034..1b2e034 100644
--- a/src/string/strspn.c
+++ b/src/string/str/strspn.c
diff --git a/src/string/strstarts.c b/src/string/str/strstarts.c
index e132b68..e132b68 100644
--- a/src/string/strstarts.c
+++ b/src/string/str/strstarts.c
diff --git a/src/string/strstr.c b/src/string/str/strstr.c
index dadbc73..dadbc73 100644
--- a/src/string/strstr.c
+++ b/src/string/str/strstr.c
diff --git a/src/string/strstrcpy.c b/src/string/str/strstrcpy.c
index 9dc9105..9dc9105 100644
--- a/src/string/strstrcpy.c
+++ b/src/string/str/strstrcpy.c
diff --git a/src/string/strstrmove.c b/src/string/str/strstrmove.c
index 19969cd..19969cd 100644
--- a/src/string/strstrmove.c
+++ b/src/string/str/strstrmove.c
diff --git a/src/string/strstrncpy.c b/src/string/str/strstrncpy.c
index 0beb8ec..0beb8ec 100644
--- a/src/string/strstrncpy.c
+++ b/src/string/str/strstrncpy.c
diff --git a/src/string/strstrnmove.c b/src/string/str/strstrnmove.c
index 9bec614..9bec614 100644
--- a/src/string/strstrnmove.c
+++ b/src/string/str/strstrnmove.c
diff --git a/src/string/strtok.c b/src/string/str/strtok.c
index b1b56b9..b1b56b9 100644
--- a/src/string/strtok.c
+++ b/src/string/str/strtok.c
diff --git a/src/string/strtok_r.c b/src/string/str/strtok_r.c
index 3005ac7..3005ac7 100644
--- a/src/string/strtok_r.c
+++ b/src/string/str/strtok_r.c