Home
last modified time | relevance | path

Searched refs:testcase_dir (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/usr.bin/dfregress/
H A Dmain.c84 if ((p = realpath(optarg, testcase_dir)) == NULL) in main()
118 strcpy(testcase_dir, runlist_file); in main()
119 p = strrchr(testcase_dir, '/'); in main()
123 testcase_dir); in main()
166 printf("Testcase directory:\t%s\n", testcase_dir); in main()
H A Drunlist.c58 char testcase_dir[PATH_MAX+1]; variable
118 sprintf(testcase_path, "%s/%s", testcase_dir, in runlist_run_test()
H A Drunlist.h30 extern char testcase_dir[];