gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:strlcat (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/realpath.c - 8.9KB - 212 lines
143:                  */
144:                 resolved_len = strlcat(resolved, next_token, PATH_MAX);
145:                 if (resolved_len >= PATH_MAX) {
More results from realpath.c
bsd_source/t2ex/network/net/src_bsd/kern/kern_descrip.c - 60.6KB - 2,238 lines
2029:                 snprintf(which, sizeof(which), ",%d", i);
2030:                 strlcat(closed, which, sizeof(closed));
2031:                 if ((error = fd_allocfile(&fp, &fd)) != 0)
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_congctl.c - 25.6KB - 776 lines
447:         TAILQ_FOREACH(tccp, &tcp_congctlhd, congctl_ent) {
448:                 strlcat(tcp_congctl_avail, tccp->congctl_name,
449:                     sizeof(tcp_congctl_avail) - 1);
More results from tcp_congctl.c
bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c - 48.5KB - 1,584 lines
1311:                 }
1312:                 if (strlcat(qbuf, "ip6.arpa", sizeof(qbuf)) >= sizeof(qbuf)) {
1313:                         h_errno = NETDB_INTERNAL;