Searched refs:MAX_LINE (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwalkstack.c154 #define MAX_LINE 2048 /* arbitrary large value */ macro
332 char buffer[MAX_LINE];
350 char buffer[MAX_LINE];
481 char linebuffer[MAX_LINE];
523 char linebuffer[MAX_LINE];
/illumos-gate/usr/src/cmd/filesync/
H A Dfilesync.h49 #define MAX_LINE 1024 /* longest input line */ macro
H A Dfiles.c319 * to a length of MAX_LINE, but keeps everything else very simple.
320 * We also, therefore, limit tokens to a maximum length of MAX_LINE.
330 static char namebuf[ MAX_LINE ];
331 static char inbuf[ MAX_LINE ];
H A Dacls.c228 static char buf[ MAX_LINE ];
H A Dignore.c204 char inbuf[ MAX_LINE ];
H A Deval.c919 char cmdbuf[MAX_LINE];
948 char inbuf[ MAX_LINE ];
H A Dmain.c444 char ansbuf[ MAX_LINE ];
H A Drules.c257 static char cmdbuf[ MAX_LINE ];
H A Danal.c118 char msgbuf[MAX_LINE];
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c283 #define MAX_LINE 2048 macro
289 char line[MAX_LINE];
330 if(!fgets(line, MAX_LINE, file)) break;

Completed in 450 milliseconds