Searched refs:test_out_dir (Results 1 – 1 of 1) sorted by relevance
130 static char *test_out_dir = NULL; /* dir to buffer output to */ variable202 test_out_dir = strdup(optarg); in main()417 if (test_out_dir && (keep_active == 1)) { in main()418 free(test_out_dir); in main()419 test_out_dir = NULL; in main()422 if (test_out_dir) { in main()425 if (stat(test_out_dir, &sbuf) < 0) { in main()428 panname, test_out_dir, errno, strerror(errno)); in main()434 panname, test_out_dir); in main()437 if (access(test_out_dir, W_OK | R_OK | X_OK) < 0) { in main()[all …]