Search | Google it | Results 1 - 1 of 1 for funcall:snprintf from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c (0.00 seconds) |
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