| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| common-utils.cc | 61 xsnprintf (char *str, size_t size, const char *format, ...) function
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| common-utils.cc | 61 xsnprintf (char *str, size_t size, const char *format, ...) function
|
| /src/libexec/ld.elf_so/ |
| rtldenv.h | 48 void xsnprintf(char *, size_t, const char *, ...) 77 # define xsnprintf snprintf macro
|
| xprintf.c | 237 xsnprintf(char *buf, size_t buflen, const char *fmt, ...) function 256 xsnprintf(buf, sizeof(buf), "Unknown error: %d", error);
|
| /src/external/bsd/tmux/dist/ |
| xmalloc.c | 135 xsnprintf(char *str, size_t len, const char *fmt, ...) function 153 fatalx("xsnprintf: len > INT_MAX"); 158 fatalx("xsnprintf: overflow");
|
| /src/sys/arch/x68k/stand/common/ |
| xprintf.c | 201 xsnprintf(char *buf, size_t len, const char *fmt, ...) function 204 xsnprintf(buf, len, fmt, va_alist)
|
| /src/external/bsd/am-utils/dist/include/ |
| am_utils.h | 350 #define xsnprintf(str,size,fmt,...) _xsnprintf(__FILE__,__LINE__,(str),(size),(fmt),__VA_ARGS__) macro 353 #define xsnprintf(str,size,fmt,args...) _xsnprintf(__FILE__,__LINE__,(str),(size),(fmt),args) macro 359 extern int xsnprintf(char *str, size_t size, const char *format, ...);
|
| /src/external/public-domain/sqlite/dist/ |
| sqlite3ext.h | 137 char * (*xsnprintf)(int,char*,const char*,...); member in struct:sqlite3_api_routines 495 #define sqlite3_snprintf sqlite3_api->xsnprintf
|