LINE_MAX
#define MAXLIN (3 * LINE_MAX)
cplen = LINE_MAX;
char mbuf[LINE_MAX];
char cary[LINE_MAX+1];
char *cpend = &cary[LINE_MAX]; /* last address (not the null char) */
char mbuf[LINE_MAX];
char buf[LINE_MAX];
char line[LINE_MAX];
char line[LINE_MAX];
char errmsg[LINE_MAX];
(void) snprintf(errmsg, LINE_MAX, "unknown identifier: %s",
(void) snprintf(errmsg, LINE_MAX, "failed dhcp alloc request");
(void) snprintf(errmsg, LINE_MAX, "%s",
(void) snprintf(errmsg, LINE_MAX, "invalid data");
(void) snprintf(errmsg, LINE_MAX, "data length mismatch");
(void) snprintf(errmsg, LINE_MAX, "cannot decode reply");
char line[LINE_MAX];
char line[LINE_MAX];
char line[LINE_MAX];
for (cin = 0; cin < LINE_MAX; cin++)
(void) read(2, line, LINE_MAX);
char argpbuf[LINE_MAX], timebuf[80];
char line[LINE_MAX];
while (fgets(line, LINE_MAX, inputfile) != NULL) {
static char path[LINE_MAX] = "PATH=";
static char supath[LINE_MAX] = "PATH=";
static char homedir[LINE_MAX] = ENV_HOME;
static char logname[LINE_MAX] = "LOGNAME=";
static char tzone[LINE_MAX] = ENV_TZ;
(void) strlcat(path, Def_path, LINE_MAX);
(void) strlcpy(path, NONROOTPATH, LINE_MAX);
(void) strlcat(supath, Def_supath, LINE_MAX);
(void) strlcpy(supath, ROOTPATH, LINE_MAX);
char namebuf[LINE_MAX];
char buf[LINE_MAX];
#define LINSIZ LINE_MAX /* POSIX.2 - read lines LINE_MAX long */
static char line[LINE_MAX+1];
#define LBSIZE LINE_MAX
#define RHSIZE (LINE_MAX*2)
#define INPUT_SIZ LINE_MAX /* POSIX.2 */
#define MSIZE LINE_MAX
char resp[LINE_MAX + 1];
if (i < LINE_MAX)
#define LINEBUF_SIZE LINE_MAX /* input or output lines */
wchar_t tline[LINE_MAX];
if ((curc + 1) >= (line + LINE_MAX)) {
static wchar_t line[LINE_MAX];
char line[LINE_MAX];
char buf[LINE_MAX];
if ((buf_len + 1) > LINE_MAX)
#define MYBUFSIZE (LINE_MAX) /* max line length including newline and null */
#define LSIZE LINE_MAX /* POSIX.2 */
char line[LINE_MAX];
#define MYBUFSIZE (LINE_MAX)
char word[LINE_MAX];
while (fgets(word, LINE_MAX, stdin)) {
static char word[LINE_MAX];
static char original[LINE_MAX];
static char *deriv[LINE_MAX];
static char affix[LINE_MAX];
char space[LINE_MAX * 2];
char line[LINE_MAX] = "";
int line_len = LINE_MAX - 1;
char line[LINE_MAX];
while (fgets(line, LINE_MAX, pkgmapFP) != NULL) {
char cmdlst[LINE_MAX+1] = { '\0' };
char buf[LINE_MAX];
char operand[LINE_MAX];
if (maxcol >= LINE_MAX) {
gettext("Input line longer than %d characters\n"), LINE_MAX);
for (i = 0; i < LINE_MAX; i++)
struct CHAR obuf[LINE_MAX];
#define BUFSIZE (LINE_MAX*2)
#define BUFSIZE (LINE_MAX*2) /* This should agree with what's in ex.h */
#define BUFSIZE LINE_MAX
char reply[LINE_MAX];
for (i = 0; i < LINE_MAX && read(PROMPT, &reply[i], 1) > 0; i++) {
if (i < LINE_MAX)
reply[LINE_MAX - 1] = '\0';
if (i == LINE_MAX) {
char ans[LINE_MAX + 1];
if (i < LINE_MAX)
if (i >= LINE_MAX)
ans[LINE_MAX] = '\0';
if ((len + 1) == LINE_MAX) {
while (fgets(buf, LINE_MAX, f) != 0 &&
char buf[LINE_MAX];
if (fgets(buf, LINE_MAX, f) == 0) {
return ((long)LINE_MAX);
char buf[LINE_MAX+1];
assert(vres < LINE_MAX);
assert(vres < LINE_MAX);
char line_buf[LINE_MAX];
char buf[LINE_MAX];
assert(vres < LINE_MAX);
assert(vres < LINE_MAX);
if ((mbs = (char *) malloc((size_t) (LINE_MAX+1))) == (char *) 0)
static char buffer[LINE_MAX];
char buffer[LINE_MAX];
static char buffer[LINE_MAX];
char buffer[LINE_MAX];
fld_maxlength = n < 0 ? LINE_MAX : n;
static char buf[LINE_MAX];
if ((*v = fgets(buf, LINE_MAX, stdin)) == NULL) {
char buf[LINE_MAX+1];
while (fgets(buf, LINE_MAX, fp) != NULL)
if ((mbs = (char *) malloc((size_t) (LINE_MAX+1))) == NULL)
char buffer[LINE_MAX];
char buffer[LINE_MAX];
fld_maxlength = n < 0 ? LINE_MAX : n;
if ((buffer = malloc(LINE_MAX)) == 0) {
while (fgets(buffer, LINE_MAX, fdmids) != NULL) {
char buffer[LINE_MAX], * token;
if ((token_buffer = malloc(LINE_MAX)) == 0) {
bufsize = LINE_MAX;
while ((token = fgets(buffer, LINE_MAX, fddesc)) != NULL) {
bufsize += LINE_MAX;