Searched refs:LINELEN (Results 1 – 8 of 8) sorted by relevance
19 #define LINELEN 256 macro37 char line[LINELEN], body[LINELEN]; in do_log()102 char errstr[LINELEN]; in fido_log_error()
1140 #define LINELEN 16 macro1147 char line[LINELEN + 1]; in hexdump()1152 if (i % LINELEN == 0) { in hexdump()1156 line[i % LINELEN] = (isprint(src[i])) ? src[i] : '.'; in hexdump()1157 if (i % LINELEN == LINELEN - 1) { in hexdump()1158 line[LINELEN] = 0x0; in hexdump()1162 if (i % LINELEN != 0) { in hexdump()1163 for ( ; i % LINELEN != 0 ; i++) { in hexdump()1165 line[i % LINELEN] = ' '; in hexdump()1167 line[LINELEN] = 0x0; in hexdump()
72 static long PW = LINELEN;132 char outbuf[LINELEN+1], *sp, c, cc; in scan_out()
22 #define LINELEN 132 macro
190 #define LINELEN 1024 macro191 static char linebuf[LINELEN * MAXLINES];651 while (pos < LINELEN && isspace(linebuf[pos]) && linebuf[pos] != '\n') in consume_whitespace()654 if (pos >= LINELEN) in consume_whitespace()687 if (!fgets (lines[lastline], LINELEN, file)) in advance_line()706 if (++pos >= LINELEN) in safe_inc_pos()719 while (lastpos < LINELEN - 1 in match_identifier()723 if (lastpos >= LINELEN - 1) in match_identifier()750 while (lastpos < LINELEN - 1 && isdigit (linebuf[lastpos + 1])) in match_integer()753 if (lastpos >= LINELEN - 1) in match_integer()[all …]
62 #define LINELEN 132 macro
1070 char outbuf[LINELEN+1], *sp, c, cc; in scan_out()
19929 (LINELEN): New macro.