Searched refs:dst_buf (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/tests/server/
H A Dgetpart.c128 * address of a pointer to the destination buffer 'dst_buf', the length of data
149 static int appenddata(char **dst_buf, /* dest buffer */ argument
174 char *newptr = realloc(*dst_buf, newsize);
179 *dst_buf = newptr;
183 memcpy(*dst_buf + *dst_len, src_buf, src_len);
185 *(*dst_buf + *dst_len) = '\0';
/macosx-10.10/webdavfs-367/WebDAVPlugin/
H A DWebDAV_Mount.c424 GetMountURI(const char *arguri, char dst_buf[], size_t mntfrom_size) argument
450 (void)strlcpy(dst_buf, HTTP_PREFIX, mntfrom_size);
454 dst_buf[0] = '\0';
457 /* Use strlcat to verify dst_buf is large enough to hold */
458 if ( strlcat(dst_buf, arguri, mntfrom_size) >= mntfrom_size )
464 if ( strlcat(dst_buf, "/", mntfrom_size) >= mntfrom_size )
/macosx-10.10/OpenSSH-189/openssh/
H A Dumac.c203 UINT8 *dst_buf = (UINT8 *)bufp; local
212 memcpy(dst_buf,out_buf,AES_BLOCK_LEN);
215 dst_buf += AES_BLOCK_LEN;
219 memcpy(dst_buf,out_buf,nbytes);
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dbpf.c1173 char dst_buf[SOCKADDR_HDR_LEN + MAX_DATALINK_HDR_LEN]; local
1200 ((struct sockaddr *)dst_buf)->sa_len = sizeof(dst_buf);
1213 bd_hdrcmplt ? NULL : (struct sockaddr *)dst_buf,
1257 (struct sockaddr *)dst_buf, 0, NULL);
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_output.c282 struct sockaddr_in dst_buf; local
356 bcopy(&dn_tag->dn_dst, &dst_buf, sizeof (dst_buf));
357 dst = &dst_buf;
/macosx-10.10/ruby-106/ruby/ext/tk/
H A Dtcltklib.c8340 char *src_buf, *dst_buf, *ptr; local
8363 /* dst_buf = ALLOC_N(char, RSTRING_LEN(str)+1); */
8364 dst_buf = ckalloc(RSTRING_LENINT(str)+1);
8366 Tcl_Preserve((ClientData)dst_buf); /* XXXXXXXX */
8372 dst_len += Tcl_UtfBackslash(ptr, &read_len, (dst_buf + dst_len));
8375 *(dst_buf + (dst_len++)) = *(ptr++);
8379 str = rb_str_new(dst_buf, dst_len);
8397 Tcl_EventuallyFree((ClientData)dst_buf, TCL_DYNAMIC); /* XXXXXXXX */
8400 Tcl_Release((ClientData)dst_buf); /* XXXXXXXX */
8402 /* free(dst_buf); */
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dip6_output.c293 struct sockaddr_in6 dst_buf; local
360 bcopy(&dn_tag->dn_dst6, &dst_buf, sizeof (dst_buf));
361 dst = &dst_buf;
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dzone.c2743 unsigned char key_buf[4096], dst_buf[DST_KEY_MAXSIZE]; local
2766 isc_buffer_init(&dstb, dst_buf, sizeof(dst_buf));

Completed in 356 milliseconds