summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/Symbol.map
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/Symbol.map')
-rw-r--r--lib/libc/string/Symbol.map105
1 files changed, 105 insertions, 0 deletions
diff --git a/lib/libc/string/Symbol.map b/lib/libc/string/Symbol.map
new file mode 100644
index 0000000..8e80165
--- /dev/null
+++ b/lib/libc/string/Symbol.map
@@ -0,0 +1,105 @@
+/*
+ * $FreeBSD$
+ */
+
+FBSD_1.0 {
+ bcmp;
+ bcopy;
+ memcpy;
+ memmove;
+ ffs;
+ ffsl;
+ fls;
+ flsl;
+ index;
+ strchr;
+ memccpy;
+ memchr;
+ memcmp;
+ memmem;
+ bzero;
+ memset;
+ strrchr;
+ rindex;
+ stpcpy;
+ strcasecmp;
+ strncasecmp;
+ strcasestr;
+ strcat;
+ strcmp;
+ strcoll;
+ strcpy;
+ strcspn;
+ strdup;
+ strerror_r;
+ strerror;
+ strlcat;
+ strlcpy;
+ strlen;
+ strmode;
+ strncat;
+ strncmp;
+ strncpy;
+ strnstr;
+ strpbrk;
+ strsep;
+ strsignal;
+ strspn;
+ strstr;
+ strtok_r;
+ strtok;
+ strxfrm;
+ swab;
+ wcscat;
+ wcschr;
+ wcscmp;
+ wcscoll;
+ wcscpy;
+ wcscspn;
+ wcsdup;
+ wcslcat;
+ wcslcpy;
+ wcslen;
+ wcsncat;
+ wcsncmp;
+ wcsncpy;
+ wcspbrk;
+ wcsrchr;
+ wcsspn;
+ wcsstr;
+ wcstok;
+ wcswidth;
+ wcsxfrm;
+ wmemchr;
+ wmemcmp;
+ wmemcpy;
+ wmemmove;
+ wmemset;
+};
+
+FBSD_1.1 {
+ ffsll;
+ flsll;
+ memrchr;
+ stpncpy;
+ strndup;
+ strnlen;
+ wcpcpy;
+ wcpncpy;
+ wcscasecmp;
+ wcsncasecmp;
+ wcsnlen;
+};
+
+FBSD_1.3 {
+ strcasecmp_l;
+ strcasestr_l;
+ strchrnul;
+ strncasecmp_l;
+ wcswidth_l;
+ wcwidth_l;
+};
+
+FBSDprivate_1.0 {
+ __strtok_r;
+};
OpenPOWER on IntegriCloud