Searched refs:WIDTH (Results 1 – 3 of 3) sorted by relevance
183 else if(strncmp(line, WIDTH, strlen(WIDTH)) == 0) in read_file_header()184 *width = atoi(&line[strlen(WIDTH)]); in read_file_header()
18 #define WIDTH "Width: " macro
239 fprintf(output_file, WIDTH"%d\n", gx_validation_frame_width); in gx_validation_write_output_file_header()