Searched refs:cbuf (Results 26 - 50 of 92) sorted by relevance

1234

/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Ducbuf.c166 char* cbuf = carr; local
185 inputRead=T_FileStream_read(buf->in,cbuf,cbufSize-offset);
190 cbuf = (char*)uprv_malloc(cbufSize);
191 if (cbuf == NULL) {
195 inputRead= T_FileStream_read(buf->in,cbuf,cbufSize);
218 source = cbuf;
246 pos = (int32_t)(source - cbuf - len);
252 memcpy(preContext,cbuf+start,stop-start);
258 stop = (int32_t)(((pos+CONTEXT_LEN)<= (sourceLimit-cbuf) )? (pos+(CONTEXT_LEN-1)) : (sourceLimit-cbuf));
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dtoken.c302 static char *cbuf; variable
328 if (!(cbuf = new_array(char, MAX_DATA_COUNT))
348 read_buf(f, cbuf, n);
349 rx_strm.next_in = (Bytef *)cbuf;
387 rx_strm.next_in = (Bytef *)cbuf;
388 cbuf[0] = cbuf[1] = 0;
389 cbuf[2] = cbuf[3] = 0xff;
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dspool.c215 static size_t cbuf;
235 if (cwant > cbuf)
238 cbuf = cwant;
213 static size_t cbuf; local
H A Dcusub.c899 CATCH_PROTECT size_t cbuf = 0;
919 cbuf = 0;
963 if (cgot >= cbuf)
967 cbuf += 64;
968 znew = zbufalc (cbuf);
988 if (cgot >= cbuf)
992 ++cbuf;
993 znew = zbufalc (cbuf);
894 CATCH_PROTECT size_t cbuf = 0; local
/macosx-10.9.5/screen-22/screen/
H A Dhelp.c266 char buf[MAXKLEN], Esc_buf[5], cbuf[256]; local
280 sprintf(cbuf,"Screen key bindings, page %d of %d.", helpdata->grow / (flayer->l_height-5) + 1, helpdata->numpages);
281 centerline(cbuf, 0);
303 sprintf(cbuf,"Command key: %s Literal %s: %s", Esc_buf, Esc_buf, buf);
305 sprintf(cbuf,"Command class: '%.80s'", helpdata->class);
306 centerline(cbuf, crow);
348 sprintf(cbuf,"[Press Space %s Return to end.]",
350 centerline(cbuf, flayer->l_height - 2);
574 char cbuf[80]; local
632 sprintf(cbuf,"[Pres
[all...]
/macosx-10.9.5/Security-55471.14.18/tlsnke/tlsnketest/
H A Dtlssocket.c43 uint8_t cbuf[cbuf_len]; local
88 msg.msg_control = cbuf;
145 uint8_t cbuf[cbuf_len]; local
159 msg.msg_control = cbuf;
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_chu.c348 int cbuf[BURST]; /* character buffer */ member in struct:chuunit
1027 up->cbuf[up->ndx] = hexhex & 0xff;
1063 up->burdist += chu_dist(up->cbuf[i], up->cbuf[i + 5]);
1121 sprintf(&tbuf[strlen(tbuf)], "%02x", up->cbuf[i]);
1138 code[2 * i] = hexchar[up->cbuf[i] & 0xf];
1139 code[2 * i + 1] = hexchar[(up->cbuf[i] >>
1186 temp = up->cbuf[i + 4] & 0xf;
1188 temp |= (up->cbuf[i] & 0xf) << 4;
1190 temp = (up->cbuf[
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dfile.c372 if (fp->stream.next_out > fp->cbuf)
374 if (cups_write(fp, (char *)fp->cbuf,
375 fp->stream.next_out - fp->cbuf) < 0)
378 fp->stream.next_out = fp->cbuf;
379 fp->stream.avail_out = sizeof(fp->cbuf);
386 fp->stream.next_out == fp->cbuf;
1234 fp->stream.next_out = fp->cbuf;
1235 fp->stream.avail_out = sizeof(fp->cbuf);
2126 if (fp->stream.avail_out < (int)(sizeof(fp->cbuf) / 8))
2128 if (cups_write(fp, (char *)fp->cbuf, f
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dprotj.c158 size_t cbuf, cgot;
188 cbuf = 20;
189 zbuf = zbufalc (cbuf);
201 if (cgot + 1 >= cbuf)
205 cbuf += 20;
206 znew = zbufalc (cbuf);
154 size_t cbuf, cgot; local
H A Dcu.c209 size_t cbuf));
1551 size_t cbuf;
1655 cbuf = 0;
1681 if (getline (&zbuf, &cbuf, e) <= 0)
1996 size_t cbuf;
2002 cbuf = cbufarg;
2011 /* Loop while we still have characters to send. The value of cbuf
2014 while (cbuf > 0)
2049 znl = memchr (zbuf, '\n', cbuf);
2051 csend = cbuf;
1545 size_t cbuf; local
1989 size_t cbuf; local
[all...]
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dio.h90 rb_io_buffer_t cbuf; member in struct:rb_io_t
151 RB_IO_BUFFER_INIT((fp)->cbuf);\
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utils/
H A DcuOidParser.cpp304 char cbuf[8]; local
308 sprintf(cbuf, "%02X ", oid.Data[i]);
309 strcat(strBuf, cbuf);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utils/lib/
H A DcuOidParser.cpp304 char cbuf[8]; local
308 sprintf(cbuf, "%02X ", oid.Data[i]);
309 strcat(strBuf, cbuf);
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Duudecode.el81 (let ((cbuf (current-buffer)) tempfile firstline status)
111 (insert-buffer-substring cbuf firstline end)
121 (cd cdir) (set-buffer cbuf)))
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.printf.c265 char cbuf[MB_LEN_MAX]; local
270 len = one_wctomb(cbuf, *Bp & CHAR);
272 (*addchar) ((unsigned char)cbuf[pos] | attributes
/macosx-10.9.5/ruby-104/ruby/
H A Dio.c376 #define READ_CHAR_PENDING(fptr) ((fptr)->cbuf.len)
377 #define READ_CHAR_PENDING_COUNT(fptr) ((fptr)->cbuf.len)
378 #define READ_CHAR_PENDING_PTR(fptr) ((fptr)->cbuf.ptr+(fptr)->cbuf.off)
2122 fptr->cbuf.off = 0;
2123 fptr->cbuf.len = 0;
2125 fptr->cbuf.capa = size;
2126 fptr->cbuf.ptr = ALLOC_N(char, fptr->cbuf.capa);
2144 if (fptr->cbuf
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclRegexp.c729 char cbuf[100]; /* lots in practice */
738 sprintf(cbuf, "%d", status);
739 (void) TclReError(REG_ITOA, NULL, cbuf, sizeof(cbuf));
740 Tcl_SetErrorCode(interp, "REGEXP", cbuf, buf, NULL);
717 char cbuf[100]; /* lots in practice */ local
/macosx-10.9.5/lsof-52/lsof/lib/
H A Ddvch.c777 char buf[MAXPATHLEN*2], cbuf[64], *cp; local
863 (void) snpf(cbuf, sizeof(cbuf), "%d section%s", i, cp);
864 len = strlen(cbuf);
865 (void) snpf(&cbuf[len], sizeof(cbuf) - len, ", dev=%lx\n",
867 if (!strncmp(buf, cbuf, len) && (buf[len] == '\n')) {
876 if (strcmp(buf, cbuf)) {
1084 (void) snpf(cbuf, sizeof(cbuf), "CR
[all...]
/macosx-10.9.5/libedit-39/src/
H A Dread.c317 char cbuf[MB_LEN_MAX]; local
323 while ((num_read = read(el->el_infd, cbuf + cbp, (size_t)1)) == -1) {
347 if (!utf8_islead((unsigned char)cbuf[0]))
350 if ((bytes = ct_mbtowc(cp, cbuf, cbp)) == -1) {
359 } else if (isascii((unsigned char)cbuf[0]) ||
363 (bytes = ct_mbtowc(cp, cbuf, cbp)) != 1)
365 *cp = (unsigned char)cbuf[0];
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgetcap.c289 char *cbuf; local
306 cbuf = malloc(clen + 1);
307 if (cbuf == NULL)
309 memmove(cbuf, record, clen + 1);
311 free(cbuf);
315 *cap = cbuf;
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dgetcap.c195 char *record, *cbuf; local
256 cbuf = strdup(record);
258 free(cbuf);
261 if (cbuf == NULL) {
265 *len = strlen(cbuf);
266 *cap = cbuf;
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dhtdbm.c292 char *cbuf; local
321 cbuf = crypt(htdbm->userpass, salt);
322 if (cbuf == NULL) {
329 apr_cpystrn(cpw, cbuf, sizeof(cpw) - 1);
H A Dhtpasswd.c170 char *cbuf; local
224 cbuf = crypt(pw, salt);
225 if (cbuf == NULL) {
233 apr_cpystrn(cpw, cbuf, sizeof(cpw) - 1);
/macosx-10.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_session.c218 static VSTRING *cbuf; local
232 if (cbuf == 0)
233 cbuf = vstring_alloc(10);
236 vstring_str(vstring_sprintf(cbuf, "TLS policy table, %s \"%s\"", \
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dar.c784 char *cbuf = xmalloc (BUFSIZE);
806 nread = bfd_bread (cbuf, (bfd_size_type) tocopy, abfd);
815 if ((size_t) fwrite (cbuf, 1, nread, stdout) != nread)
819 free (cbuf);
836 char *cbuf = xmalloc (BUFSIZE);
874 nread = bfd_bread (cbuf, (bfd_size_type) tocopy, abfd);
899 if ((size_t) fwrite (cbuf, 1, nread, ostream) != nread)
920 free (cbuf);
781 char *cbuf = xmalloc (BUFSIZE); local
833 char *cbuf = xmalloc (BUFSIZE); local

Completed in 308 milliseconds

1234