| /netbsd-src/libexec/ld.elf_so/ |
| H A D | xprintf.c | 55 xvsnprintf(char *buf, size_t buflen, const char *fmt, va_list ap) in xvsnprintf() function 221 (void) write(2, buf, xvsnprintf(buf, sizeof(buf), fmt, ap)); in xvprintf() 243 xvsnprintf(buf, buflen, fmt, ap); in xsnprintf()
|
| H A D | rtldenv.h | 49 size_t xvsnprintf(char *, size_t, const char *, va_list) 77 # define xvsnprintf vsnprintf macro
|
| H A D | rtld.c | 1579 xvsnprintf(buf, sizeof buf, fmt, ap); in _rtld_error()
|
| /netbsd-src/sys/arch/x68k/stand/common/ |
| H A D | xprintf.c | 97 xvsnprintf(char *buf, size_t len, const char *fmt, va_list ap) in xvsnprintf() function 215 ret = xvsnprintf(buf, len, fmt, ap); 227 ret = xvsnprintf(buf, sizeof buf, fmt, ap); in xvfdprintf()
|
| H A D | xprintf.h | 15 size_t xvsnprintf(char *buf, size_t len, const char *fmt, va_list ap);
|
| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | xmalloc.c | 141 i = xvsnprintf(str, len, fmt, ap); in xsnprintf() 148 xvsnprintf(char *str, size_t len, const char *fmt, va_list ap) in xvsnprintf() function
|
| H A D | xmalloc.h | 43 int xvsnprintf(char *, size_t, const char *, va_list)
|
| /netbsd-src/external/bsd/am-utils/dist/libamu/ |
| H A D | strutil.c | 225 ret = xvsnprintf(str, size, format, ap); in _xsnprintf() 238 xvsnprintf(char *str, size_t size, const char *format, va_list ap) in _xvsnprintf()
|
| H A D | xutil.c | 514 xvsnprintf(ptr, 1023, expand_error(fmt, efmt, 1024), vargs); in real_plog()
|
| /netbsd-src/usr.bin/ldd/ |
| H A D | ldd.c | 229 xvsnprintf(buf, sizeof buf, fmt, ap); in _rtld_error()
|
| /netbsd-src/external/bsd/am-utils/dist/include/ |
| H A D | am_utils.h | 356 #define xvsnprintf(str,size,fmt,ap) _xvsnprintf(__FILE__,__LINE__,(str),(size),(fmt),(ap)) macro 360 extern int xvsnprintf(char *str, size_t size, const char *format, va_list ap);
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3ext.h | 249 char *(*xvsnprintf)(int,char*,const char*,va_list); member 519 #define sqlite3_vsnprintf sqlite3_api->xvsnprintf 595 #define sqlite3_uri_vsnprintf sqlite3_api->xvsnprintf
|
| H A D | sqlite3.c | 135721 char *(*xvsnprintf)(int,char*,const char*,va_list); 135991 #define sqlite3_vsnprintf sqlite3_api->xvsnprintf 136067 #define sqlite3_uri_vsnprintf sqlite3_api->xvsnprintf
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | ChangeLog | 980 xsnprintf/xvsnprintf. 982 * libamu/strutil.c (xsnprintf, xvsnprintf): if debugging is on, 984 xsnprintf/xvsnprintf with a buffer that wasn't large enough (most 1070 of file. Move xvsnprintf and xsnprintf from xutil.c to this file. 1536 * libamu/xutil.c (real_plog, xsnprintf): call new xvsnprintf() 1538 (xvsnprintf): new function which already gets a va_list. This was 1542 * include/am_utils.h: prototype for new xvsnprintf wrapper. 2104 * include/am_utils.h: extern for new xvsnprintf().
|