From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- libc/funcs/c95/string/fn.memchr.html | 101 +++++++++++++ libc/funcs/c95/string/fn.memcmp.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strcat.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strchr.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strcmp.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strcoll.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strcpy.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strcspn.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strerror.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strlen.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strncat.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strncmp.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strncpy.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strpbrk.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strrchr.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strspn.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strstr.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strtok.html | 101 +++++++++++++ libc/funcs/c95/string/fn.strxfrm.html | 101 +++++++++++++ libc/funcs/c95/string/fn.wcslen.html | 101 +++++++++++++ libc/funcs/c95/string/index.html | 262 +++++++++++++++++++++++++++++++++ libc/funcs/c95/string/sidebar-items.js | 1 + 22 files changed, 2283 insertions(+) create mode 100644 libc/funcs/c95/string/fn.memchr.html create mode 100644 libc/funcs/c95/string/fn.memcmp.html create mode 100644 libc/funcs/c95/string/fn.strcat.html create mode 100644 libc/funcs/c95/string/fn.strchr.html create mode 100644 libc/funcs/c95/string/fn.strcmp.html create mode 100644 libc/funcs/c95/string/fn.strcoll.html create mode 100644 libc/funcs/c95/string/fn.strcpy.html create mode 100644 libc/funcs/c95/string/fn.strcspn.html create mode 100644 libc/funcs/c95/string/fn.strerror.html create mode 100644 libc/funcs/c95/string/fn.strlen.html create mode 100644 libc/funcs/c95/string/fn.strncat.html create mode 100644 libc/funcs/c95/string/fn.strncmp.html create mode 100644 libc/funcs/c95/string/fn.strncpy.html create mode 100644 libc/funcs/c95/string/fn.strpbrk.html create mode 100644 libc/funcs/c95/string/fn.strrchr.html create mode 100644 libc/funcs/c95/string/fn.strspn.html create mode 100644 libc/funcs/c95/string/fn.strstr.html create mode 100644 libc/funcs/c95/string/fn.strtok.html create mode 100644 libc/funcs/c95/string/fn.strxfrm.html create mode 100644 libc/funcs/c95/string/fn.wcslen.html create mode 100644 libc/funcs/c95/string/index.html create mode 100644 libc/funcs/c95/string/sidebar-items.js (limited to 'libc/funcs/c95/string') diff --git a/libc/funcs/c95/string/fn.memchr.html b/libc/funcs/c95/string/fn.memchr.html new file mode 100644 index 0000000..014fa91 --- /dev/null +++ b/libc/funcs/c95/string/fn.memchr.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::memchr - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::memchr + + [] + + [src]

+
pub unsafe extern fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.memcmp.html b/libc/funcs/c95/string/fn.memcmp.html new file mode 100644 index 0000000..c57eab4 --- /dev/null +++ b/libc/funcs/c95/string/fn.memcmp.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::memcmp - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::memcmp + + [] + + [src]

+
pub unsafe extern fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strcat.html b/libc/funcs/c95/string/fn.strcat.html new file mode 100644 index 0000000..1d559eb --- /dev/null +++ b/libc/funcs/c95/string/fn.strcat.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strcat - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strcat + + [] + + [src]

+
pub unsafe extern fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strchr.html b/libc/funcs/c95/string/fn.strchr.html new file mode 100644 index 0000000..440e9b1 --- /dev/null +++ b/libc/funcs/c95/string/fn.strchr.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strchr - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strchr + + [] + + [src]

+
pub unsafe extern fn strchr(cs: *const c_char, c: c_int) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strcmp.html b/libc/funcs/c95/string/fn.strcmp.html new file mode 100644 index 0000000..b2d89c4 --- /dev/null +++ b/libc/funcs/c95/string/fn.strcmp.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strcmp - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strcmp + + [] + + [src]

+
pub unsafe extern fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strcoll.html b/libc/funcs/c95/string/fn.strcoll.html new file mode 100644 index 0000000..d5979ab --- /dev/null +++ b/libc/funcs/c95/string/fn.strcoll.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strcoll - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strcoll + + [] + + [src]

+
pub unsafe extern fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strcpy.html b/libc/funcs/c95/string/fn.strcpy.html new file mode 100644 index 0000000..cc0441f --- /dev/null +++ b/libc/funcs/c95/string/fn.strcpy.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strcpy - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strcpy + + [] + + [src]

+
pub unsafe extern fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strcspn.html b/libc/funcs/c95/string/fn.strcspn.html new file mode 100644 index 0000000..8d908d0 --- /dev/null +++ b/libc/funcs/c95/string/fn.strcspn.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strcspn - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strcspn + + [] + + [src]

+
pub unsafe extern fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strerror.html b/libc/funcs/c95/string/fn.strerror.html new file mode 100644 index 0000000..2927894 --- /dev/null +++ b/libc/funcs/c95/string/fn.strerror.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strerror - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strerror + + [] + + [src]

