Searched defs:memset_s (Results 1 - 7 of 7) sorted by relevance
/kernel/liteos_m/testsuites/unittest/posix/src/string/ |
H A D | string_func_test_03.c | 223 (void)memset_s(&tmData, sizeof(struct tm), 0, sizeof(struct tm)); variable
|
/kernel/liteos_m/testsuites/unittest/posix/src/fs/ |
H A D | posix_fs_func_test.c | 1553 (void)memset_s(&buf, sizeof(buf), 0, sizeof(buf)); variable
|
/kernel/liteos_m/testsuites/unittest/xts/net/ |
H A D | acts_net_test.c | 57 (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 D | memset_s.c | 469 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 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() functions
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A 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() functions
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A 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() functions
|
Completed in 31 milliseconds