Searched refs:MAX_NAME_LENGTH (Results 1 – 1 of 1) sorted by relevance
16 #define MAX_NAME_LENGTH 256 macro25 char input_file[MAX_NAME_LENGTH];26 char output_file[MAX_NAME_LENGTH];70 strncpy(cmd->input_file, next, MAX_NAME_LENGTH - 1); in rga_test_parse_options()80 strncpy(cmd->output_file, next, MAX_NAME_LENGTH - 1); in rga_test_parse_options()