Searched refs:MAXLINELEN (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/usr.bin/comm/
H A Dcomm.c56 #define MAXLINELEN (LINE_MAX + 1) macro
72 char line1[MAXLINELEN], line2[MAXLINELEN];
203 if (i >= MAXLINELEN)
/netbsd-current/usr.bin/whatis/
H A Dwhatis.c61 #define MAXLINELEN 8192 /* max line handled */ macro
153 char buf[MAXLINELEN + 1], wbuf[MAXLINELEN + 1];
/netbsd-current/usr.bin/apropos/
H A Dapropos.c66 #define MAXLINELEN 8192 /* max line handled */ macro
166 char buf[MAXLINELEN + 1];
168 char wbuf[MAXLINELEN + 1];
/netbsd-current/external/bsd/file/dist/src/
H A Dascmagic.c55 #define MAXLINELEN 300 /* longest sane line length */ macro
201 /* If this line is _longer_ than MAXLINELEN, remember it. */
202 if (i > last_line_end + MAXLINELEN) {
/netbsd-current/usr.sbin/mtree/
H A Dcreate.c80 #define MAXLINELEN 80 macro
241 offset = MAXLINELEN;
478 if (*offset + strlen(buf) > MAXLINELEN - 3) {
/netbsd-current/usr.bin/crunch/crunchgen/
H A Dcrunchgen.c60 #define MAXLINELEN 16384 macro
99 static char line[MAXLINELEN];
293 while (fgets(line, MAXLINELEN, cf) != NULL) {
711 while (fgets(line, MAXLINELEN, f)) {
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_mtree.c46 #define MAXLINELEN 80 macro
399 if (pd + (r - s) <= MAXLINELEN - 3 - INDENTNAMELEN)
418 if (x != NULL && pd + strlen(s) > MAXLINELEN - 3 - INDENTNAMELEN) {

Completed in 528 milliseconds