Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.chargend/
H A Din.chargend.c44 #define LINESIZE 72 macro
68 char text[LINESIZE+2]; in chargen_stream()
81 i = MIN(LINESIZE, endring - rp); in chargen_stream()
86 if (i < LINESIZE) { in chargen_stream()
87 i = LINESIZE - i; in chargen_stream()
107 char text[LINESIZE+2]; in chargen_dg()
115 i = MIN(LINESIZE, endring - rp); in chargen_dg()
119 if (i < LINESIZE) { in chargen_dg()
125 text[LINESIZE - 2] = '\r'; in chargen_dg()
126 text[LINESIZE - 1] = '\n'; in chargen_dg()
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dexportent.c42 #define LINESIZE 4096 macro
94 line = (char *)malloc(LINESIZE + 1); in getexportent()
96 if (fgets(line, LINESIZE, f) == NULL) { in getexportent()
124 char buf[LINESIZE]; in remexportent()
219 tokenbuf = (char *)malloc(LINESIZE); in getexportopt()
/titanic_41/usr/src/cmd/mailx/
H A Daux.c147 char linebuf[LINESIZE]; in hfield()
175 char line2[LINESIZE]; in gethfield()
211 (unsigned)LINESIZE-2) in gethfield()
220 nstrcpy(cp, LINESIZE - (cp - linebuf), cp2); in gethfield()
434 char nbuf[LINESIZE]; in phrase()
439 if (strlen(name) >= (unsigned)LINESIZE) in phrase()
595 char namebuf[LINESIZE]; in nameof()
596 char linebuf[LINESIZE]; in nameof()
614 cp2-namebuf < LINESIZE-1; *cp2++ = *cp++) in nameof()
666 char buf[LINESIZE]; in splice()
H A Dreceipt.c55 char head[LINESIZE]; in receipt()
99 char buf[LINESIZE]; in icsubstr()
H A Dtty.c59 static char canonb[LINESIZE]; /* canonical buffer for input */
189 if (src != NOSTR && (int)strlen(src) > LINESIZE - 2) { in readtty()
565 char ch, canonb[LINESIZE]; in readtty()
571 if (src != NOSTR && strlen(src) > LINESIZE - 2) { in readtty()
596 while (cp2 < canonb + LINESIZE) in readtty()
605 while (cp2 < canonb + LINESIZE) { in readtty()
H A Dlex.c296 char linebuf[LINESIZE]; in commands()
297 char line[LINESIZE]; in commands()
416 if (n > LINESIZE - (int)strlen(linebuf) - 1) in commands()
420 n = LINESIZE - strlen(linebuf) - 1; in commands()
453 char word[LINESIZE]; in execute()
H A Dfio.c67 char linebuf[LINESIZE]; in setptr()
255 char word[LINESIZE]; in setptr()
332 char line[LINESIZE]; in setclen()
415 if (cp - linebuf < LINESIZE-2) in readline()
H A Dcmd1.c216 char headline[LINESIZE], *subjline, dispc, curind; in printhead()
218 char pbuf[LINESIZE]; in printhead()
219 char name[LINESIZE]; in printhead()
H A Dcollect.c100 char linebuf[LINESIZE+1], *cp; in collect()
243 if ((nread = getaline(linebuf,LINESIZE,stdin,&hasnulls)) == NULL) { in collect()
283 char line2[LINESIZE]; in collect()
295 (unsigned)LINESIZE-2) in collect()
846 char hdr[LINESIZE]; in mesedit()
1257 char name[LINESIZE]; in addto()
H A Dtranslate.c46 char line[LINESIZE]; in translate()
H A Dsend.c75 char line[LINESIZE], field[BUFSIZ]; in msend()
95 nread = getaline(line, LINESIZE, ibuf, &unused); in msend()
H A Dlist.c442 char linebuf[LINESIZE], quotec; in getrawlist()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h71 #define LINESIZE BUFSIZ macro
124 char pathname[LINESIZE];
125 char target[LINESIZE];
H A Dexpand.c73 char pathbuf[LINESIZE];
132 char buf[LINESIZE];
345 char restbuf[LINESIZE + 2];
/titanic_41/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c55 #define LINESIZE 1024 macro
77 static char clnt_entry[LINESIZE]; in bootparamproc_whoami_1()
163 static char clnt_entry[LINESIZE]; in bootparamproc_getfile_1()
166 char filekey[LINESIZE]; in bootparamproc_getfile_1()
/titanic_41/usr/src/cmd/krb5/kadmin/dbutil/
H A Dovload.c37 #define LINESIZE 32768 /* XXX */ macro
136 char line[LINESIZE];
138 if (fgets(line, LINESIZE, filep) == (char *) NULL) {
/titanic_41/usr/src/cmd/ucodeadm/
H A Ducodeadm.c119 #define LINESIZE 120 /* copyright line sometimes is longer than 80 */ macro
146 char linebuf[LINESIZE]; in ucode_convert_intel()
157 while (fgets(linebuf, LINESIZE, infd)) { in ucode_convert_intel()
/titanic_41/usr/src/cmd/sgs/lex/common/
H A Dldefs.h157 #define LINESIZE 110 macro
H A Dsub2.c403 if (charc > LINESIZE/4) { in cgoto()
775 if (charc > LINESIZE) { in stprt()
885 if (charc > LINESIZE) { in pccl()
896 if (charc > LINESIZE) { in pccl()
H A Dsub1.c875 if (charc > LINESIZE) { in strpt()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h85 #define LINESIZE 5120 /* max readable line width */ macro
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c2770 #define LINESIZE 1000 macro
2787 char line[LINESIZE];
2788 while( fgets(line,LINESIZE,in) && (line[0]!='%' || line[1]!='%') ){
3164 char line[LINESIZE];
3559 char line[LINESIZE];
3560 char pattern[LINESIZE];
3567 for(i=1; i<lemp->nterminal && fgets(line,LINESIZE,in); i++){
/titanic_41/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c100 #define LINESIZE 100 macro
3059 char defval[LINESIZE]; in _read_nsw_file()