Home
last modified time | relevance | path

Searched refs:strfromf (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/tests/stdlib/
H A Dstrfrom_test.c54 glen = strfromf(got, sizeof(got), fmt, val); in check_f()
268 strfromf(buf, sizeof(buf), "%e", 1.0f); in ATF_TC_BODY()
286 strfromf(buf, sizeof(buf), "%g", 1.0f); in ATF_TC_BODY()
302 strfromf(buf, sizeof(buf), "%a", 1.0f); in ATF_TC_BODY()
327 ret = strfromf(buf, 0, "%f", 1.0f); in ATF_TC_BODY()
331 ret = strfromf(buf, 5, "%.6f", 1.0f); in ATF_TC_BODY()
505 ret = strfromf(buf, sizeof(buf), "%.2q", 1.0f); in ATF_TC_BODY()
554 strfromf(buf, sizeof(buf), "%a", 1.0f); in ATF_TC_BODY()
/freebsd/lib/libc/stdlib/
H A DMakefile.inc60 strfromf.c \
150 MLINKS+=strfromd.3 strfromf.3 \
H A Dstrfromf.c13 strfromf(char * __restrict s, size_t n, const char * __restrict fmt, float fp) in strfromf() function
H A DSymbol.map138 strfromf;
/freebsd/include/
H A Dstdlib.h179 int strfromf(char * __restrict, size_t, const char * __restrict, float);