libc::funcs::c95::string::memchr
+
+ [−]
+
+ [src]
+pub unsafe extern fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void
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 @@ + + +
+ + + + + + +pub unsafe extern fn memchr(cx: *const c_void, c: c_int, n: size_t) -> *mut c_void
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strcat(s: *mut c_char, ct: *const c_char) -> *mut c_char
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strchr(cs: *const c_char, c: c_int) -> *mut c_char
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strcmp(cs: *const c_char, ct: *const c_char) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strcoll(cs: *const c_char, ct: *const c_char) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strcspn(cs: *const c_char, ct: *const c_char) -> size_t
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strerror(n: c_int) -> *mut c_char
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strlen(cs: *const c_char) -> size_t
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strncat(s: *mut c_char, ct: *const c_char, n: size_t) -> *mut c_char
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strncmp(cs: *const c_char, ct: *const c_char, n: size_t) -> c_int
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strncpy(dst: *mut c_char, src: *const c_char, n: size_t) -> *mut c_char
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strrchr(cs: *const c_char, c: c_int) -> *mut c_char
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strspn(cs: *const c_char, ct: *const c_char) -> size_t
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strstr(cs: *const c_char, ct: *const c_char) -> *mut c_char
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn strxfrm(s: *mut c_char, ct: *const c_char, n: size_t) -> size_t
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub unsafe extern fn wcslen(buf: *const wchar_t) -> size_t
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
memchr | ++ + | +
memcmp | ++ + | +
strcat | ++ + | +
strchr | ++ + | +
strcmp | ++ + | +
strcoll | ++ + | +
strcpy | ++ + | +
strcspn | ++ + | +
strerror | ++ + | +
strlen | ++ + | +
strncat | ++ + | +
strncmp | ++ + | +
strncpy | ++ + | +
strpbrk | ++ + | +
strrchr | ++ + | +
strspn | ++ + | +
strstr | ++ + | +
strtok | ++ + | +
strxfrm | ++ + | +
wcslen | ++ + | +
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+