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

/freebsd-10-stable/usr.sbin/ppp/
H A Dchat.h44 char script[LINE_LEN]; /* Our arg buffer */
49 char exp[LINE_LEN]; /* Our translated current argument */
54 char buf[LINE_LEN*2]; /* Our input */
H A Diplist.h41 char src[LINE_LEN];
H A Ddefs.h57 #define LINE_LEN SCRIPT_LEN /* Size of lines */ macro
H A Dsystems.c79 endto = to + LINE_LEN - 1;
322 char line[LINE_LEN];
329 char arg[LINE_LEN];
H A Dauth.c168 char *vector[6], buff[LINE_LEN];
213 char *vector[5], buff[LINE_LEN];
296 char *vector[5], buff[LINE_LEN];
349 static char buff[LINE_LEN]; /* vector[] will point here when returned */
H A Dphysical.h112 char devlist[LINE_LEN]; /* NUL separated list of devices */
H A Dprompt.c190 char linebuff[LINE_LEN];
395 char nfmt[LINE_LEN];
H A Dcommand.c285 char namelist[LINE_LEN];
366 char buf[LINE_LEN];
1140 char buff2[LINE_LEN-offset];
1143 strncpy(buff, buff2, LINE_LEN - offset - 1);
1144 buff[LINE_LEN - offset - 1] = '\0';
1192 char buf[LINE_LEN];
1493 char *ptr, name[LINE_LEN + 12];
2686 char namelist[LINE_LEN];
3313 static char title[LINE_LEN];
H A Dnat_cmd.c394 char cmd[LINE_LEN];
/freebsd-10-stable/usr.bin/finger/
H A Dlprint.c60 #define LINE_LEN 80 macro
223 if (LINE_LEN < (cpr + 6 + strlen(w->host)))
275 lenthis) <= LINE_LEN) {
309 if (sb.st_size <= (off_t)(LINE_LEN - strlen(header) - 5)) {

Completed in 94 milliseconds