nfs-ganesha 1.4
|
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include "Connectathon_config_parsing.h"
#include "Connectathon_parser_yacc.h"
Go to the source code of this file.
Functions | |
int | yyparse () |
void | btest_init_defaults (struct btest *b) |
void | testparam_init_defaults (struct testparam *t) |
void | free_btest (struct btest *b) |
void | free_testparam (struct testparam *t) |
char * | get_test_directory (struct testparam *t) |
char * | get_log_file (struct testparam *t) |
struct btest * | get_btest_args (struct testparam *param, enum test_number k) |
struct testparam * | readin_config (char *fname) |
Variables | |
FILE * | yyin |
struct testparam * | param |
void btest_init_defaults | ( | struct btest * | b | ) |
Definition at line 14 of file Connectathon_config_parsing.c.
void free_btest | ( | struct btest * | b | ) |
Definition at line 43 of file Connectathon_config_parsing.c.
void free_testparam | ( | struct testparam * | t | ) |
Definition at line 51 of file Connectathon_config_parsing.c.
struct btest* get_btest_args | ( | struct testparam * | param, |
enum test_number | k | ||
) | [read] |
Definition at line 70 of file Connectathon_config_parsing.c.
char* get_log_file | ( | struct testparam * | t | ) |
Definition at line 65 of file Connectathon_config_parsing.c.
char* get_test_directory | ( | struct testparam * | t | ) |
Definition at line 60 of file Connectathon_config_parsing.c.
struct testparam* readin_config | ( | char * | fname | ) | [read] |
Definition at line 84 of file Connectathon_config_parsing.c.
void testparam_init_defaults | ( | struct testparam * | t | ) |
Definition at line 36 of file Connectathon_config_parsing.c.
int yyparse | ( | ) |
Definition at line 9 of file Connectathon_config_parsing.c.
FILE* yyin |