- t2ex
- bsd_source/lib/libc/src_bsd/arpa_inet/inet_ntop.c - 6.6KB - 195 lines
77:
78: l = snprintf(tmp, size, fmt, src[0], src[1], src[2], src[3]);
79: if (l <= 0 || l >= size) {
- More results from inet_ntop.c
- bsd_source/lib/libc/src_bsd/time/asctime.c - 5.1KB - 144 lines
106: (void) strftime(year, sizeof year, "%Y", timeptr);
107: len = snprintf(buf, bufsize,
108: ((strlen(year) <= 4) ? ASCTIME_FMT : ASCTIME_FMT_B),
- bsd_source/lib/libc/src_bsd/time/strftime.c - 33.3KB - 791 lines
347: if (/*TYPE_SIGNED(time_t)*/1)
348: (void) snprintf(buf, sizeof buf,
349: "%ld", (long) mkt);
- More results from strftime.c
- bsd_source/t2ex/network/net/src_bsd/kern/kern_descrip.c - 60.6KB - 2,238 lines
2028: continue;
2029: snprintf(which, sizeof(which), ",%d", i);
2030: strlcat(closed, which, sizeof(closed));
- bsd_source/t2ex/network/net/src_bsd/kern/kern_softint.c - 29.5KB - 916 lines
266:
267: snprintf(si->si_name, sizeof(si->si_name), "%s/%u", desc,
268: ci->ci_index);
- More results from kern_softint.c
- bsd_source/t2ex/network/net/src_bsd/kern/kern_timeout.c - 28.1KB - 920 lines
290:
291: snprintf(cc->cc_name1, sizeof(cc->cc_name1), "late/%u",
292: cpu_index(ci));
- More results from kern_timeout.c
- bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c - 105.3KB - 3,534 lines
1079: nelem = PHPOOL_FREELIST_NELEM(idx);
1080: snprintf(phpool_names[idx], sizeof(phpool_names[idx]),
1081: "phpool-%d", nelem);
- More results from subr_pool.c
- bsd_source/t2ex/network/net/src_bsd/kern/subr_prf2.c - 7.8KB - 217 lines
111:
112: snprintf(snbuf, sizeof(snbuf), sbase, val);
113: for (q = snbuf ; *q ; q++) {
- bsd_source/t2ex/network/net/src_bsd/net/if.c - 61.4KB - 2,117 lines
220: {
221: (void)snprintf(ifp->if_xname, sizeof(ifp->if_xname),
222: "%s%d", name, unit);
- bsd_source/t2ex/network/net/src_bsd/netinet/in.c - 41.9KB - 1,225 lines
239:
240: snprintf(buf, sizeof(buf), "%d.%d.%d.%d",
241: (addr.s_addr >> 24) & 0xFF,