Home
last modified time | relevance | path

Searched refs:_xsnprintf (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/amd/include/
HDam_utils.h337 #define xsnprintf(str,size,fmt,...) _xsnprintf(__FILE__,__LINE__,(str),(size),(fmt),__VA_ARGS__)
340 #define xsnprintf(str,size,fmt,args...) _xsnprintf(__FILE__,__LINE__,(str),(size),(fmt),args)
342 extern int _xsnprintf(const char *filename, int lineno, char *str, size_t size, const char *format,…
/NextBSD/contrib/amd/libamu/
HDstrutil.c215 _xsnprintf(const char *filename, int lineno, char *str, size_t size, const char *format, ...) in _xsnprintf() function
/NextBSD/crypto/openssh/
HDconfigure.ac916 CPPFLAGS="$CPPFLAGS -Dvsnprintf=_xvsnprintf -Dsnprintf=_xsnprintf"