Lines Matching full:line
18 >I think there should be an 'M' at the beginning of the second line.
20 This isn't a problem. I believe that the first byte of the line indicates
28 # This is a shell archive. Remove anything before this line, then feed it
129 X /* search file for header line */
136 X fprintf(stderr, "ERROR: no `begin' line!\n");
193 X fprintf(stderr, "ERROR: no `end' line\n");
212 X * If a return or newline is encountered too early in a line, it is
228 Xint checksum, line;
230 X for (line = 1; ; line++) /* for each input line */
248 X for (;n<79;n++) /* when found, fill rest of line with space */
257 X break; /* 0 bytes on a line?? Must be the last line */
291 X /* Check if an error occured while writing to that last line */
299 X /* The line has been decoded; now check that sum */
306 X fprintf(stderr, "ERROR: checksum mismatch decoding %s, line %d.\
309 X } /* line */