gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strncpy from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_query.c (0.03 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_query.c - 20.3KB - 567 lines
488: #endif
489:                         strncpy(nbuf, name, (size_t)n);
490:                         nbuf[n] = '\0';
555: *cp2 = '\0'; 556: strncpy(dst, cp1, siz - 1); 557: dst[siz - 1] = '\0';