/src/common/lib/libc/string/ |
explicit_memset.c | 1 /* $NetBSD: explicit_memset.c,v 1.5 2024/11/02 02:43:48 riastradh Exp $ */ 12 __weak_alias(explicit_memset,_explicit_memset) 27 explicit_memset(void *b, int c, size_t len) function in typeref:typename:void *
|
explicit_memset.c | 1 /* $NetBSD: explicit_memset.c,v 1.5 2024/11/02 02:43:48 riastradh Exp $ */ 12 __weak_alias(explicit_memset,_explicit_memset) 27 explicit_memset(void *b, int c, size_t len) function in typeref:typename:void *
|
/src/usr.bin/unzip/ |
unzip.c | 44 #define explicit_memset memset_s macro 960 explicit_memset(passbuf, 0, sizeof(passbuf));
|
unzip.c | 44 #define explicit_memset memset_s macro 960 explicit_memset(passbuf, 0, sizeof(passbuf));
|
/src/lib/libc/include/ |
namespace.h | 326 #define explicit_memset _explicit_memset macro
|
namespace.h | 326 #define explicit_memset _explicit_memset macro
|