/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | ast.c | 29 #define CHUNK 1024 macro 54 siz = CHUNK; in sfgetr() 66 siz += CHUNK; in sfgetr() 69 s = buf + (siz - CHUNK); in sfgetr()
|
/titanic_51/usr/src/cmd/fs.d/ufs/quotaon/ |
H A D | quotaon.c | 72 #define CHUNK 50 macro 114 if ((listbuf = (char **)malloc(sizeof (char *) * CHUNK)) == NULL) { in main() 118 listmax = CHUNK; in main() 182 listmax += CHUNK; in main()
|
/titanic_51/usr/src/cmd/fs.d/ufs/repquota/ |
H A D | repquota.c | 90 #define CHUNK 50 macro 111 if ((listbuf = malloc(sizeof (char *) * CHUNK)) == NULL) { in main() 115 listmax = CHUNK; in main() 186 listmax += CHUNK; in main()
|
/titanic_51/usr/src/lib/pam_modules/authtok_check/ |
H A D | packer.c | 135 #define CHUNK 10000 in insert_word() macro 139 off_size += CHUNK; in insert_word()
|
/titanic_51/usr/src/cmd/sgs/ar/common/ |
H A D | inc.h | 55 #define CHUNK 500 macro
|
H A D | file.c | 412 if ((buffer = (ARFILE *) calloc(CHUNK, sizeof (ARFILE))) in newfile() 419 count = CHUNK; in newfile()
|
/titanic_51/usr/src/lib/libpkg/common/ |
H A D | verify.c | 56 #define CHUNK 1024*1024 macro 262 uint32_t buf[CHUNK/4]; /* to read CHUNK bytes */ in compute_checksum() 292 * Read CHUNK bytes off the file at a time; Read size of long bytes in compute_checksum() 298 (sbuf.st_size < CHUNK) ? sbuf.st_size : CHUNK)) > 0) { in compute_checksum()
|
/titanic_51/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 113 #define CHUNK 50 macro 131 if ((listbuf = (char **)malloc(sizeof (char *) * CHUNK)) == NULL) { in main() 135 listmax = CHUNK; in main() 210 listmax += CHUNK; in main()
|
/titanic_51/usr/src/cmd/sa/ |
H A D | sadp.c | 85 #define CHUNK 16 macro 88 #define CHPERCYL (int)(PHYS_CYL/CHUNK) /* 89 * the number of CHUNK cylinder 480 * Determine the number of CHUNK cylinder chunks on the disk. 1043 printf("\n \t\t\tCylinder number, granularity=%d", CHUNK); in cylftr() 1053 i += (chunk_mult * CHUNK), col += chunk_mult, significant = 0) { in cylftr() 1069 if (i > CHUNK) { in cylftr() 1072 if (i > (3 * CHUNK)) { in cylftr()
|
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_import.c | 254 #define CHUNK 10 macro 312 a->listsz += CHUNK; in i_getln_to_argv()
|
/titanic_51/usr/src/lib/libast/common/disc/ |
H A D | sfdcdos.c | 31 #define CHUNK 1024 macro 217 if(dp->maptable && dp->lmax > dp->maptable[dp->maptop-1].logical+CHUNK)
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/disc/ |
H A D | sfdcdos.c | 31 #define CHUNK 1024 macro 217 if(dp->maptable && dp->lmax > dp->maptable[dp->maptop-1].logical+CHUNK)
|
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | mamake.c | 121 #define CHUNK 1024 macro 245 char input[8*CHUNK]; /* input buffer */ 385 else if (!(buf = newof(0, Buf_t, 1, 0)) || !(buf->buf = newof(0, char, CHUNK, 0))) in buffer() 387 buf->end = buf->buf + CHUNK; in buffer() 416 m = (((buf->end - buf->buf) + n + CHUNK + 1) / CHUNK) * CHUNK; in appendn() 654 char buf[CHUNK]; in view()
|
/titanic_51/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 168 #ifndef CHUNK 169 #define CHUNK 1024 macro 171 #define BLOCK (8*CHUNK) 2155 if (n < CHUNK) n = CHUNK; in pppopen() 2374 #if CHUNK >= 512 in pppopen()
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppproto.c | 176 #ifndef CHUNK 177 #define CHUNK 1024 macro 179 #define BLOCK (16*CHUNK) 2205 if (n < CHUNK) n = CHUNK; in pppopen() 2434 #if CHUNK >= 512 in pppopen()
|