Home
last modified time | relevance | path

Searched refs:snprintf (Results 1 – 4 of 4) sorted by relevance

/DragonStub/inc/dragonstub/
H A Dprintk.h42 int snprintf(char *buf, size_t size, const char *fmt, ...);
H A Ddragonstub.h231 snprintf(out, 1024, "%pUl", &guid->Data1); in efi_guid_to_str()
/DragonStub/apps/
H A Dhelper.c208 snprintf((char *)cmdline_addr, options_bytes, "%.*ls", in efi_convert_cmdline()
/DragonStub/apps/lib/
H A Dvsprintf.c1297 int snprintf(char *buf, size_t size, const char *fmt, ...) in snprintf() function