#include <errno.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <stdio.h>Go to the source code of this file.
Functions | |
| _PROTOTYPE (void cleanup,(void)) | |
| _PROTOTYPE (void e,(int n)) | |
| _PROTOTYPE (void rm_rf_dir,(int test_nr)) | |
| void | start (int test_nr) |
| void | rm_rf_dir (int test_nr) |
| void | rm_rf_ppdir (int test_nr) |
| void | e (int n) |
| void | cleanup () |
| void | quit () |
Variables | |
| int | common_test_nr = -1 |
| int | errct = 0 |
| int | subtest |
| _PROTOTYPE | ( | void | rm_rf_dir, | |
| (int test_nr) | ||||
| ) |
| _PROTOTYPE | ( | void | e, | |
| (int n) | ||||
| ) |
| _PROTOTYPE | ( | void | cleanup, | |
| (void) | ||||
| ) |
| int common_test_nr = -1 |
1.5.8