Searched refs:LINE_SIZE (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dif.c11 #define LINE_SIZE 80 macro
100 char line[LINE_SIZE];
104 memset(line, 0, LINE_SIZE);
106 len = min_t(size_t, len, LINE_SIZE - 1);
/linux-master/scripts/
H A Dinsert-sys-cert.c91 #define LINE_SIZE 100 macro
96 char l[LINE_SIZE];
106 while (fgets(l, LINE_SIZE, f)) {
/linux-master/usr/
H A Dgen_init_cpio.c578 #define LINE_SIZE (2 * PATH_MAX + 50) macro
583 char line[LINE_SIZE];
641 while (fgets(line, LINE_SIZE, cpio_list)) {

Completed in 163 milliseconds