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

/freebsd-9.3-release/tools/regression/netinet6/inet6_rth/
H A Dtest_subr.c43 char g_testdesc[LINESIZE];
44 char g_errbuf[LINESIZE];
61 char sbuf[LINESIZE];
63 memset((void *)sbuf, 0, LINESIZE);
64 snprintf(g_testdesc, LINESIZE, desc);
69 len = snprintf(sbuf, LINESIZE, "ok");
73 len = snprintf(sbuf, LINESIZE, "not ok");
74 snprintf(g_errbuf, LINESIZE, " : Expected %#x, but got %#x",
78 snprintf(sbuf + len, LINESIZE - len, " %d - %s (%s)",
85 memset((void *)g_errbuf, 0, LINESIZE);
[all...]
H A Dtest_subr.h31 #define LINESIZE 256 macro
38 extern char g_testdesc[LINESIZE];
39 extern char g_errbuf[LINESIZE];
/freebsd-9.3-release/usr.bin/mail/
H A Dutil.c134 char linebuf[LINESIZE];
142 if (readline(ibuf, linebuf, LINESIZE) < 0)
162 char line2[LINESIZE];
169 if ((c = readline(f, linebuf, LINESIZE)) <= 0)
191 if ((c = readline(f, line2, LINESIZE)) < 0)
197 if (cp + c >= linebuf + LINESIZE - 2)
499 char namebuf[LINESIZE];
500 char linebuf[LINESIZE];
511 if (readline(ibuf, linebuf, LINESIZE) < 0)
520 cp2 < namebuf + LINESIZE
[all...]
H A Dcmd1.c168 char headline[LINESIZE], wcount[LINESIZE], *subjline, dispc, curind;
175 (void)readline(setinput(mp), headline, LINESIZE); local
363 char *valtop, linebuf[LINESIZE];
H A Dcollect.c77 char linebuf[LINESIZE], tempname[PATHSIZE], *cp, getsub;
158 c = readline(stdin, linebuf, LINESIZE);
169 longline = c == LINESIZE - 1;
390 while ((rc = readline(fbuf, linebuf, LINESIZE)) >= 0) {
391 if (rc != LINESIZE - 1)
394 rc != LINESIZE - 1)) < 0) {
H A Ddef.h62 #define LINESIZE BUFSIZ /* max readable line width */ macro
H A Dhead.c96 char word[LINESIZE];
H A Dlex.c203 char linebuf[LINESIZE];
234 if (readline(input, &linebuf[n], LINESIZE - n) < 0) {
279 char word[LINESIZE];
H A Dsend.c60 char *cp, *cp2, line[LINESIZE];
209 c = count < LINESIZE ? count : LINESIZE;
H A Dcmd2.c447 char field[LINESIZE];
H A Dfio.c66 char linebuf[LINESIZE], pathbuf[PATHSIZE];
/freebsd-9.3-release/usr.bin/yacc/
H A Dreader.c49 /* Note that if a line exceeds LINESIZE characters, the line buffer */
52 #define LINESIZE 100 macro
148 if (line == 0 || linesize != (LINESIZE + 1))
151 linesize = LINESIZE + 1;
164 linesize += LINESIZE;

Completed in 129 milliseconds