62void msg (
unsigned int row,
const char *
fmt, ... ) {
104void alert (
unsigned int row,
const char *
fmt, ... ) {
#define NULL
NULL pointer (VOID *)
#define mvprintw(y, x, fmt,...)
static int move(int y, int x)
#define color_set(cpno, opts)
static int clrtoeol(void)
#define CPAIR_NORMAL
Normal text.
#define CPAIR_ALERT
Error text.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
void alert(unsigned int row, const char *fmt,...)
Show alert message.
void clearmsg(unsigned int row)
Clear message on specified row.
void msg(unsigned int row, const char *fmt,...)
Print message centred on specified row.
static void valert(unsigned int row, const char *fmt, va_list args)
Show alert message.
static void vmsg(unsigned int row, const char *fmt, va_list args)
Print message centred on specified row.
#define va_start(ap, last)
__builtin_va_list va_list
unsigned int sleep(unsigned int secs)
Sleep (interruptibly) for a fixed number of seconds.
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