Searched refs:xvsnprintf (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/amd/libamu/ |
| H A D | strutil.c | 223 ret = xvsnprintf(str, size, format, ap); in _xsnprintf() 236 xvsnprintf(char *str, size_t size, const char *format, va_list ap) in _xvsnprintf()
|
| H A D | xutil.c | 512 xvsnprintf(ptr, 1023, expand_error(fmt, efmt, 1024), vargs); in real_plog()
|
| /freebsd-12.1/contrib/amd/include/ |
| H A D | am_utils.h | 350 #define xvsnprintf(str,size,fmt,ap) _xvsnprintf(__FILE__,__LINE__,(str),(size),(fmt),(ap)) macro 354 extern int xvsnprintf(char *str, size_t size, const char *format, va_list ap);
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 249 char *(*xvsnprintf)(int,char*,const char*,va_list); member 488 #define sqlite3_vsnprintf sqlite3_api->xvsnprintf 564 #define sqlite3_uri_vsnprintf sqlite3_api->xvsnprintf
|
| H A D | sqlite3.c | 123440 char *(*xvsnprintf)(int,char*,const char*,va_list); 123679 #define sqlite3_vsnprintf sqlite3_api->xvsnprintf 123755 #define sqlite3_uri_vsnprintf sqlite3_api->xvsnprintf
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | tc.decls.h | 237 extern int xvsnprintf (char *, size_t, const char *, va_list)
|
| H A D | tc.printf.c | 404 xvsnprintf(char *str, size_t size, const char *fmt, va_list va) in xvsnprintf() function
|
| /freebsd-12.1/contrib/amd/ |
| H A D | ChangeLog | 974 xsnprintf/xvsnprintf. 976 * libamu/strutil.c (xsnprintf, xvsnprintf): if debugging is on, 978 xsnprintf/xvsnprintf with a buffer that wasn't large enough (most 1064 of file. Move xvsnprintf and xsnprintf from xutil.c to this file. 1530 * libamu/xutil.c (real_plog, xsnprintf): call new xvsnprintf() 1532 (xvsnprintf): new function which already gets a va_list. This was 1536 * include/am_utils.h: prototype for new xvsnprintf wrapper. 2098 * include/am_utils.h: extern for new xvsnprintf().
|