Lines Matching full:sizeof
72 memset((void*)&egdsock, 0x0, sizeof(egdsock));
75 sizeof(egdsock.sun_path));
83 sizeof(struct sockaddr_un)) < 0) {
139 m_burn(hashpool, sizeof(hashpool));
143 readrand(readbuf, sizeof(readbuf));
147 sha1_process(&hs, (void*)hashpool, sizeof(hashpool));
148 sha1_process(&hs, (void*)readbuf, sizeof(readbuf));
172 sha1_process(&hs, (void*)hashpool, sizeof(hashpool));
173 sha1_process(&hs, (void*)&pid, sizeof(pid));
174 sha1_process(&hs, (void*)&tv, sizeof(tv));
191 sha1_process(&hs, (void*)hashpool, sizeof(hashpool));
192 sha1_process(&hs, (void*)&counter, sizeof(counter));
205 m_burn(hash, sizeof(hash));