Searched refs:SF_BUFSIZE (Results 1 - 25 of 37) sorted by relevance
12
/ast/src/lib/libast/stdio/ |
H A D | vsprintf.c | 29 return vsnprintf(s, 4 * SF_BUFSIZE, fmt, args);
|
H A D | _stdsprnt.c | 35 v = s ? sfvsprintf(s, SF_BUFSIZE, fmt, args) : -1;
|
H A D | setvbuf.c | 43 size = SF_BUFSIZE;
|
/ast/src/cmd/tests/sfio/ |
H A D | ttmp.c | 64 if (!(f = sftmp(SF_BUFSIZE))) 75 if ((pos = sfseek(f, (Sfoff_t)SF_BUFSIZE, SEEK_CUR)) != (nxt + SF_BUFSIZE)) 77 SF_BUFSIZE, sizeof(nxt), nxt, sizeof(nxt), nxt + SF_BUFSIZE);
|
H A D | tseek.c | 45 char zero[SF_BUFSIZE*2]; 46 char buf[SF_BUFSIZE], little[512];
|
/ast/src/lib/libcmd/ |
H A D | revlib.c | 29 #define BUFSIZE SF_BUFSIZE 44 Sfio_t *tmp = sftmp(4*SF_BUFSIZE);
|
H A D | tail.c | 175 if ((offset = last - SF_BUFSIZE) < first) 206 register size_t a = 2 * SF_BUFSIZE; 316 op = (flags & REVERSE) ? sftmp(4*SF_BUFSIZE) : sfstdout; 771 op = (flags & REVERSE) ? sftmp(4*SF_BUFSIZE) : sfstdout;
|
H A D | rm.c | 97 char buf[SF_BUFSIZE];/* clobber buffer */
|
/ast/src/cmd/ksh93/include/ |
H A D | io.h | 31 # define IOBSIZE (SF_BUFSIZE*sizeof(char*))
|
/ast/src/lib/libast/disc/ |
H A D | sfdcseekable.c | 113 char buf[SF_BUFSIZE]; 215 sk->shadow = sftmp(SF_BUFSIZE);
|
/ast/src/cmd/re/ |
H A D | sed0.c | 86 word e = t->e - t->s + (n/SF_BUFSIZE+1)*SF_BUFSIZE;
|
H A D | grep.c | 451 len = roundof(len, SF_BUFSIZE); 475 len = roundof(len, SF_BUFSIZE);
|
/ast/src/lib/libz/ |
H A D | sfdcgzip.c | 318 sfsetbuf(sp, NiL, SF_BUFSIZE); 321 sfsetbuf(sp, NiL, SF_BUFSIZE);
|
/ast/src/lib/libbz/ |
H A D | sfdcbzip.c | 216 sfsetbuf(sp, NiL, SF_BUFSIZE);
|
/ast/src/lib/libcodex/ |
H A D | code-iconv.c | 37 char buf[SF_BUFSIZE];
|
H A D | code-qp.c | 33 #define BUFFER SF_BUFSIZE
|
H A D | code-uu.c | 68 unsigned char buf[SF_BUFSIZE];
|
/ast/src/cmd/pax/ |
H A D | paxlib.h | 202 char buf[SF_BUFSIZE];/* file io buffer */
|
/ast/src/cmd/codexlib/lzd/ |
H A D | lzd.c | 35 unsigned char buf[SF_BUFSIZE];
|
/ast/src/lib/libuu/ |
H A D | uulib.c | 965 char buf[SF_BUFSIZE]; 970 if (ic > SF_BUFSIZE) 971 ic = SF_BUFSIZE; 972 if (n > SF_BUFSIZE) 973 n = SF_BUFSIZE;
|
/ast/src/lib/libast/misc/ |
H A D | magic.c | 158 char fbuf[SF_BUFSIZE + 1]; /* file data */ \ 159 char xbuf[SF_BUFSIZE + 1]; /* indirect file data */ \ 298 n = (off / (SF_BUFSIZE / 2)) * (SF_BUFSIZE / 2); 1323 if (mp->fbsz < SF_BUFSIZE && 1327 mp->fbsz >= SF_BUFSIZE && 1377 (mp->fbsz < SF_BUFSIZE && mp->identifier[ID_MAM1] == mp->identifier[ID_MAM2] || 1378 mp->fbsz >= SF_BUFSIZE && mp->identifier[ID_MAM1] >= mp->identifier[ID_MAM2]))
|
/ast/src/cmd/builtin/ |
H A D | pty.c | 588 a = roundof(bp->max - bp->buf + n, SF_BUFSIZE); 729 !(master->buf = vmnewof(vm, 0, char, 2 * SF_BUFSIZE, 0))) 736 master->max = master->buf + 2 * SF_BUFSIZE - 1;
|
/ast/src/cmd/ksh93/sh/ |
H A D | parse.c | 45 #define HERE_MEM SF_BUFSIZE /* size of here-docs kept in memory */
|
/ast/src/cmd/kshlib/cmdtst/ |
H A D | grep.c | 530 len = roundof(len, SF_BUFSIZE); 557 len = roundof(len, SF_BUFSIZE);
|
/ast/src/lib/libast/include/ |
H A D | sfio.h | 188 #define SF_BUFSIZE 8192 /* default buffer size */ macro
|
Completed in 72 milliseconds
12