Searched refs:test_out_dir (Results 1 – 1 of 1) sorted by relevance
128 static char *test_out_dir = NULL; /* dir to buffer output to */ variable196 test_out_dir = strdup(optarg); in main()408 if (test_out_dir && (keep_active == 1)) { in main()409 free(test_out_dir); in main()410 test_out_dir = NULL; in main()413 if (test_out_dir) { in main()416 if (stat(test_out_dir, &sbuf) < 0) { in main()419 panname, test_out_dir, errno, strerror(errno)); in main()425 panname, test_out_dir); in main()428 if (access(test_out_dir, W_OK | R_OK | X_OK) < 0) { in main()[all …]