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