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

Function printf_uuid

freebsd/kern/kern_uuid.c:285–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285int
286printf_uuid(struct uuid *uuid)
287{
288 char buf[38];
289
290 snprintf_uuid(buf, sizeof(buf), uuid);
291 return (printf("%s", buf));
292}
293
294int
295sbuf_printf_uuid(struct sbuf *sb, struct uuid *uuid)

Callers

nothing calls this directly

Calls 2

snprintf_uuidFunction · 0.85
printfFunction · 0.70

Tested by

no test coverage detected