gonzui


Format: Advanced Search

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