gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:snprintf from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getservbyport_r.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getservbyport_r.c - 4.0KB - 114 lines
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);