Searched refs:memzero (Results 1 - 8 of 8) sorted by relevance

/haiku/src/bin/unzip/
H A Dglobals.c168 memzero(&G, sizeof(Uz_Globs));
H A Dglobalsf.c164 memzero(&G, sizeof(Uz_Globs));
H A Dexplode.c47 memset() to memzero().
328 memzero(redirSlide + w, e);
446 memzero(redirSlide + w, e);
H A Dapi.c461 memzero(&flgopts, sizeof(UzpOpts)); /* no special options */
H A Dinflate.c77 c14e 8 Oct 93 G. Roelofs changed memset() to memzero().
109 c16 20 Apr 97 J. Altman added memzero(v[]) in huft_build()
243 FLUSH() and memzero macros. If the window size is not 32K, it
256 probably memset() or bzero() in the memzero() macro). Their
1318 memzero((char *)c, sizeof(c));
1364 memzero((char *)v, sizeof(v));
H A Dinflatef.c1076 memzero((char *)c, sizeof(c));
1122 memzero((char *)v, sizeof(v));
H A Dunzpriv.h1130 # define memzero bzero macro
1132 # define memzero(dest,len) memset(dest,0,len) macro
H A Dextract.c343 memzero(G.filenotes, DIR_BLKSIZ * sizeof(char *));

Completed in 72 milliseconds