Searched defs:bzero (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.9.5/uucp-11/uucp/lib/
H A Dbzero.c7 bzero (parg, c) function
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dbzero.s91 ENTRY2(bzero,__bzero) function
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) function
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A Dplatform.h53 #define bzero(s, l) memset(s, 0, l) macro
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A Dplatform.h53 #define bzero(s, l) memset(s, 0, l) macro
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dshims.h43 #define bzero(ptr,len) memset((ptr), 0, (len)) macro
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/
H A DtclXunixPort.h94 # define bzero(to,length) memset(to,'\0',length) macro
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/string/
H A Dmemset.c41 bzero(void *dst0, size_t length) function
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Doslib.c175 # undef bzero macro
178 bzero (s, n) function
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dosf1.h61 #define bzero string_h_bzero macro
65 #undef bzero macro
H A Dms-w32.h153 #define bzero(b, l) memset(b, 0, l) macro
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/
H A DckutilsPlatform.h39 #define bzero(s, l) memset(s, 0, l) macro
/macosx-10.9.5/emacs-92/emacs/src/m/
H A Dhp9000s300.h187 #define bzero macro
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dntlib.h48 #define bzero(b, l) memset(b, 0, l) macro
/macosx-10.9.5/uucp-11/uucp/
H A Duucp.h411 #define bzero macro
/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Dconfig.h1188 #define bzero(a,s) memset (a,0,s) macro
/macosx-10.9.5/emacs-92/emacs/src/
H A Dralloc.c66 #define bzero(x, len) memset (x, 0, len) macro
/macosx-10.9.5/man-16/man/gencat/
H A Dgenlib.c63 static int bzero(b, length) function
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Domitted.c1096 #undef bzero macro
1099 bzero(void* b, size_t n) function
/macosx-10.9.5/screen-22/screen/
H A Dos.h137 # define bzero(poi,len) memset(poi,0,len) macro
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-os.h243 static __inline void bzero(void *dst, size_t size) { memset(dst, 0, size); } function
/macosx-10.9.5/CF-855.17/
H A DCFStorage.c62 #define bzero(dst, size) ZeroMemory(dst, size) macro
H A DCFBurstTrie.c54 #define bzero(dst, size) ZeroMemory(dst, size) macro
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/CurveParamDocs/
H A Dschoof.c51 #define bzero(D, n) memset(D, 0x00, n) macro
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dschoof.c51 #define bzero(D, n) memset(D, 0x00, n) macro

Completed in 335 milliseconds

12