Symbol: LINE_LEN
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 (sb.st_size <= (off_t)(LINE_LEN - strlen(header) - 5)) {
usr.sbin/ppp/auth.c
174
char *vector[6], buff[LINE_LEN];
usr.sbin/ppp/auth.c
219
char *vector[5], buff[LINE_LEN];
usr.sbin/ppp/auth.c
302
char *vector[5], buff[LINE_LEN];
usr.sbin/ppp/auth.c
355
static char buff[LINE_LEN]; /* vector[] will point here when returned */
usr.sbin/ppp/chat.h
46
char script[LINE_LEN]; /* Our arg buffer */
usr.sbin/ppp/chat.h
51
char exp[LINE_LEN]; /* Our translated current argument */
usr.sbin/ppp/chat.h
56
char buf[LINE_LEN*2]; /* Our input */
usr.sbin/ppp/command.c
1144
char buff2[LINE_LEN-offset];
usr.sbin/ppp/command.c
1147
strncpy(buff, buff2, LINE_LEN - offset - 1);
usr.sbin/ppp/command.c
1148
buff[LINE_LEN - offset - 1] = '\0';
usr.sbin/ppp/command.c
1196
char buf[LINE_LEN];
usr.sbin/ppp/command.c
1497
char *ptr, name[LINE_LEN + 12];
usr.sbin/ppp/command.c
2695
char namelist[LINE_LEN];
usr.sbin/ppp/command.c
285
char namelist[LINE_LEN];
usr.sbin/ppp/command.c
3322
static char title[LINE_LEN];
usr.sbin/ppp/command.c
366
char buf[LINE_LEN];
usr.sbin/ppp/iplist.h
41
char src[LINE_LEN];
usr.sbin/ppp/nat_cmd.c
394
char cmd[LINE_LEN];
usr.sbin/ppp/physical.h
110
char devlist[LINE_LEN]; /* NUL separated list of devices */
usr.sbin/ppp/prompt.c
190
char linebuff[LINE_LEN];
usr.sbin/ppp/prompt.c
395
char nfmt[LINE_LEN];
usr.sbin/ppp/systems.c
322
char line[LINE_LEN];
usr.sbin/ppp/systems.c
329
char arg[LINE_LEN];
usr.sbin/ppp/systems.c
79
endto = to + LINE_LEN - 1;