Searched refs:LSIZE (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/line/
H A Dline.c41 #define LSIZE LINE_MAX /* POSIX.2 */ macro
53 char line[LSIZE];
58 linend = line + LSIZE;
62 (void) write(1, line, LSIZE);
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Dcmdexec.c41 #define LSIZE 256 macro
52 char line[LSIZE],
97 while (fgets(line, LSIZE, fp)) {
/illumos-gate/usr/src/cmd/tbl/
H A Dtv.c104 fprintf(tabout, "\\s\\n(%d",LSIZE);
106 fprintf(tabout, "\\v'-\\n(%dp/6u'", LSIZE);
125 fprintf(tabout, "\\v'\\n(%dp/6u'", LSIZE);
H A Dt3.c56 printf(".nr %d \\n(.s\n", LSIZE);
89 printf(".nr %d %s\n", LSIZE, nb);
H A Dt..c85 # define LSIZE 33 macro
H A Dtu.c128 fprintf(tabout, "\\s\\n(%d",LSIZE);
130 fprintf(tabout, "\\v'-\\n(%dp/6u'", LSIZE);
145 fprintf(tabout, "\\v'\\n(%dp/6u'", LSIZE);
/illumos-gate/usr/src/cmd/valtools/
H A Dckitem.c60 #define LSIZE 1024 macro
130 char temp[LSIZE * MB_LEN_MAX];
134 wchar_t wline[LSIZE], wtemp[LSIZE];
263 while (fgetws(wline, LSIZE, fp)) {
/illumos-gate/usr/src/cmd/mail/
H A Dgoback.c78 for (fgets(line, LSIZE, tmpf);
114 fgets(line, LSIZE, tmpf);
H A Dinit.c186 char line[LSIZE]; /* holds a line of a letter in many places */
H A Dcopylet.c75 char buf[LSIZE], lastc;
76 char wbuf[LSIZE];
H A Dmail.h181 #define LSIZE (2*BUFSIZ) /* maximum size of a line */ macro
407 extern char line[LSIZE]; /* holds a line of a letter in many places */
H A Dprintmail.c48 char readbuf[LSIZE]; /* holds user's response in interactive mode */
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dinstallf.c47 #define LSIZE 1024 macro
70 char line[LSIZE];
92 while (fgets(line, LSIZE, stdin) != NULL) {
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddockdeps.c47 #define LSIZE 256 macro
312 char *pt, *new, line[LSIZE];
335 if (!fgets(line, LSIZE, fp))
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c54 #define LSIZE 256 macro
356 char line[LSIZE];
368 while (fgets(line, LSIZE, fp)) {
H A Dmain.c198 #define LSIZE 256 /* maximum line size supported in copyright file */ macro
2801 char line[LSIZE];
2811 while (fgets(line, LSIZE, fp))
/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkglist.c59 #define LSIZE 256 macro
119 char temp[LSIZE];
H A Ddstream.c57 #define LSIZE 128 macro
297 char line[LSIZE+1];
437 while (ret = ds_gets(line, LSIZE)) {

Completed in 92 milliseconds