/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.chargend/ |
H A D | in.chargend.c | 44 #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 D | exportent.c | 42 #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 D | aux.c | 147 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 D | receipt.c | 55 char head[LINESIZE]; in receipt() 99 char buf[LINESIZE]; in icsubstr()
|
H A D | tty.c | 59 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 D | lex.c | 296 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 D | fio.c | 67 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 D | cmd1.c | 216 char headline[LINESIZE], *subjline, dispc, curind; in printhead() 218 char pbuf[LINESIZE]; in printhead() 219 char name[LINESIZE]; in printhead()
|
H A D | collect.c | 100 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 D | translate.c | 46 char line[LINESIZE]; in translate()
|
H A D | send.c | 75 char line[LINESIZE], field[BUFSIZ]; in msend() 95 nread = getaline(line, LINESIZE, ibuf, &unused); in msend()
|
H A D | list.c | 442 char linebuf[LINESIZE], quotec; in getrawlist()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | defs.h | 71 #define LINESIZE BUFSIZ macro 124 char pathname[LINESIZE]; 125 char target[LINESIZE];
|
H A D | expand.c | 73 char pathbuf[LINESIZE]; 132 char buf[LINESIZE]; 345 char restbuf[LINESIZE + 2];
|
/titanic_41/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_subr.c | 55 #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 D | ovload.c | 37 #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 D | ucodeadm.c | 119 #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 D | ldefs.h | 157 #define LINESIZE 110 macro
|
H A D | sub2.c | 403 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 D | sub1.c | 875 if (charc > LINESIZE) { in strpt()
|
/titanic_41/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 85 #define LINESIZE 5120 /* max readable line width */ macro
|
/titanic_41/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 2770 #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 D | netdir_inet.c | 100 #define LINESIZE 100 macro 3059 char defval[LINESIZE]; in _read_nsw_file()
|