Search | Google it | Results 1 - 1 of 1 for funcall:snprintf from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getservbyname_r.c (0.00 seconds) |
68: if (proto == NULL) 69: key.size = snprintf(buf, sizeof(buf), "\376%s", name); 70: else 71: key.size = snprintf(buf, sizeof(buf), "\376%s/%s", 72: name, proto);