Home
last modified time | relevance | path

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

/external/coreboot/util/nvramtool/
Dinput_file.c10 static int get_input_file_line(FILE * f, char line[], int line_buf_size);
67 …for (line_num = 1; get_input_file_line(f, line, LINE_BUF_SIZE) == OK; line_num++) { /* skip commen… in process_input_file()
157 static int get_input_file_line(FILE * f, char line[], int line_buf_size) in get_input_file_line() function
/external/coreboot/util/amdfwtool/
Ddata_parse.c587 int get_input_file_line(FILE *f, char line[], int line_buf_size) in get_input_file_line() function
784 while (get_input_file_line(config, oneline, MAX_LINE_SIZE) == OK) { in process_config()
819 while (get_input_file_line(config, oneline, MAX_LINE_SIZE) == OK) { in process_config()