gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:snprintf from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c - 48.5KB - 1,584 lines
1292:         case AF_INET:
1293:                 (void)snprintf(qbuf, sizeof(qbuf), "%u.%u.%u.%u.in-addr.arpa",
1294:                     (uaddr[3] & 0xff), (uaddr[2] & 0xff),
1301: for (n = IN6ADDRSZ - 1; n >= 0; n--) { 1302: advance = snprintf(qp, (size_t)(ep - qp), "%x.%x.", 1303: uaddr[n] & 0xf,