/src/libexec/ld.elf_so/ |
rtldenv.h | 47 void xsnprintf(char *, size_t, const char *, ...) 76 # define xsnprintf snprintf macro
|
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);
|
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);
|
/src/sys/arch/x68k/stand/common/ |
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)
|
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)
|