Searched refs:LINESIZE (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dsupport.c207 char line2[LINESIZE];
214 if ((c = readline(f, linebuf, LINESIZE, 0)) <= 0)
237 if ((c = readline(f, line2, LINESIZE, 0)) < 0)
242 if (cp + c >= linebuf + LINESIZE - 2)
262 char linebuf[LINESIZE];
276 if (readline(ibuf, linebuf, LINESIZE, 0) < 0)
283 char linebuf2[LINESIZE];
459 char nbuf[LINESIZE];
562 char namebuf[LINESIZE];
563 char linebuf[LINESIZE];
[all...]
H A Dhead.c189 * XXX - line[], pbuf[], and word[] must be LINESIZE in length or
197 char word[LINESIZE];
229 char parbuf[LINESIZE];
H A Dcollect.c366 char linebuf[LINESIZE];
452 c = readline(stdin, linebuf, LINESIZE, reset_on_stop);
467 longline = c == LINESIZE - 1;
671 while ((rc = readline(fbuf, linebuf, LINESIZE, 0)) >= 0) {
672 if (rc != LINESIZE-1) lc++;
674 rc != LINESIZE-1)) < 0) {
H A Dformat.c440 char nbuf[LINESIZE];
787 char headline[LINESIZE];
788 char pbuf[LINESIZE];
875 char nbuf[LINESIZE];
1005 fmtsize = LINESIZE;
1055 bufsize = LINESIZE;
H A Dfio.c181 char linebuf[LINESIZE];
190 (void)snprintf(linebuf, LINESIZE, "%s/mail.XXXXXX", tmpdir);
219 if (fgets(linebuf, LINESIZE, ibuf) == NULL) {
H A Dlist.c100 char linebuf[LINESIZE];
498 char errbuf[LINESIZE];
580 char errbuf[LINESIZE];
724 char headline[LINESIZE];
1358 static char temparg[LINESIZE];
H A Dlex.c846 char linebuf[LINESIZE];
911 if (readline(input, &linebuf[n], LINESIZE - n, 0) < 0) {
918 if (readline(input, &linebuf[n], LINESIZE - n, reset_on_stop) < 0) {
H A Dmime_header.c159 char decword[LINESIZE];
160 char from_cs[LINESIZE];
H A Dcomplete.c771 static char last_line[LINESIZE];
802 char line[LINESIZE];
982 static char word[LINESIZE];
1017 static char word[LINESIZE];
H A Ddef.h76 #define LINESIZE BUFSIZ /* max readable line width */ macro
H A Dtty.c92 char canonb[LINESIZE];
H A Dcmd3.c91 char bangbuf[LINESIZE];
146 char cmd[LINESIZE];
687 char varbuf[LINESIZE];
H A Dcmd1.c498 char buffer[LINESIZE];
H A Dmime_decode.c1124 char linebuf[LINESIZE];
1130 char decbuf[LINESIZE];
H A Dnames.c137 char nbuf[LINESIZE];
H A Dsend.c125 char line[LINESIZE];
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dreader.c11 /* Note that if a line exceeds LINESIZE characters, the line buffer */
14 #define LINESIZE 100 macro
85 if (line == 0 || linesize != (LINESIZE + 1))
89 linesize = LINESIZE + 1;
106 linesize += LINESIZE;
/netbsd-6-1-5-RELEASE/usr.bin/last/
H A Dlast.c378 #define LINESIZE UT_LINESIZE macro
385 #undef LINESIZE macro
400 #define LINESIZE UTX_LINESIZE macro
H A Dwant.c212 if (!strncmp(T->tty, linep, LINESIZE))
293 if (!strncmp(step->name, bp->ut_line, LINESIZE))
/netbsd-6-1-5-RELEASE/usr.bin/fsplit/
H A Dfsplit.c334 #define LINESIZE 80 macro
336 char line[LINESIZE], *iptr = line;
/netbsd-6-1-5-RELEASE/games/cribbage/
H A Dio.c54 #define LINESIZE 128 macro
67 static char linebuf[LINESIZE];
550 if (sp >= &linebuf[LINESIZE - 1] || !(isprint(c) || c == ' '))

Completed in 140 milliseconds