gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:snprintf from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c - 74.1KB - 2,420 lines
2395:                 }
2396:                 snprintf(nbuf, sizeof(nbuf), "%s.%s", name, domain);
2397: #else
2407: longname = nbuf; 2408: snprintf(nbuf, n + 1 + d + 1, "%s.%s", name, domain); 2409: #endif