gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:memset from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
262: 
263:         memset(u, 0, sizeof(u));
264: #ifdef USELOOPBACK
300: if (statp->_u._ext.ext != NULL) { 301: memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext)); 302: statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr;
462: if ((*cp != '\0') && (*cp != '\n')) { 463: memset(&hints, 0, sizeof(hints)); 464: hints.ai_family = PF_UNSPEC;