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

/netbsd-current/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];
567 char namebuf[LINESIZE];
568 char linebuf[LINESIZE];
579 if (readline(ibuf, linebuf, LINESIZE,
[all...]
H A Dhead.c230 * XXX - line[], pbuf[], and word[] must be LINESIZE in length or
238 char word[LINESIZE];
270 char parbuf[LINESIZE];
H A Dcollect.c372 char linebuf[LINESIZE];
458 c = readline(stdin, linebuf, LINESIZE, reset_on_stop);
473 longline = c == LINESIZE - 1;
677 while ((rc = readline(fbuf, linebuf, LINESIZE, 0)) >= 0) {
678 if (rc != LINESIZE-1) lc++;
680 rc != LINESIZE-1)) < 0) {
H A Dformat.c448 char nbuf[LINESIZE];
795 char headline[LINESIZE];
796 char pbuf[LINESIZE];
883 char nbuf[LINESIZE];
1013 fmtsize = LINESIZE;
1063 bufsize = LINESIZE;
H A Dfio.c188 char linebuf[LINESIZE];
197 (void)snprintf(linebuf, LINESIZE, "%s/mail.XXXXXX", tmpdir);
226 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 Dmime_header.c97 char decword[LINESIZE];
98 char from_cs[LINESIZE];
H A Dlex.c885 char linebuf[LINESIZE];
950 if (readline(input, &linebuf[n], LINESIZE - n, 0) < 0) {
957 if (readline(input, &linebuf[n], LINESIZE - n, reset_on_stop) < 0) {
H A Ddef.h76 #define LINESIZE BUFSIZ /* max readable line width */ macro
H A Dtty.c92 char canonb[LINESIZE];
H A Dcomplete.c782 static char last_line[LINESIZE];
813 char line[LINESIZE];
993 static char word[LINESIZE];
1028 static char word[LINESIZE];
H A Dcmd3.c91 char bangbuf[LINESIZE];
146 char cmd[LINESIZE];
687 char varbuf[LINESIZE];
H A Dcmd1.c500 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-current/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-current/crypto/external/bsd/openssl.old/dist/crypto/pem/
H A Dpem_lib.c711 /* The caller allocated LINESIZE+1, so this is safe. */
717 #define LINESIZE 255 macro
735 linebuf = pem_malloc(LINESIZE + 1, flags);
742 len = BIO_gets(bp, linebuf, LINESIZE);
767 pem_free(linebuf, flags, LINESIZE + 1);
802 linebuf = pem_malloc(LINESIZE + 1, flags);
810 len = BIO_gets(bp, linebuf, LINESIZE);
822 partial_line_read = len == LINESIZE-1 && linebuf[LINESIZE-2] != '\n';
889 pem_free(linebuf, flags, LINESIZE
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_lib.c728 /* The caller allocated LINESIZE+1, so this is safe. */
734 #define LINESIZE 255 macro
753 linebuf = pem_malloc(LINESIZE + 1, flags);
760 len = BIO_gets(bp, linebuf, LINESIZE);
786 pem_free(linebuf, flags, LINESIZE + 1);
821 linebuf = pem_malloc(LINESIZE + 1, flags);
829 len = BIO_gets(bp, linebuf, LINESIZE);
841 partial_line_read = len == LINESIZE-1 && linebuf[LINESIZE-2] != '\n';
908 pem_free(linebuf, flags, LINESIZE
[all...]
/netbsd-current/usr.bin/fsplit/
H A Dfsplit.c335 #define LINESIZE 80 macro
337 char line[LINESIZE], *iptr = line;
/netbsd-current/games/cribbage/
H A Dio.c54 #define LINESIZE 128 macro
67 static char linebuf[LINESIZE];
550 if (pos >= LINESIZE - 1 || !(isprint(c) || c == ' '))
/netbsd-current/external/bsd/byacc/dist/
H A Dreader.c12 /* Note that if a line exceeds LINESIZE characters, the line buffer */
15 #define LINESIZE 100 macro
287 if (line == NULL || linesize != (LINESIZE + 1))
291 linesize = LINESIZE + 1;
305 linesize += LINESIZE;

Completed in 372 milliseconds