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