Searched refs:LINE_LEN (Results 1 – 2 of 2) sorted by relevance
21 #define LINE_LEN 10 macro26 char value[LINE_LEN]; in count_cpus()37 if (!fgets(value, LINE_LEN, fp)) in count_cpus()39 value[LINE_LEN - 1] = '\0'; in count_cpus()40 if (strlen(value) < (LINE_LEN - 2)) in count_cpus()
21 #define LINE_LEN 10 macro