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

/freebsd-11-stable/usr.sbin/ppp/
H A Dchat.h46 char script[LINE_LEN]; /* Our arg buffer */
51 char exp[LINE_LEN]; /* Our translated current argument */
56 char buf[LINE_LEN*2]; /* Our input */
H A Diplist.h43 char src[LINE_LEN];
H A Ddefs.h59 #define LINE_LEN SCRIPT_LEN /* Size of lines */ macro
H A Dsystems.c81 endto = to + LINE_LEN - 1;
324 char line[LINE_LEN];
331 char arg[LINE_LEN];
H A Dauth.c170 char *vector[6], buff[LINE_LEN];
215 char *vector[5], buff[LINE_LEN];
298 char *vector[5], buff[LINE_LEN];
351 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.c192 char linebuff[LINE_LEN];
397 char nfmt[LINE_LEN];
H A Dcommand.c287 char namelist[LINE_LEN];
368 char buf[LINE_LEN];
1142 char buff2[LINE_LEN-offset];
1145 strncpy(buff, buff2, LINE_LEN - offset - 1);
1146 buff[LINE_LEN - offset - 1] = '\0';
1194 char buf[LINE_LEN];
1495 char *ptr, name[LINE_LEN + 12];
2688 char namelist[LINE_LEN];
3315 static char title[LINE_LEN];
H A Dnat_cmd.c396 char cmd[LINE_LEN];
/freebsd-11-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 214 milliseconds