/titanic_41/usr/src/ucblib/libucb/port/gen/ |
H A D | bzero.c | 53 bzero(char *sp, int len) in bzero() function
|
/titanic_41/usr/src/common/util/ |
H A D | bzero.c | 50 bzero(void *sp, size_t len) in bzero() function
|
/titanic_41/usr/src/lib/libsocket/inet/ |
H A D | bindresvport.c | 47 #define bzero(s, len) (void) memset((s), 0, (len)) macro
|
H A D | rcmd.c | 70 #define bzero(s, len) (void) memset(s, 0, len) macro
|
/titanic_41/usr/src/stand/lib/sa/ |
H A D | strings.c | 66 bzero(void *p, size_t n) in bzero() function
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | nhash.c | 39 #define bzero(a, c) (void) memset(a, '\0', c) macro
|
/titanic_41/usr/src/cmd/fs.d/ufs/labelit/ |
H A D | labelit.c | 55 #define bzero(s, n) memset(s, 0, n) macro
|
/titanic_41/usr/src/cmd/format/ |
H A D | misc.h | 42 #define bzero(p, n) (void) memset((p), 0, (n)) macro
|
/titanic_41/usr/src/cmd/fs.d/ufs/lockfs/ |
H A D | lockfs.c | 43 #define bzero(s, n) memset(s, 0, n); macro
|
/titanic_41/usr/src/lib/libumem/common/ |
H A D | linktest_stand.c | 38 void bzero(void) {} in bzero() function
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipnat.c | 80 #define bzero(a,b) memset(a,0,b) macro
|
/titanic_41/usr/src/cmd/fs.d/ufs/quotaon/ |
H A D | quotaon.c | 50 #define bzero(s, n) memset(s, 0, n) macro
|
/titanic_41/usr/src/cmd/fs.d/ufs/tunefs/ |
H A D | tunefs.c | 55 #define bzero(s, n) memset(s, 0, n) macro
|
/titanic_41/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 401 #define bzero(a, b) memset( a, 0, b ) macro 422 #define bzero(a, b) memset( a, 0, b ) macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | kobj_impl.h | 149 #define bzero(p, n) kobj_bzero((p), (n)) macro
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | unix_login.c | 112 #define bzero(s, n) memset((s), 0, (n)) macro
|
H A D | on.c | 66 #define bzero(b, len) memset(b, '\0', len) macro
|
/titanic_41/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 57 #define bzero(_m, _l) ((void) memset((_m), 0, (_l))) macro
|
/titanic_41/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 54 #define bzero(s, n) memset(s, 0, n) macro
|
/titanic_41/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 93 #define bzero(s, n) memset(s, 0, n) macro
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | omitted.c | 1016 bzero(void* b, size_t n) in bzero() function
|
/titanic_41/usr/src/uts/sun4v/cpu/ |
H A D | mach_cpu_module.c | 146 bzero(void *addr, size_t count) in bzero() function
|
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 241 #define bzero(s, n) (void) memset(s, 0, n) macro
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 76 # define bzero(a,b) memset(a,0,b) macro 1174 # define bzero(s,z) memset(s, 0, z) macro
|
/titanic_41/usr/src/uts/common/io/ntxn/ |
H A D | unm_inc.h | 64 #define bzero(A, B) memset((A), 0, (B)) macro
|