Search | Google it | Results 1 - 1 of 1 for funcall:strncpy from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_query.c (0.03 seconds) |
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';