Searched defs:memset_s (Results 1 – 4 of 4) sorted by relevance
| /third_party/bounds_checking_function/src/ |
| D | memset_s.c | 469 errno_t memset_s(void *dest, size_t destMax, int c, size_t count) in memset_s() function
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
| D | mod.rs | 1727 pub fn memset_s(s: *mut ::c_void, smax: ::size_t, c: ::c_int, n: ::size_t) -> ::c_int; in memset_s() function
|
| /third_party/rust/crates/libc/src/unix/nto/ |
| D | mod.rs | 3128 pub fn memset_s(s: *mut ::c_void, smax: ::size_t, c: ::c_int, n: ::size_t) -> ::c_int; in memset_s() function
|
| /third_party/rust/crates/libc/src/unix/bsd/apple/ |
| D | mod.rs | 5639 pub fn memset_s(s: *mut ::c_void, smax: ::size_t, c: ::c_int, n: ::size_t) -> ::c_int; in memset_s() function
|