Home
last modified time | relevance | path

Searched defs:memset_s (Results 1 - 6 of 6) sorted by relevance

/test/xts/acts/communication_lite/dsoftbus_hal/src/
H A Dsoftbus_bus_center_test.c318 (void)memset_s(&info, sizeof(NodeBasicInfo), 0, sizeof(NodeBasicInfo)); variable
/third_party/bounds_checking_function/src/
H A Dmemset_s.c469 errno_t memset_s(void *dest, size_t destMax, int c, size_t count) in memset_s() function
480 EXPORT_SYMBOL(memset_s); variable
/test/xts/acts/communication_lite/lwip_hal/src/
H A Dlwip_func_test.c724 (void) memset_s(&timeout, len, 0, len); global() variable
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1727 pub fn memset_s(s: *mut ::c_void, smax: ::size_t, c: ::c_int, n: ::size_t) -> ::c_int; in memset_s() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs3128 pub fn memset_s(s: *mut ::c_void, smax: ::size_t, c: ::c_int, n: ::size_t) -> ::c_int; in memset_s() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5639 pub fn memset_s(s: *mut ::c_void, smax: ::size_t, c: ::c_int, n: ::size_t) -> ::c_int; in memset_s() functions

Completed in 30 milliseconds