/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | deflt.c | 55 #define BUFFERSIZE 1024 macro 70 lfree(thr_data->buf, BUFFERSIZE); in free_thr_data() 169 (thr_data->buf = lmalloc(BUFFERSIZE)) == NULL) { in defopen_common() 237 while (fgets(thr_data->buf, BUFFERSIZE, thr_data->fp)) { in defread_r() 348 lfree(thr_data->buf, BUFFERSIZE); in defclose_r()
|
/titanic_44/usr/src/lib/libsldap/common/ |
H A D | ns_cache_door.h | 108 #define BUFFERSIZE 8192 macro 117 char config[BUFFERSIZE - OFFSET]; /* V1 Config */
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | mode.c | 196 #ifdef BUFFERSIZE in main() 197 n = BUFFERSIZE; in main()
|
/titanic_44/usr/src/cmd/sh/ |
H A D | mode.h | 93 #define BUFFERSIZE 128 macro 106 unsigned char fbuf[BUFFERSIZE];
|
H A D | io.c | 52 f->fsiz = ((flags & oneflg) == 0 ? BUFFERSIZE : 1); in initf()
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_mode.h | 33 #define BUFFERSIZE 8192 macro
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_mode.h | 12 #define BUFFERSIZE 8192 macro
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_mode.h | 12 #define BUFFERSIZE 8192 macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_mode.h | 33 #define BUFFERSIZE 8192 macro
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_mode.h | 12 #define BUFFERSIZE 8192 macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_mode.h | 33 #define BUFFERSIZE 8192 macro
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_mode.h | 12 #define BUFFERSIZE 8192 macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_mode.h | 33 #define BUFFERSIZE 8192 macro
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | mode | 12 #define BUFFERSIZE 8192
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | mode | 12 #define BUFFERSIZE 8192
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | mode | 12 #define BUFFERSIZE 8192
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | mode | 12 #define BUFFERSIZE 8192
|
/titanic_44/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.h | 50 char space[BUFFERSIZE];
|
/titanic_44/usr/src/cmd/cmd-crypto/decrypt/ |
H A D | decrypt.c | 83 #define BUFFERSIZE (1024 * 64) macro 1055 CK_BYTE databuf[BUFFERSIZE]; in crypt_multipart() 1056 CK_BYTE outbuf[BUFFERSIZE+BLOCKSIZE]; in crypt_multipart() 1146 if (insize <= BUFFERSIZE) in crypt_multipart()
|
/titanic_44/usr/src/cmd/cmd-crypto/digest/ |
H A D | digest.c | 58 #define BUFFERSIZE (1024 * 64) macro 93 static CK_BYTE buf[BUFFERSIZE];
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 109 #define BUFFERSIZE 512 macro 110 static char buffer[BUFFERSIZE]; 814 (void) vsnprintf(buffer, BUFFERSIZE, fmt, ap); in bop_printf()
|