Searched refs:sprintf_s (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regversion.c | 39 sprintf_s(s, in onig_version() 53 sprintf_s(s, in onig_copyright()
|
D | OnigurumaUefiPort.c | 17 int EFIAPI sprintf_s(char *str, size_t sizeOfBuffer, char const *fmt, ...) in sprintf_s() function
|
D | regposerr.c | 91 sprintf_s(tbuf, sizeof(tbuf), "undefined error code (%d)", posix_ecode); in regerror()
|
D | OnigurumaUefiPort.h | 72 int EFIAPI sprintf_s (char *str, size_t sizeOfBuffer, char const *fmt, ...);
|
D | regerror.c | 194 sprintf_s(s, sizeof("00"), "%02x", (v & 0377)); in sprint_byte() 199 sprintf_s(s, sizeof("\\x00"), "\\x%02x", (v & 0377)); in sprint_byte_with_x()
|