Symbol: LINE_LEN
bin/mined/mined.h
199
extern char file_name[LINE_LEN]; /* Name of file in use */
bin/mined/mined1.c
1279
char file_name[LINE_LEN]; /* Name of file in use */
bin/mined/mined1.c
1744
char msg[LINE_LEN + 40];/* Buffer to hold line */
bin/mined/mined1.c
1745
char yank_msg[LINE_LEN];/* Buffer for msg of yank_file */
bin/mined/mined1.c
1765
if (length_of(msg) + 1 > LINE_LEN - 4) {
bin/mined/mined1.c
1766
msg[LINE_LEN - 4] = SHIFT_MARK; /* Overflow on status line */
bin/mined/mined1.c
1767
msg[LINE_LEN - 3] = '\0';
bin/mined/mined1.c
479
char new_file[LINE_LEN]; /* Buffer to hold new file name */
bin/mined/mined1.c
506
char file[LINE_LEN]; /* Buffer for new file name */
bin/mined/mined1.c
640
char buf[LINE_LEN];
bin/mined/mined2.c
1171
char typed_expression[LINE_LEN]; /* Holds previous expr. */
bin/mined/mined2.c
1202
char exp_buf[LINE_LEN]; /* Buffer for new expr. */
bin/mined/mined2.c
1255
char mess_buf[LINE_LEN]; /* Buffer to hold message */
bin/mined/mined2.c
1256
char replacement[LINE_LEN]; /* Buffer to hold subst. pattern */
bin/mined/mined2.c
808
char name[LINE_LEN]; /* Buffer for file name */
bin/mined/mined2.c
891
char file[LINE_LEN]; /* Output file */
usr.bin/finger/lprint.c
216
if (LINE_LEN < (cpr + 6 + strlen(w->host)))
usr.bin/finger/lprint.c
268
lenthis) <= LINE_LEN) {
usr.bin/finger/lprint.c
302
if ((uintptr_t)sb.st_size <= LINE_LEN - strlen(header) - 5) {
usr.sbin/ppp/auth.c
127
char *vector[6], buff[LINE_LEN];
usr.sbin/ppp/auth.c
172
char *vector[5], buff[LINE_LEN];
usr.sbin/ppp/auth.c
255
char *vector[5], buff[LINE_LEN];
usr.sbin/ppp/auth.c
308
static char buff[LINE_LEN]; /* vector[] will point here when returned */
usr.sbin/ppp/chat.h
45
char script[LINE_LEN]; /* Our arg buffer */
usr.sbin/ppp/chat.h
50
char exp[LINE_LEN]; /* Our translated current argument */
usr.sbin/ppp/chat.h
55
char buf[LINE_LEN*2]; /* Our input */
usr.sbin/ppp/command.c
1108
char buff2[LINE_LEN-offset];
usr.sbin/ppp/command.c
1115
strncpy(buff, buff2, LINE_LEN - offset - 1);
usr.sbin/ppp/command.c
1116
buff[LINE_LEN - offset - 1] = '\0';
usr.sbin/ppp/command.c
1164
char buf[LINE_LEN];
usr.sbin/ppp/command.c
1465
char *ptr, name[LINE_LEN + 12];
usr.sbin/ppp/command.c
2592
char namelist[LINE_LEN];
usr.sbin/ppp/command.c
278
char namelist[LINE_LEN];
usr.sbin/ppp/command.c
3168
static char title[LINE_LEN];
usr.sbin/ppp/command.c
359
char buf[LINE_LEN];
usr.sbin/ppp/iplist.h
42
char src[LINE_LEN];
usr.sbin/ppp/nat_cmd.c
393
char cmd[LINE_LEN];
usr.sbin/ppp/physical.h
109
char devlist[LINE_LEN]; /* NUL separated list of devices */
usr.sbin/ppp/prompt.c
189
char linebuff[LINE_LEN];
usr.sbin/ppp/prompt.c
393
char nfmt[LINE_LEN];
usr.sbin/ppp/systems.c
344
char line[LINE_LEN];
usr.sbin/ppp/systems.c
351
char arg[LINE_LEN];
usr.sbin/ppp/systems.c
378
switch (DecodeCtrlCommand(cp+1, arg, LINE_LEN)) {