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

12

/macosx-10.10.1/uucp-11/uucp/lib/
H A Dbzero.c7 bzero (parg, c) function
/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Dbzero.s91 ENTRY2(bzero,__bzero) function
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) function
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A Dplatform.h53 #define bzero(s, l) memset(s, 0, l) macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A Dplatform.h53 #define bzero(s, l) memset(s, 0, l) macro
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixPort.h94 # define bzero(to,length) memset(to,'\0',length) macro
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/string/
H A Dmemset.c41 bzero(void *dst0, size_t length) function
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Doslib.c175 # undef bzero macro
178 bzero (s, n) function
/macosx-10.10.1/emacs-93/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.10.1/libpthread-105.1.4/src/
H A Dthread_setup.c150 #undef bzero macro
152 bzero(void *s, size_t n) function
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/
H A DckutilsPlatform.h39 #define bzero(s, l) memset(s, 0, l) macro
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dhp9000s300.h187 #define bzero macro
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dshims.h107 #define bzero(ptr,len) memset((ptr), 0, (len)) macro
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dntlib.h48 #define bzero(b, l) memset(b, 0, l) macro
/macosx-10.10.1/uucp-11/uucp/
H A Duucp.h411 #define bzero macro
/macosx-10.10.1/emacs-93/emacs/mac/inc/
H A Dconfig.h1188 #define bzero(a,s) memset (a,0,s) macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dralloc.c66 #define bzero(x, len) memset (x, 0, len) macro
H A Dsysdep.c5283 bzero (b, length) function
/macosx-10.10.1/man-16/man/gencat/
H A Dgenlib.c63 static int bzero(b, length) function
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Domitted.c1096 #undef bzero macro
1099 bzero(void* b, size_t n) function
/macosx-10.10.1/screen-22/screen/
H A Dos.h137 # define bzero(poi,len) memset(poi,0,len) macro
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-os.h362 static __inline void bzero(void *dst, size_t size) { memset(dst, 0, size); } function
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dschoof.c51 #define bzero(D, n) memset(D, 0x00, n) macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dschoof.c51 #define bzero(D, n) memset(D, 0x00, n) macro

Completed in 174 milliseconds

12