#include <random.h>
#include <stdio.h>
#include <stdlib.h>
#include <syscall.h>
#include "tests/lib.h"
#include "tests/filesys/base/syn-read.h"
Go to the source code of this file.
Functions | |
int | main (int argc, const char *argv[]) |
Variables | |
const char * | test_name = "child-syn-read" |
static char | buf [BUF_SIZE] |
int main | ( | int argc | , | |
const char * | argv[] | |||
) |
Definition at line 19 of file child-syn-read.c.
References atoi(), buf, CHECK, close(), compare_bytes(), file_name, open(), quiet, random_bytes(), random_init(), and read().
char buf[BUF_SIZE] [static] |
Definition at line 16 of file child-syn-read.c.
Referenced by arc4_crypt(), archive_ordinary_file(), check_file_handle(), format_integer(), hash_bytes(), hex_dump(), main(), msc_get_geometry(), random_bytes(), relay(), shuffle(), test_main(), and vmsg().
const char* test_name = "child-syn-read" |
Definition at line 14 of file child-syn-read.c.
Referenced by consume_some_resources(), fail(), main(), msg(), pass(), run_test(), spawn_child(), and vmsg().