+
pub unsafe extern fn strerror(n: c_int) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strlen.html b/libc/funcs/c95/string/fn.strlen.html new file mode 100644 index 0000000..939e5e3 --- /dev/null +++ b/libc/funcs/c95/string/fn.strlen.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strlen - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strlen + + [] + + [src]

+
pub unsafe extern fn strlen(cs: *const c_char) -> size_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strncat.html b/libc/funcs/c95/string/fn.strncat.html new file mode 100644 index 0000000..44a7698 --- /dev/null +++ b/libc/funcs/c95/string/fn.strncat.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strncat - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strncat + + [] + + [src]

+
pub unsafe extern fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strncmp.html b/libc/funcs/c95/string/fn.strncmp.html new file mode 100644 index 0000000..cf3e7dc --- /dev/null +++ b/libc/funcs/c95/string/fn.strncmp.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strncmp - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strncmp + + [] + + [src]

+
pub unsafe extern fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strncpy.html b/libc/funcs/c95/string/fn.strncpy.html new file mode 100644 index 0000000..ea9a22e --- /dev/null +++ b/libc/funcs/c95/string/fn.strncpy.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strncpy - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strncpy + + [] + + [src]

+
pub unsafe extern fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strpbrk.html b/libc/funcs/c95/string/fn.strpbrk.html new file mode 100644 index 0000000..8558c31 --- /dev/null +++ b/libc/funcs/c95/string/fn.strpbrk.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strpbrk - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strpbrk + + [] + + [src]

+
pub unsafe extern fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strrchr.html b/libc/funcs/c95/string/fn.strrchr.html new file mode 100644 index 0000000..91ec007 --- /dev/null +++ b/libc/funcs/c95/string/fn.strrchr.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strrchr - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strrchr + + [] + + [src]

+
pub unsafe extern fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strspn.html b/libc/funcs/c95/string/fn.strspn.html new file mode 100644 index 0000000..c0e670b --- /dev/null +++ b/libc/funcs/c95/string/fn.strspn.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strspn - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strspn + + [] + + [src]

+
pub unsafe extern fn strspn(cs: *const c_char, ct: *const c_char) -> size_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strstr.html b/libc/funcs/c95/string/fn.strstr.html new file mode 100644 index 0000000..64ad163 --- /dev/null +++ b/libc/funcs/c95/string/fn.strstr.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strstr - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strstr + + [] + + [src]

+
pub unsafe extern fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strtok.html b/libc/funcs/c95/string/fn.strtok.html new file mode 100644 index 0000000..be9f872 --- /dev/null +++ b/libc/funcs/c95/string/fn.strtok.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strtok - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strtok + + [] + + [src]

+
pub unsafe extern fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.strxfrm.html b/libc/funcs/c95/string/fn.strxfrm.html new file mode 100644 index 0000000..bbc2b76 --- /dev/null +++ b/libc/funcs/c95/string/fn.strxfrm.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::strxfrm - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::strxfrm + + [] + + [src]

+
pub unsafe extern fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/fn.wcslen.html b/libc/funcs/c95/string/fn.wcslen.html new file mode 100644 index 0000000..cdbf7bd --- /dev/null +++ b/libc/funcs/c95/string/fn.wcslen.html @@ -0,0 +1,101 @@ + + + + + + + + + + libc::funcs::c95::string::wcslen - Rust + + + + + + + + + + + + + + + +
+

libc::funcs::c95::string::wcslen + + [] + + [src]

+
pub unsafe extern fn wcslen(buf: *const wchar_t) -> size_t
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/index.html b/libc/funcs/c95/string/index.html new file mode 100644 index 0000000..8259a3a --- /dev/null +++ b/libc/funcs/c95/string/index.html @@ -0,0 +1,262 @@ + + + + + + + + + + libc::funcs::c95::string - Rust + + + + + + + + + + + + + + + +
+

Module libc::funcs::c95::string + + [] + + [src]

+

Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
memchr + +
memcmp + +
strcat + +
strchr + +
strcmp + +
strcoll + +
strcpy + +
strcspn + +
strerror + +
strlen + +
strncat + +
strncmp + +
strncpy + +
strpbrk + +
strrchr + +
strspn + +
strstr + +
strtok + +
strxfrm + +
wcslen + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libc/funcs/c95/string/sidebar-items.js b/libc/funcs/c95/string/sidebar-items.js new file mode 100644 index 0000000..87cab9d --- /dev/null +++ b/libc/funcs/c95/string/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"fn":[["memchr",""],["memcmp",""],["strcat",""],["strchr",""],["strcmp",""],["strcoll",""],["strcpy",""],["strcspn",""],["strerror",""],["strlen",""],["strncat",""],["strncmp",""],["strncpy",""],["strpbrk",""],["strrchr",""],["strspn",""],["strstr",""],["strtok",""],["strxfrm",""],["wcslen",""]]}); \ No newline at end of file -- cgit v1.2.3