Searched refs:strfmon (Results 1 – 6 of 6) sorted by relevance
| /freebsd/lib/libc/tests/stdlib/ |
| H A D | strfmon_test.c | 38 strfmon(actual, sizeof(actual) - 1, "%i", n); in ATF_TC_BODY() 78 strfmon(actual, sizeof(actual) - 1, format, in ATF_TC_BODY() 118 strfmon(buf, sizeof(buf) - 1, "[%n] ", -123.0); in ATF_TC_BODY() 161 strfmon(buf, sizeof(buf) - 1, "[%n] ", -123.0); in ATF_TC_BODY() 189 strfmon(actual, sizeof(actual) - 1, "[%i]", 123.45); in ATF_TC_BODY() 223 strfmon(actual, sizeof(actual) - 1, format, in ATF_TC_BODY() 237 ATF_CHECK_ERRNO(EINVAL, strfmon(actual, sizeof(actual) - 1, in ATF_TC_BODY() 240 ATF_CHECK_ERRNO(EINVAL, strfmon(actual, sizeof(actual) - 1, in ATF_TC_BODY()
|
| /freebsd/lib/libc/stdlib/ |
| H A D | Makefile.inc | 57 strfmon.c \ 99 strfmon.3 strtod.3 strtol.3 strtonum.3 strtoul.3 system.3 \ 139 MLINKS+=strfmon.3 strfmon_l.3
|
| H A D | Symbol.map | 62 strfmon;
|
| H A D | strfmon.c | 645 strfmon(char *restrict s, size_t maxsize, const char *restrict format, ...) in strfmon() function
|
| /freebsd/include/ |
| H A D | monetary.h | 49 ssize_t strfmon(char * __restrict, size_t, const char * __restrict, ...);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2987 fun:strfmon=uninstrumented
|