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

1234567891011>>

/freebsd-11-stable/usr.bin/from/
H A Dfrom.c95 (void)snprintf(buf, sizeof(buf), "%s/%s", _PATH_MAILDIR, *argv);
102 (void)snprintf(buf, sizeof(buf),
/freebsd-11-stable/usr.bin/netstat/
H A Dnetgraph.c129 snprintf(path, sizeof(path), "[%x]:", ngpcb.node_id);
138 snprintf(path, sizeof(path), "%s:", ni->name);
/freebsd-11-stable/sys/dev/mca/
H A Dmca_bus.c361 snprintf(buf, sizeof(buf), "<%s>", device_get_desc(child));
368 snprintf(buf, sizeof(buf), "%s%jx",
372 snprintf(buf, sizeof(buf), "%s%jx-0x%jx",
384 snprintf(buf, sizeof(buf), "%s%jx",
388 snprintf(buf, sizeof(buf), "%s%jx-0x%jx",
399 snprintf(buf, sizeof(buf), "irq %jd", rle->start);
406 snprintf(buf, sizeof(buf), "drq %jx", rle->start);
411 snprintf(buf, sizeof(buf), "on %s id %04x slot %d\n",
/freebsd-11-stable/contrib/ofed/libibmad/
H A Dportid.c117 int rc = snprintf(dstr, dstr_size, "slid %u; dlid %u; %d",
122 rc += snprintf(dstr + rc, dstr_size - rc, ",%d", path->p[i]);
/freebsd-11-stable/lib/libc/gen/
H A Dsetproctitle.c96 (void)snprintf(buf, SPT_BUFSIZE, "%s: ", _getprogname());
146 snprintf(obuf + len, SPT_BUFSIZE - len, "%s%s",
/freebsd-11-stable/lib/libutil/
H A Dhumanize_number.c171 r = snprintf(buf, len, "%d%s%d%s%s%s",
175 r = snprintf(buf, len, "%" PRId64 "%s%s%s",
/freebsd-11-stable/stand/common/
H A Dmodule.c146 snprintf(command_errbuf, sizeof(command_errbuf),
166 snprintf(command_errbuf, sizeof(command_errbuf),
178 snprintf(command_errbuf, sizeof(command_errbuf),
209 snprintf(command_errbuf, sizeof(command_errbuf),
278 snprintf(lbuf, sizeof(lbuf), " %p: ", (void *) fp->f_addr);
281 snprintf(lbuf, sizeof(lbuf), " (%s, 0x%lx)\n", fp->f_type,
294 snprintf(lbuf, sizeof(lbuf), "%s.%d ", mp->m_name,
304 snprintf(lbuf, sizeof(lbuf), " 0x%04x, 0x%lx\n",
349 snprintf(command_errbuf, sizeof(command_errbuf),
386 snprintf(command_errbu
[all...]
H A Dinterp_simple.c94 snprintf(command_errbuf, sizeof(command_errbuf),
134 snprintf(command_errbuf, sizeof(command_errbuf),
/freebsd-11-stable/contrib/mdocml/
H A Dpreconv.c92 *oi += snprintf(ob->buf + *oi, 11, "\\[u%.4X]", accum);
101 *oi += snprintf(ob->buf + *oi, 11,
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dt_quota2_remount.c34 snprintf(buf, sizeof(buf), "newfs -q user -q group -F -s 4000 -n %d "
96 snprintf(buf, 1024, "fsck_ffs -fn -F %s", FSTEST_IMGNAME);
H A Dt_quota2_1.c32 snprintf(buf, sizeof(buf), "newfs -q user -q group -F -s 4000 -n %d "
64 snprintf(buf, 1024, "fsck_ffs -fn -F %s", FSTEST_IMGNAME);
/freebsd-11-stable/sbin/gvinum/
H A Dgvinum.c208 snprintf(tmpfile, sizeof(tmpfile), "/tmp/gvinum.XXXXXX");
225 snprintf(commandline, sizeof(commandline), "%s %s", ed,
293 snprintf(buf1, sizeof(buf1), "volume%d", volumes);
313 snprintf(p->name, sizeof(p->name), "%s.p%d",
319 snprintf(p->volume, sizeof(p->volume), "%s",
329 snprintf(buf1, sizeof(buf1), "plex%d", plexes);
350 snprintf(s->name, sizeof(s->name),
354 snprintf(s->name, sizeof(s->name),
361 snprintf(s->plex, sizeof(s->plex), "%s", plex);
363 snprintf(buf
[all...]
/freebsd-11-stable/stand/mips/beri/loader/
H A Dberi_disk_sdcard.c132 snprintf(line, sizeof(line), " sdcard%d Altera SD card drive\n", 0);
142 snprintf(line, sizeof(line), " sdcard%d", 0);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h146 return (::snprintf(s, 1, "%s", result.data()));
148 return (::snprintf(dst, dst_len, "%s", result.data()));
/freebsd-11-stable/lib/libc/tests/gen/
H A Dposix_spawn_test.c104 snprintf(buf, sizeof(buf), "%s/spawnp_enoexec.sh",
123 snprintf(buf, sizeof(buf), "%s/spawnp_enoexec.sh",
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_subr.c139 vlen = snprintf(buf, 32, "%d", idp->di_id);
185 (void) snprintf(buf, len, "%s:%s:%s:%s", pdp->dtpd_provider,
188 (void) snprintf(buf, len, "%u", pdp->dtpd_id);
203 (void) snprintf(buf, len, "%s/%s/%s", name, data, class);
363 (void) snprintf(buf, len, "[%c/%c/%c]", stability[a.dtat_name],
366 (void) snprintf(buf, len, "[%u/%u/%u]",
381 (void) snprintf(buf, len, "%u.%u", M, m);
383 (void) snprintf(buf, len, "%u.%u.%u", M, m, u);
896 * Like snprintf(3C), we don't check the value of str if the
905 * Like snprintf(
[all...]
/freebsd-11-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c210 snprintf(outmkname, sizeof(outmkname), "%s.mk", confname);
212 snprintf(outcfname, sizeof(outcfname), "%s.c", confname);
214 snprintf(execfname, sizeof(execfname), "%s", confname);
216 snprintf(cachename, sizeof(cachename), "%s.cache", confname);
217 snprintf(tempfname, sizeof(tempfname), "%s/crunchgen_%sXXXXXX",
286 snprintf(line, sizeof(line), "reading %s", filename);
638 snprintf(line, MAXLINELEN, "filling in parms for %s", p->name);
651 snprintf(line, MAXLINELEN, "cd %s && echo -n `/bin/pwd`",
676 snprintf(line, sizeof line, "%s/%s", objprefix, p->realsrcdir);
690 snprintf(pat
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_fsync.c100 (void)snprintf(buf, sizeof(buf), "t_fsync-%d", i);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dtimetoa.c102 snprintf(cp, LIB_BUFLENGTH, "%s%" UTIME_FORMAT ".%0*ld",
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_errmsg.c77 (void) snprintf((char *) LIBELF_PRIVATE(msg),
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsysdep.h99 extern int snprintf(char *, size_t, const char *, ...);
/freebsd-11-stable/bin/pax/
H A Dcache.c213 (void)snprintf(ptr->name, sizeof(ptr->name), "%u", uid);
215 (void)snprintf(ptr->name, sizeof(ptr->name), "%lu",
284 (void)snprintf(ptr->name, sizeof(ptr->name), "%u", gid);
286 (void)snprintf(ptr->name, sizeof(ptr->name), "%lu",
/freebsd-11-stable/bin/stty/
H A Dprint.c193 (void)snprintf(buf1, sizeof(buf1), "%s = %s;",
204 (void)snprintf(buf1 + cnt * 8, sizeof(buf1) - cnt * 8,
206 (void)snprintf(buf2 + cnt * 8, sizeof(buf2) - cnt * 8,
258 (void)snprintf(buf, sizeof(buf), "%d", c);
/freebsd-11-stable/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-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcmn_err.h102 extern size_t snprintf(char *, size_t, const char *, ...)

Completed in 352 milliseconds

1234567891011>>