Searched refs:newbuf (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/TinyTP/
H A Dttp.cpp302 TTPBuf *newbuf; // get rid of this soon .... local
331 newbuf = ttp_pdu_data(false, 0, userData);
332 require(newbuf, NoMem);
333 this->AppendTail(&(this->TxQueue), TTP_Segment_Last, 0, newbuf);
343 newbuf = ttp_pdu_data(false, 0, userData); // copy to data pdu
344 require(newbuf, NoMem);
345 this->AppendTail(&(this->TxQueue), TTP_Segment_Last, 0, newbuf);
353 newbuf = ttp_pdu_data(true, 0, seg); // copy to new buffer w/the ttp header byte
354 require(newbuf, NoMem);
356 this->AppendTail(&(this->TxQueue), TTP_Segment, 0, newbuf);
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dhist.c191 char *newbuf; local
193 newbuf = realloc(el->el_history.buf, newsz);
194 if (!newbuf)
197 (void) memset(&newbuf[oldsz], '\0', newsz - oldsz);
199 el->el_history.last = newbuf +
201 el->el_history.buf = newbuf;
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dhist.c197 Char *newbuf; local
199 newbuf = el_realloc(el->el_history.buf, newsz * sizeof(*newbuf));
200 if (!newbuf)
203 (void) memset(&newbuf[oldsz], '\0', (newsz - oldsz) * sizeof(*newbuf));
205 el->el_history.last = newbuf +
207 el->el_history.buf = newbuf;
/macosx-10.9.5/libedit-39/src/
H A Dhist.c197 Char *newbuf; local
199 newbuf = el_realloc(el->el_history.buf, newsz * sizeof(*newbuf));
200 if (!newbuf)
203 (void) memset(&newbuf[oldsz], '\0', (newsz - oldsz) * sizeof(*newbuf));
205 el->el_history.last = newbuf +
207 el->el_history.buf = newbuf;
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_paramhlp.c88 char *newbuf; local
104 if((newbuf = realloc(buffer, alloc+1)) == NULL) {
108 buffer = newbuf;
117 if((newbuf = realloc(buffer, nused+1)) == NULL) {
121 buffer = newbuf;
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dxdr_subs.h299 char *newbuf, *oldbuf; local
307 newbuf = xb_malloc(newsize);
308 if (newbuf == NULL)
311 bcopy(oldbuf, newbuf, oldsize);
314 xbp->xb_u.xb_buffer.xbb_base = newbuf;
316 xbp->xb_ptr = newbuf + oldsize;
/macosx-10.9.5/tcsh-65/tcsh/
H A Dma.setp.c350 char newbuf[MAXPATHLEN+1];/*FIXBUF*/ local
353 new = newbuf;
393 char newbuf[MAXPATHLEN+1];/*FIXBUF*/ local
399 new = newbuf;
457 char newbuf[2000];/*FIXBUF*/ local
460 new = newbuf;
559 char newbuf[MAXPATHLEN+1];/*FIXBUF*/ local
562 new = newbuf;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/acl/
H A Dgssacl.c283 char newbuf[ACL_BUF_SIZE]; local
287 bv.bv_len = sizeof( newbuf ) - 1;
288 bv.bv_val = newbuf;
295 rc = regcomp( &re, newbuf, REG_EXTENDED|REG_ICASE );
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dfilemapper.c201 unsigned long *newbuf; local
210 newbuf = realloc(b->ucs, sizeof(unsigned long) * b->size);
211 if (newbuf == NULL)
213 b->ucs = newbuf;
H A Ducsmap.c172 ucsmap_entry_t *newbuf; local
196 newbuf = realloc(ctx->entries, sizeof(*e) * ctx->entry_size);
197 if (newbuf == NULL)
199 ctx->entries = newbuf;
H A Ducsset.c311 range_t *newbuf; local
342 newbuf = realloc(ctx->ranges, ctx->size * sizeof(range_t));
343 if (newbuf == NULL)
345 ctx->ranges = newbuf;
H A Dmapper.c390 void *newbuf; local
392 newbuf = realloc(buffers[idx],
394 if (newbuf == NULL) {
398 buffers[idx] = (unsigned long *)newbuf;
H A Dnormalizer.c299 void *newbuf; local
301 newbuf = realloc(buffers[idx],
303 if (newbuf == NULL) {
307 buffers[idx] = (unsigned long *)newbuf;
/macosx-10.9.5/curl-78.94.1/curl/tests/server/
H A Dfake_ntlm.c53 char *newbuf; local
87 newbuf = realloc(outbuf, newsize);
88 if(!newbuf) {
92 outbuf = newbuf;
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/libipsec/
H A Dipsec_dump_policy.c104 char *newbuf; local
260 newbuf = (char *)realloc(buf, buflen);
261 if (newbuf == NULL) {
266 buf = newbuf;
/macosx-10.9.5/file-46/file/src/
H A Dcompress.c99 unsigned char *newbuf = NULL; local
111 (nsz = uncompressbuf(ms, fd, i, buf, &newbuf,
115 if (file_buffer(ms, -1, name, newbuf, nsz) == -1)
135 if (newbuf)
136 free(newbuf);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Ddnssd_clientlib.c220 unsigned char *newbuf; local
223 newbuf = malloc((size_t)newlen);
224 if (!newbuf) return(kDNSServiceErr_NoMemory);
225 memcpy(newbuf, txtRec->buffer, txtRec->datalen);
227 txtRec->buffer = newbuf;
/macosx-10.9.5/Libc-997.90.3/db/hash/FreeBSD/
H A Dhash_buf.c52 * newbuf
71 static BUFHEAD *newbuf(HTAB *, u_int32_t, BUFHEAD *);
135 bp = newbuf(hashp, addr, prev_bp);
153 * If newbuf finds an error (returning NULL), it also sets errno.
156 newbuf(HTAB *hashp, u_int32_t addr, BUFHEAD *prev_bp) function
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dsvc_udp.c464 char *newbuf; local
482 newbuf = victim->cache_reply;
489 newbuf = mem_alloc(su->su_iosz);
490 if (newbuf == NULL) {
501 rpc_buffer(xprt) = newbuf;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsubr_sbuf.c137 char *newbuf; local
144 newbuf = (char *)SBMALLOC(newsize);
145 if (newbuf == NULL)
147 bcopy(s->s_buf, newbuf, s->s_size);
152 s->s_buf = newbuf;
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dsieve.el200 (let ((newbuf (generate-new-buffer name))
202 (setq err (sieve-manage-getscript name newbuf sieve-manage-buffer))
203 (switch-to-buffer newbuf)
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Duniquify.el194 (defun uniquify-rationalize-file-buffer-names (base dirname newbuf)
207 (with-current-buffer newbuf (setq uniquify-managed nil))
210 (let ((fix-list (list (uniquify-make-item base dirname newbuf)))
/macosx-10.9.5/libxml2-26/libxml2/
H A Dbuf.c437 xmlChar *newbuf; local
464 newbuf = (xmlChar *) xmlRealloc(buf->contentIO, start_buf + size);
465 if (newbuf == NULL) {
469 buf->contentIO = newbuf;
470 buf->content = newbuf + start_buf;
472 newbuf = (xmlChar *) xmlRealloc(buf->content, size);
473 if (newbuf == NULL) {
477 buf->content = newbuf;
/macosx-10.9.5/network_cmds-433/arp.tproj/
H A Darp.c576 char *lim, *buf, *newbuf, *next; local
595 newbuf = realloc(buf, needed);
596 if (newbuf == NULL) {
601 buf = newbuf;
1014 char *lim, *buf, *newbuf, *next; local
1033 newbuf = realloc(buf, needed);
1034 if (newbuf == NULL) {
1039 buf = newbuf;
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-yank.el278 oldbuf newbuf)
287 newbuf (or thebuf
320 (set-buffer newbuf)
350 (switch-to-buffer newbuf))))

Completed in 494 milliseconds

123