Searched refs:MAX_CHARS_PER_LINE (Results 1 – 2 of 2) sorted by relevance
156 char buf[MAX_CHARS_PER_LINE], cfg_cmd[32], cfg_value[32]; in sta_cfg_set()182 read_len = read_line(fp, buf, MAX_CHARS_PER_LINE); in sta_cfg_set()
25 #define MAX_CHARS_PER_LINE 256 macro