Searched refs:sprintf (Results 201 - 225 of 1137) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/expat/tests/
H A Dstructdata.c113 sprintf(buffer, "wrong number of entries: got %d, expected %d",
131 sprintf(buffer,
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_truncated_filter.c84 sprintf(path, "%s%d", compression, i);
123 sprintf(path, "%s%d", compression, i);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp333 // int sprintf(char *, const char *, ...) - a very rough implementation to make
349 sprintf(OutputBuffer++, "%c", *FmtStr++);
352 sprintf(OutputBuffer, "%c%c", *FmtStr, *(FmtStr+1));
375 sprintf(Buffer, FmtBuf, uint32_t(Args[ArgNo++].IntVal.getZExtValue()));
391 sprintf(Buffer, FmtBuf, Args[ArgNo++].IntVal.getZExtValue());
393 sprintf(Buffer, FmtBuf,uint32_t(Args[ArgNo++].IntVal.getZExtValue()));
396 sprintf(Buffer, FmtBuf, Args[ArgNo++].DoubleVal); break;
398 sprintf(Buffer, FmtBuf, (void*)GVTOP(Args[ArgNo++])); break;
400 sprintf(Buffer, FmtBuf, (char*)GVTOP(Args[ArgNo++])); break;
/freebsd-11-stable/contrib/netbsd-tests/lib/librumpclient/
H A Dh_exec.c108 sprintf(buf, "%d", s2);
/freebsd-11-stable/contrib/apr-util/crypto/
H A Duuid.c17 #include <stdio.h> /* for sprintf */
29 sprintf(buffer,
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h53 using std::sprintf;
/freebsd-11-stable/bin/sh/
H A Dmknodes.c179 sprintf(decl, "union node *%s", name);
182 sprintf(decl, "struct nodelist *%s", name);
185 sprintf(decl, "char *%s", name);
188 sprintf(decl, "int %s", name);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Daout.h213 sprintf (STRING, "*%s%s%u", LOCAL_LABEL_PREFIX, PREFIX, (unsigned int)(NUM))
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlinux.h178 sprintf (LABEL, "*.L%s%ld", PREFIX, (long)(NUM))
H A Dnetbsd-elf.h69 sprintf ((LABEL), "*.L%s%ld", (PREFIX), (long)(NUM))
H A Dsol2.h81 sprintf ((LABEL), "*.L%s%lu", (PREFIX), (unsigned long)(NUM))
/freebsd-11-stable/contrib/groff/font/devlj4/generate/
H A Dspecial.awk74 $2 = sprintf("%d,%d,%d", temp[1], ascent[$1], descent[$1])
/freebsd-11-stable/sys/crypto/des/
H A Ddes_ecb.c95 sprintf(buf,"des(%s,%s,%s,%s)",ptr,risc,unroll,size);
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dconsole.c145 sprintf(cp->cn_name, "uart");
/freebsd-11-stable/sys/arm/allwinner/
H A Dconsole.c113 sprintf(cp->cn_name, "uart");
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dfix_options.c121 sprintf(lp, " %2.2x", *cp);
H A Dupdate.c111 sprintf(request->pid, "%d", getpid());
/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf_quote.c84 sprintf(r, "\\%03o", *p);
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dmerger.c46 VOID sprintf(t, ".%c%s", SLASH, s);
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dtime.c94 sprintf(envptr, fmt, opts->pzPkgDataDir);
/freebsd-11-stable/contrib/nvi/regex/
H A Dregerror.c166 sprintf(localbuf, "%d", r->code);
/freebsd-11-stable/tools/regression/geom/MdLoad/
H A DMdLoad.c247 sprintf(buf, "mdconfig -a -t malloc -s %jd -S %d",
250 sprintf(buf + strlen(buf), " -x %d -y %d",
252 sprintf(buf + strlen(buf), " -u %s", argv[1]);
258 sprintf(buf, "%s%s", _PATH_DEV, argv[1]);
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha1test.c171 sprintf(&(buf[i * 2]), "%02x", md[i]);
H A Dshatest.c171 sprintf(&(buf[i * 2]), "%02x", md[i]);
/freebsd-11-stable/usr.sbin/repquota/
H A Drepquota.c336 sprintf(fup->fu_name, "%lu", id);
361 sprintf(buf, "%lddays", (long)(hours + 12) / 24);
365 sprintf(buf, "%2ld:%ld", (long)minutes / 60,
369 sprintf(buf, "%2ld", (long)minutes);

Completed in 342 milliseconds

1234567891011>>