| /src/libexec/ld.elf_so/ |
| rtldenv.h | 47 void xsnprintf(char *, size_t, const char *, ...) 76 # define xsnprintf snprintf macro
|
| xprintf.c | 237 xsnprintf(char *buf, size_t buflen, const char *fmt, ...) function in typeref:typename:void 256 xsnprintf(buf, sizeof(buf), "Unknown error: %d", error);
|
| load.c | 243 xsnprintf(val.s, sizeof(val.s), "%" PRIu64, val.q); 246 xsnprintf(val.s, sizeof(val.s), "%d", val.i);
|
| /src/sys/arch/x68k/stand/common/ |
| xprintf.h | 16 size_t xsnprintf(char *buf, size_t len, const char *fmt, ...);
|
| xprintf.c | 201 xsnprintf(char *buf, size_t len, const char *fmt, ...) function in typeref:typename:size_t 204 xsnprintf(buf, len, fmt, va_alist)
|