Home
last modified time | relevance | path

Searched refs:LINELEN (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/libfido2/dist/src/
H A Dlog.c19 #define LINELEN 256 macro
37 char line[LINELEN], body[LINELEN]; in do_log()
102 char errstr[LINELEN]; in fido_log_error()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dmisc.c1140 #define LINELEN 16 macro
1147 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()
/netbsd-src/usr.bin/banner/
H A Dbanner.c72 static long PW = LINELEN;
132 char outbuf[LINELEN+1], *sp, c, cc; in scan_out()
H A Dbanner.h22 #define LINELEN 132 macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-gen-builtins.cc190 #define LINELEN 1024 macro
191 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 …]
/netbsd-src/usr.sbin/lpr/common_source/
H A Dlp.local.h62 #define LINELEN 132 macro
/netbsd-src/usr.sbin/lpr/lpd/
H A Dprintjob.c1070 char outbuf[LINELEN+1], *sp, c, cc; in scan_out()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202119929 (LINELEN): New macro.