gonzui


Format: Advanced Search

SearchGoogle itResults 11 - 16 of 16 for funcall:snprintf (0.02 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c - 74.1KB - 2,420 lines
2395:                 }
2396:                 snprintf(nbuf, sizeof(nbuf), "%s.%s", name, domain);
2397: #else
More results from getaddrinfo.c
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),
More results from gethnamaddr.c
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getnameinfo.c - 18.4KB - 563 lines
238:                 } else {
239:                         snprintf(numserv, sizeof(numserv), "%u", ntohs(port));
240:                         if (strlen(numserv) + 1 > servlen)
More results from getnameinfo.c
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
More results from getservbyname_r.c
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
More results from getservbyport_r.c
bsd_source/t2ex/network/net/src_bsdlib/libc/net/nsdispatch.c - 21.5KB - 709 lines
328: #ifdef __ELF__
329:                 if (snprintf(buf, sizeof(buf), "nss_%s.so.%d", mod.name,
330:                     NSS_MODULE_INTERFACE_VERSION) >= (int)sizeof(buf))