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

Functions

int pipe (int fds[2])
int dup (int oldfd)
static void write_str (const char *s)
static void test_pipe_write_read (void)
static void test_pipe_eof_on_write_close (void)
static void test_dup_close_independence (void)
static void test_dup2_redirect (void)
int main (void)

Function Documentation

◆ dup()

int dup ( int oldfd)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

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

◆ pipe()

int pipe ( int fds[2])
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_dup2_redirect()

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

◆ test_dup_close_independence()

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

◆ test_pipe_eof_on_write_close()

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

◆ test_pipe_write_read()

void test_pipe_write_read ( void )
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: