Home
last modified time | relevance | path

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

/bin/ethdump/
Dethdump.c20 sprintf(srcMac, "%02x:%02x:%02x:%02x:%02x:%02x", in dumpPacket()
23 sprintf(dstMac, "%02x:%02x:%02x:%02x:%02x:%02x", in dumpPacket()
/include/
Dstdio.h43 int sprintf(char *str, const char *fmt, ...);
/lib/libc/
Dprintf.c256 int sprintf(char *str, const char *fmt, ...) in sprintf() function