#define NULL
NULL pointer (VOID *)
int asprintf(char **strp, const char *fmt,...)
Write a formatted string to newly allocated memory.
int vasprintf(char **strp, const char *fmt, va_list args)
Write a formatted string to newly allocated memory.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define ENOMEM
Not enough space.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
void * malloc(size_t size)
Allocate memory.
#define va_copy(dest, src)
#define va_start(ap, last)
__builtin_va_list va_list
int vsnprintf(char *buf, size_t size, const char *fmt, va_list args)
Write a formatted string to a buffer.
int ssize_t const char * fmt