Searched refs:sprintf (Results 126 - 150 of 1137) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_filter_lz4.c87 sprintf(path, "file%03d", i);
110 sprintf(path, "file%03d", i);
145 sprintf(path, "file%03d", i);
173 sprintf(path, "file%03d", i);
198 sprintf(path, "file%03d", i);
228 sprintf(path, "file%03d", i);
333 sprintf(path, "file%03d", i);
353 sprintf(path, "file%03d", i);
H A Dtest_write_filter_b64encode.c67 sprintf(path, "file%03d", i);
82 sprintf(path, "file%03d", i);
114 sprintf(path, "file%03d", i);
131 sprintf(path, "file%03d", i);
H A Dtest_write_filter_uuencode.c67 sprintf(path, "file%03d", i);
82 sprintf(path, "file%03d", i);
114 sprintf(path, "file%03d", i);
131 sprintf(path, "file%03d", i);
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dt_quota2_remount.c84 sprintf(buf, "file%d", i);
86 sprintf(buf, "test file no %d", i);
H A Dt_quota2_1.c52 sprintf(buf, "file%d", i);
54 sprintf(buf, "test file no %d", i);
/freebsd-11-stable/stand/mips/beri/loader/
H A Ddevicename.c177 sprintf(buf, "%s%d:", dev->dd.d_dev->dv_name, dev->dd.d_unit);
185 sprintf(buf, "%s%d:", dev->dd.d_dev->dv_name, dev->dd.d_unit);
/freebsd-11-stable/usr.sbin/cron/lib/
H A Dcompat.c68 sprintf(buf, "Unknown error: %d", error);
222 sprintf(tmp, "%s=%s", name, value);
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dfilesize.c79 good, old, standard, *dangerous* sprintf() to format the size.
82 than 3 non-fractional digits. So the call to sprintf() here
102 sprintf(buffer, "%.0f", human_readable_size);
108 sprintf(buffer, "%.*f", decimals, human_readable_size);
/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c308 sprintf(ret, "Cannot change line when %d hooks open\n", sc->nhooks);
375 pos += sprintf(pos + r,"Framer status %b;\n", sc->framer_state, "\20"
384 pos += sprintf(pos + r," Framing errors: %lu", sc->cnt_fec);
385 pos += sprintf(pos + r," Code Violations: %lu\n", sc->cnt_cvc);
387 pos += sprintf(pos + r," Falc State %b;\n", sc->falc_state, "\20"
396 pos += sprintf(pos + r, " Falc IRQ %b\n", sc->falc_irq, "\20"
406 pos += sprintf(r + pos, " Chan %d <%s> ",
409 pos += sprintf(r + pos, " Last Rx: ");
411 pos += sprintf(r + pos, "%lu s",
414 pos += sprintf(
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/common/
H A Dfstest_nfs.c90 sprintf(nfsdpath, "%s/../nfs/nfsservice/rumpnfsd", srcdir);
91 sprintf(ethername, "/%s/%s.etherbus", getcwd(cwd, sizeof(cwd)), image);
92 sprintf(ethername_ro, "%s_ro", ethername);
93 sprintf(imagepath, "/%s/%s", cwd, image);
/freebsd-11-stable/contrib/libreadline/examples/
H A Dexcallback.c188 sprintf(prompt_buf, "%s",
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h75 #undef sprintf macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dnto-tdep.c112 sprintf (arch_path, "%s/%s%s", nto_root, arch, endian);
115 sprintf (buf, path_fmt, arch_path, arch_path, arch_path, arch_path,
146 sprintf (arch_path, "%s/%s%s", nto_root, arch, endian);
148 sprintf (buf, "set solib-absolute-prefix %s", arch_path);
/freebsd-11-stable/contrib/dialog/
H A Dprgbox.c71 sprintf(blob, "-c %s", command);
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dload_dstlistnode.c64 (void) sprintf(msg, "%s lookup node", what);
H A Dload_hashnode.c63 sprintf(msg, "%s node from lookup hash table", what);
H A Dload_poolnode.c62 sprintf(msg, "%s pool node(%s/", what,
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dfreebsd.h146 sprintf (LABEL, "*.L%s%lu", PREFIX, (unsigned long)(NUM))
H A Dsp64-elf.h101 sprintf ((LABEL), "*.L%s%ld", (PREFIX), (long)(NUM))
/freebsd-11-stable/contrib/gcc/config/
H A Dsvr3.h114 sprintf (LABEL, "*%s%s%ld", LOCAL_LABEL_PREFIX, PREFIX, (long)(NUM))
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dfontfile.cpp65 sprintf(filename, "dev%s/%s", device, nm);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcmn_err.h107 extern char *sprintf(char *, const char *, ...)
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dmiscd.c114 sprintf(path, "%s/miscd", REAL_DAEMON_DIR);
/freebsd-11-stable/contrib/opie/libopie/
H A Dnewseed.c65 sprintf(c, "%d", i);
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dasctime.c118 (void) sprintf(result,

Completed in 492 milliseconds

1234567891011>>