Searched defs:LINE_LENGTH (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tcpd/
H A Dsafe_finger.c38 #define LINE_LENGTH 128 /* Editors can choke on long lines */ macro
106 if (line_length >= LINE_LENGTH) { /* force end of line */
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c175 #define LINE_LENGTH 67 macro
177 for (i = 0; i < LINE_LENGTH; i++)
189 for (i = 0; i < LINE_LENGTH; i++)
193 #undef LINE_LENGTH macro

Completed in 68 milliseconds