Searched refs:snprintf (Results 226 - 250 of 1690) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/bind9/lib/irs/
H A Dgetnameinfo.c212 snprintf(numserv, sizeof(numserv), "%d", ntohs(port));
265 snprintf(p, sizeof(numaddr) - (p - numaddr),
269 snprintf(p, sizeof(numaddr) - (p - numaddr),
391 snprintf(host, hostlen, "%.*s",
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsysdep.h99 extern int snprintf(char *, size_t, const char *, ...);
/freebsd-9.3-release/contrib/groff/src/include/
H A Dlib.h56 /* HP-UX 10.20 and LynxOS 4.0.0 don't declare snprintf() */
58 extern "C" { int snprintf(char *, size_t, const char *, /*args*/ ...); }
61 /* LynxOS 4.0.0 has snprintf() but no vsnprintf() */
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_tcl.c67 (void)snprintf(buf, sizeof(buf),
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_at.c104 len = snprintf(nbuf, sizeof(nbuf), "%lu", vp->count);
/freebsd-9.3-release/contrib/opie/libopie/
H A Dnewseed.c85 if (snprintf(seed, OPIE_SEED_MAX+1, "%s%04d", utsname.nodename,
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dtime.c104 snprintf(s, len, "%ld", (long)t);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-closefrom.c79 len = snprintf(fdpath, sizeof(fdpath), "/proc/%ld/fd", (long)getpid());
H A Dport-tun.c87 snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), name, tun);
136 snprintf(name, sizeof(name), "/dev/%s%d", tunbase, tun);
140 snprintf(name, sizeof(name), "/dev/%s%d",
170 snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s%d", tunbase, tun);
/freebsd-9.3-release/crypto/openssh/
H A Dsftp-common.c206 snprintf(ubuf, sizeof ubuf, "%u", (u_int)st->st_uid);
212 snprintf(gbuf, sizeof gbuf, "%u", (u_int)st->st_gid);
229 snprintf(buf, sizeof buf, "%s %3u %-*s %-*s %8s %s %s", mode,
233 snprintf(buf, sizeof buf, "%s %3u %-*s %-*s %8llu %s %s", mode,
/freebsd-9.3-release/gnu/lib/libssp/
H A DMakefile19 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
/freebsd-9.3-release/lib/libc/gen/
H A Dgetbsize.c102 (void)snprintf(header, sizeof(header), "%ld%s-blocks", n, form);
H A Dtimezone.c126 (void)snprintf(czone, sizeof(czone),
/freebsd-9.3-release/lib/libc/stdio/
H A Dsnprintf.c39 static char sccsid[] = "@(#)snprintf.c 8.1 (Berkeley) 6/4/93";
52 snprintf(char * __restrict str, size_t n, char const * __restrict fmt, ...) function
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_exit.c95 snprintf(msg, sizeof(msg), "Thread %p has called "
/freebsd-9.3-release/lib/libmilter/
H A DMakefile9 CFLAGS+=-DNOT_SENDMAIL -Dsm_snprintf=snprintf
/freebsd-9.3-release/libexec/ypxfr/
H A Dyp_dbwrite.c70 snprintf(buf, sizeof(buf), "%s/%s/%s", yp_dir, domain, map);
/freebsd-9.3-release/release/picobsd/tinyware/passwd/
H A Dpw_copy.c94 snprintf(uidstr, sizeof(uidstr), "%lu", (unsigned long)pw->pw_uid);
95 snprintf(gidstr, sizeof(gidstr), "%lu", (unsigned long)pw->pw_gid);
96 snprintf(chgstr, sizeof(chgstr), "%ld", (long)pw->pw_change);
97 snprintf(expstr, sizeof(expstr), "%ld", (long)pw->pw_expire);
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dutilities.c72 (void)snprintf(device, sizeof(device), "%s%s",
/freebsd-9.3-release/sbin/geom/class/sched/
H A Dgeom_sched.c83 snprintf(name, sizeof(name), "gsched_%s", reqalgo);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcmn_err.h102 extern size_t snprintf(char *, size_t, const char *, ...)
/freebsd-9.3-release/tools/tools/tionxcl/
H A Dtionxcl.c82 result = snprintf(ttyname, len, "%s/%s", DEVPATHNAME, argv[1]);
84 warnc(ENOMEM, "snprintf");
/freebsd-9.3-release/usr.bin/procstat/
H A Dprocstat_cred.c94 snprintf(umask, 4, "%03o", fd_cmask);
/freebsd-9.3-release/usr.sbin/mfiutil/
H A Dmfi_cmd.c120 snprintf(buffer, sizeof(buffer), "Status: 0x%02x", status_code);
187 snprintf(buf, sizeof(buf), "%d", target_id);
216 snprintf(mibname, sizeof(mibname), "dev.mfi.%d.delete_busy_volumes",
308 snprintf(path, sizeof(path), "/dev/mfi%d", unit);
/freebsd-9.3-release/usr.sbin/ppp/
H A Ddefs.c349 snprintf(buf, sz, "<%ld>", val);
362 snprintf(buf, sz, "<0x%lx>", val);
378 snprintf(num, sizeof num, "%d", ex);
413 n = snprintf(buf + pos, sz - pos, "%s%s", i ? " " : "", argv[i]);

Completed in 307 milliseconds

1234567891011>>