miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
main.c File Reference
#include <stddef.h>
#include <stdint.h>
#include <termios.h>
#include <unistd.h>
#include <sys/ioctl.h>
Include dependency graph for main.c:

Functions

static void write_str (const char *s)
static void write_hex_byte (unsigned char value)
static void mark_result (const char *name, int pass)
static int run_winsize_test (void)
static int run_canonical_test (void)
static int run_raw_test (void)
static int run_escape_test (void)
int main (void)

Variables

static int g_failures = 0

Function Documentation

◆ main()

int main ( void )
Here is the call graph for this function:

◆ mark_result()

void mark_result ( const char * name,
int pass )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ run_canonical_test()

int run_canonical_test ( void )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ run_escape_test()

int run_escape_test ( void )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ run_raw_test()

int run_raw_test ( void )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ run_winsize_test()

int run_winsize_test ( void )
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ write_hex_byte()

void write_hex_byte ( unsigned char value)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ write_str()

void write_str ( const char * s)
static
Here is the call graph for this function:

Variable Documentation

◆ g_failures

int g_failures = 0
static