HomeSort by: relevance | last modified time | path
    Searched refs:LINESIZE (Results 1 - 20 of 20) sorted by relevancy

  /src/usr.bin/mail/
support.c 207 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, 0) < 0
    [all...]
head.c 230 * XXX - line[], pbuf[], and word[] must be LINESIZE in length or
238 char word[LINESIZE];
270 char parbuf[LINESIZE];
collect.c 372 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) {
format.c 433 char nbuf[LINESIZE];
780 char headline[LINESIZE];
781 char pbuf[LINESIZE];
868 char nbuf[LINESIZE];
998 fmtsize = LINESIZE;
1048 bufsize = LINESIZE;
fio.c 188 char linebuf[LINESIZE];
197 (void)snprintf(linebuf, LINESIZE, "%s/mail.XXXXXX", tmpdir);
226 if (fgets(linebuf, LINESIZE, ibuf) == NULL) {
320 readline(FILE *ibuf, char *linebuf, int linesize, int no_restart)
335 if (fgets(linebuf, linesize, ibuf) == NULL)
list.c 100 char linebuf[LINESIZE];
498 char errbuf[LINESIZE];
580 char errbuf[LINESIZE];
724 char headline[LINESIZE];
1358 static char temparg[LINESIZE];
mime_header.c 97 char decword[LINESIZE];
98 char from_cs[LINESIZE];
lex.c 885 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) {
complete.c 782 static char last_line[LINESIZE];
813 char line[LINESIZE];
993 static char word[LINESIZE];
1028 static char word[LINESIZE];
def.h 76 #define LINESIZE BUFSIZ /* max readable line width */
tty.c 92 char canonb[LINESIZE];
cmd3.c 91 char bangbuf[LINESIZE];
146 char cmd[LINESIZE];
687 char varbuf[LINESIZE];
cmd1.c 500 char buffer[LINESIZE];
mime_decode.c 1124 char linebuf[LINESIZE];
1130 char decbuf[LINESIZE];
names.c 137 char nbuf[LINESIZE];
send.c 125 char line[LINESIZE];
  /src/usr.bin/last/
last.c 133 " [-H hostsize] [-h host] [-L linesize]\n"
151 int linesize = UT_LINESIZE; local in function:main
192 linesize = atoi(optarg);
193 if (linesize < 1)
253 wtmpx(file, namesize, linesize, hostsize, numeric);
255 wtmp(file, namesize, linesize, hostsize, numeric);
257 wtmpx(file, namesize, linesize, hostsize, numeric);
259 wtmp(file, namesize, linesize, hostsize, numeric);
378 #define LINESIZE UT_LINESIZE
385 #undef LINESIZE
    [all...]
want.c 212 if (!strncmp(T->tty, linep, LINESIZE))
293 if (!strncmp(step->name, bp->ut_line, LINESIZE))
  /src/usr.bin/fsplit/
fsplit.c 335 #define LINESIZE 80
337 char line[LINESIZE], *iptr = line;
  /src/games/cribbage/
io.c 54 #define LINESIZE 128
67 static char linebuf[LINESIZE];
550 if (pos >= LINESIZE - 1 || !(isprint(c) || c == ' '))

Completed in 848 milliseconds