MCPcopy Create free account
hub / github.com/F-Stack/f-stack / AliasLog

Function AliasLog

freebsd/netinet/libalias/alias_db.c:451–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449#ifdef _KERNEL
450
451static void
452AliasLog(char *str, const char *format, ...)
453{
454 va_list ap;
455
456 va_start(ap, format);
457 vsnprintf(str, LIBALIAS_BUF_SIZE, format, ap);
458 va_end(ap);
459}
460#else
461static void
462AliasLog(FILE *stream, const char *format, ...)

Callers 1

ShowAliasStatsFunction · 0.85

Calls 1

vsnprintfFunction · 0.85

Tested by

no test coverage detected