Search | Google it | Results 1 - 1 of 1 for funcall:strncpy from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c (0.01 seconds) |
1786: if (p->table.aliases != NULL) { 1787: strncpy(hostbuf, p->table.aliases, T2EX_NS_HOSTBUFSZ - 1); 1788: hostbuf[T2EX_NS_HOSTBUFSZ - 1] = '\0'; 2383: #endif 2384: strncpy(nbuf, name, n); 2385: nbuf[n] = '\0';