Searched refs:BUFLEN (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/demos/maurice/
H A Dexample4.c18 #define BUFLEN 512 macro
46 char buf[BUFLEN];
47 char ebuf[BUFLEN+24];
80 char buf[BUFLEN];
81 char ebuf[BUFLEN+24];
H A Dexample3.c18 #define BUFLEN 512 macro
49 char buf[BUFLEN];
50 char ebuf[BUFLEN + 8];
/macosx-10.10/file_cmds-242/gzip/
H A Dunbzip2.c45 inbuf = malloc(BUFLEN);
47 outbuf = malloc(BUFLEN);
71 n = read(in, inbuf, BUFLEN);
83 bzs.avail_out = BUFLEN;
101 if (!tflag && bzs.avail_out != BUFLEN) {
104 n = write(out, outbuf, BUFLEN - bzs.avail_out);
H A Dgzip.c117 #define BUFLEN (64 * 1024) macro
590 outbufp = malloc(BUFLEN);
591 inbufp = malloc(BUFLEN);
611 i = snprintf(outbufp, BUFLEN, "%c%c%c%c%c%c%c%c%c%c%s",
620 if (i >= BUFLEN)
621 /* this need PATH_MAX > BUFLEN ... */
628 z.avail_out = BUFLEN - i;
641 if (write(out, outbufp, BUFLEN) != BUFLEN) {
647 out_tot += BUFLEN;
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/unix/
H A DjkAudIO_osx.c42 #define BUFLEN (44100*2) macro
43 static short otmp[BUFLEN];
44 static float itmp[BUFLEN];
65 *out++ = (float) (otmp[(A->rpos*A->nChannels + i) % BUFLEN] / 32768.0);
67 *out++ = (float) (otmp[(A->rpos*A->nChannels + i) % BUFLEN] / 32768.0);
70 A->rpos = (A->rpos + numFrames) % (BUFLEN/A->nChannels);
75 if (A->wpos + numFrames < BUFLEN/2) {
79 memcpy(&itmp[A->wpos*2], in, (BUFLEN/2 - A->wpos)*2*sizeof(float));
80 memcpy(itmp, &in[(BUFLEN/2 - A->wpos)*2],
81 (numFrames-(BUFLEN/
[all...]
/macosx-10.10/Security-57031.1.35/Security/tlsnke/tlsnketest/
H A Ddtls_client.c53 #define BUFLEN 128 macro
208 char buffer[BUFLEN];
214 snprintf(buffer, BUFLEN, "Message %d", count);
239 sreadLen=read(tlsfd, buffer, BUFLEN);
253 ortn=SSLRead(ctx, buffer, BUFLEN, &readLen);
/macosx-10.10/postfix-255/postfix/src/util/
H A Dhex_quote.c116 #define BUFLEN 1024 macro
131 VSTRING *raw = vstring_alloc(BUFLEN);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/base/
H A DtkimgIO.c28 #define BUFLEN 4096 macro
32 static char readBuf[BUFLEN];
117 memset(readBuf, 0, BUFLEN);
172 bufEnd = Tcl_Read((Tcl_Channel)handle->data, readBuf, BUFLEN)-1;
176 BUFLEN, bufStart, bufEnd);
189 if (bufStart > BUFLEN)
/macosx-10.10/bind9-45.101/bind9/bin/tests/names/
H A Dt_names.c36 #define BUFLEN 256 macro
340 junk = (unsigned char *)malloc(sizeof(unsigned char) * BUFLEN);
343 isc_buffer_init(binbuf, junk, BUFLEN);
467 unsigned char junk[BUFLEN];
473 isc_buffer_init(&buffer, junk, BUFLEN);
491 unsigned char junk[BUFLEN];
498 isc_buffer_init(&buffer, junk, BUFLEN);
521 unsigned char junk[BUFLEN];
533 isc_buffer_init(&binbuf, &junk[0], BUFLEN);
1409 unsigned char junk1[BUFLEN];
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dlocutil.cpp125 enum { BUFLEN = 128 }; // larger than ever needed enumerator in enum:__anon733
127 if (id.isBogus() || id.length() >= BUFLEN) {
148 char buffer[BUFLEN];
155 id.extract(prev, INT32_MAX, buffer + prev, BUFLEN - prev, US_INV);
159 id.extract(prev, i - prev, buffer + prev, BUFLEN - prev, US_INV);
/macosx-10.10/postfix-255/postfix/src/global/
H A Dxtext.c148 #define BUFLEN 1024 macro
163 VSTRING *unquoted = vstring_alloc(BUFLEN);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/dtlsEcho/
H A DdtlsEchoClient.c51 #define BUFLEN 128 macro
271 char buffer[BUFLEN];
277 snprintf(buffer, BUFLEN, "Message %d", count);
290 ortn=SSLRead(ctx, buffer, BUFLEN, &readLen);
/macosx-10.10/bind9-45.101/bind9/bin/tests/master/
H A Dt_master.c39 #define BUFLEN 255 macro
75 unsigned char name_buf[BUFLEN];
93 isc_buffer_init(&target, name_buf, BUFLEN);
/macosx-10.10/bind9-45.101/bind9/lib/dns/tests/
H A Dmaster_test.c42 #define BUFLEN 255 macro
71 unsigned char name_buf[BUFLEN];
79 isc_buffer_init(&target, name_buf, BUFLEN);
H A Ddbiterator_test.c38 #define BUFLEN 255 macro
50 unsigned char name_buf[BUFLEN];
57 isc_buffer_init(&target, name_buf, BUFLEN);
/macosx-10.10/zlib-55/zlib/
H A Dminigzip.c131 #define BUFLEN 16384 macro
171 local char buf[BUFLEN];
239 local char buf[BUFLEN];
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_xml2enc.c40 #define BUFLEN 8192 macro
112 ctx->bblen = BUFLEN;
358 ctx->bblen = BUFLEN-1;
411 char fixbuf[BUFLEN];
415 bytes = BUFLEN;
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dfakemail.c133 #define BUFLEN 1024
741 char buf[BUFLEN + 1];
774 size = fread (buf, 1, BUFLEN, stdin);
131 #define BUFLEN macro
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c1467 #define BUFLEN 2048 macro
1481 char buffer[BUFLEN];
1498 count = tkimg_Read(&handle, buffer, BUFLEN);
1499 while (count == BUFLEN) {
1501 count = tkimg_Read(&handle, buffer, BUFLEN);
1665 char buffer[BUFLEN];
1694 count = Tcl_Read(inchan, buffer, BUFLEN);
1695 while (count == BUFLEN) {
1697 count = Tcl_Read(inchan, buffer, BUFLEN);
/macosx-10.10/bind9-45.101/bind9/bin/tests/rbt/
H A Dt_rbt.c37 #define BUFLEN 1024 macro
82 static char buf[BUFLEN];
85 isc_buffer_init(&target, buf, BUFLEN);
93 static char buf[BUFLEN];
96 memset(buf, 0, BUFLEN);
97 isc_buffer_init(&target, buf, BUFLEN);
/macosx-10.10/vim-55/src/
H A Dos_unix.c4153 # define BUFLEN 100 /* length for buffer, pseudo tty limit is 128 */
4154 char_u buffer[BUFLEN + 1];
4158 char_u ta_buf[BUFLEN + 1]; /* TypeAHead */
4278 ga_init2(&ga, 1, BUFLEN);
4320 len = ui_inchar(ta_buf, BUFLEN, 10L, 0);
4459 + buffer_off, (size_t)(BUFLEN - buffer_off)
4461 , (size_t)BUFLEN
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dipsec_doi.c4311 #define BUFLEN 512 macro
4315 static char buf[BUFLEN];
4458 if (len > BUFLEN)
4459 len = BUFLEN;
4477 if (len > BUFLEN)
4478 len = BUFLEN;
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c785 #define BUFLEN (sizeof(struct rt_msghdr) + 512) /* 8 * sizeof(struct sockaddr_in6) = 192 */ macro
790 char bytes[BUFLEN];
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dipsec_utils.c2344 #define BUFLEN (sizeof(struct rt_msghdr) + 512) /* 8 * sizeof(struct sockaddr_in6) = 192 */ macro
2407 char buf[BUFLEN];

Completed in 323 milliseconds