gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strncpy from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c - 74.1KB - 2,420 lines
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';