Searched refs:CONF_LINE_SIZE (Results 1 – 1 of 1) sorted by relevance
20 #define CONF_LINE_SIZE 1024 macro34 char line[CONF_LINE_SIZE] = {0}; in config_unwi_debug_level()35 if (fgets(line, CONF_LINE_SIZE - 1, fp) == NULL) { in config_unwi_debug_level()