#include <random.h>#include <stdlib.h>#include <syscall.h>#include "tests/filesys/extended/syn-rw.h"#include "tests/lib.h"Go to the source code of this file.
Functions | |
| int | main (int argc, const char *argv[]) |
Variables | |
| const char * | test_name = "child-syn-rw" |
| static char | buf1 [BUF_SIZE] |
| static char | buf2 [BUF_SIZE] |
| int main | ( | int argc | , | |
| const char * | argv[] | |||
| ) |
Definition at line 22 of file child-syn-rw.c.
References atoi(), buf1, buf2, CHECK, close(), compare_bytes(), file_name, open(), quiet, random_bytes(), random_init(), and read().
char buf1[BUF_SIZE] [static] |
Definition at line 18 of file child-syn-rw.c.
char buf2[BUF_SIZE] [static] |
Definition at line 19 of file child-syn-rw.c.
| const char* test_name = "child-syn-rw" |
Definition at line 16 of file child-syn-rw.c.
1.5.6