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

/netbsd-6-1-5-RELEASE/usr.bin/comm/
H A Dcomm.c56 #define MAXLINELEN (LINE_MAX + 1) macro
72 char line1[MAXLINELEN], line2[MAXLINELEN];
203 if (i >= MAXLINELEN)
/netbsd-6-1-5-RELEASE/usr.bin/patch/
H A Dcommon.h44 #define MAXLINELEN 8192 macro
73 extern char buf[MAXLINELEN];/* general purpose buffer */
H A Dinp.c143 char *p, *s, lbuf[MAXLINELEN];
H A Dpatch.c56 char buf[MAXLINELEN]; /* general purpose buffer */
/netbsd-6-1-5-RELEASE/usr.bin/whatis/
H A Dwhatis.c61 #define MAXLINELEN 8192 /* max line handled */ macro
153 char buf[MAXLINELEN + 1], wbuf[MAXLINELEN + 1];
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/shell-backends/
H A Dshellutil.h40 #define MAXLINELEN 512 macro
H A Dshellutil.c156 char *p, *args, line[ MAXLINELEN + 1 ];
159 if ( fgets( line, MAXLINELEN, ifp ) == NULL ) {
172 while ( fgets( line, MAXLINELEN, ifp ) != NULL ) {
H A Dpasswd-shell.c53 static char tmpbuf[ MAXLINELEN * 2 ];
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dascmagic.c56 #define MAXLINELEN 300 /* longest sane line length */ macro
180 /* If this line is _longer_ than MAXLINELEN, remember it. */
181 if (i > last_line_end + MAXLINELEN)
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dcreate.c79 #define MAXLINELEN 80 macro
168 indent = MAXLINELEN;
418 if (*offset + strlen(buf) > MAXLINELEN - 3) {
/netbsd-6-1-5-RELEASE/usr.bin/crunch/crunchgen/
H A Dcrunchgen.c60 #define MAXLINELEN 16384 macro
91 static char line[MAXLINELEN];
284 while (fgets(line, MAXLINELEN, cf) != NULL) {
711 while (fgets(line, MAXLINELEN, f)) {
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_mtree.c45 #define MAXLINELEN 80 macro
257 if (r - s <= MAXLINELEN - 3 - INDENTNAMELEN)
270 if (x != NULL && strlen(s) > MAXLINELEN - 3 - INDENTNAMELEN) {

Completed in 185 milliseconds