Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/guix_test/regression_test/utility/
Dgx_validation_utility.c41 static char output_file_string[256]; variable
129 memset(output_file_string, 0, sizeof(output_file_string)); in gx_validation_setup()
191 strncpy(output_file_string, output_file_path, sizeof(output_file_string)); in gx_validation_setup()
192 strncat(output_file_string, output_file_name, sizeof(output_file_string)); in gx_validation_setup()
250 output_file = fopen(output_file_string, "wb"); in gx_validation_create_output_file()