Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/posix/src/string/
H A Dstring_func_test_03.c223 (void)memset_s(&tmData, sizeof(struct tm), 0, sizeof(struct tm)); variable
/kernel/liteos_m/testsuites/unittest/posix/src/fs/
H A Dposix_fs_func_test.c1553 (void)memset_s(&buf, sizeof(buf), 0, sizeof(buf)); variable
/kernel/liteos_m/testsuites/unittest/xts/net/
H A Dacts_net_test.c57 (void)memset_s(&ifcf, sizeof(struct ifconf), 0, sizeof(struct ifconf)); variable
74 (void)memset_s(&ifrTmp, sizeof(struct ifreq), 0, sizeof(struct ifreq)); variable
117 (void)memset_s(&timeout, len, 0, len); 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
/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 29 milliseconds