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

Function Sprint

freebsd/contrib/ncsw/etc/sprint.c:48–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48int Sprint(char * buf, const char *fmt, ...)
49{
50 va_list args;
51 int i;
52
53 va_start(args, fmt);
54 i=vsprintf(buf,fmt,args);
55 va_end(args);
56 return i;
57}
58
59int Snprint(char * buf, uint32_t size, const char *fmt, ...)
60{

Callers 10

BM_ConfigFunction · 0.85
BM_InitFunction · 0.85
FmHandleIpcMsgCBFunction · 0.85
InitGuestModeFunction · 0.85
fm_ncsw.cFile · 0.85
FM_PCD_InitFunction · 0.85
FM_PORT_ConfigFunction · 0.85
FM_MACSEC_MASTER_ConfigFunction · 0.85
QM_ConfigFunction · 0.85
QM_InitFunction · 0.85

Calls 1

vsprintfFunction · 0.85

Tested by

no test coverage detected