Home
last modified time | relevance | path

Searched refs:copied (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dpath.c911 apr_size_t i, copied = 0; in uri_escape() local
927 if (i - copied) in uri_escape()
928 svn_stringbuf_appendbytes(retstr, path + copied, in uri_escape()
929 i - copied); in uri_escape()
941 copied = i + 1; in uri_escape()
949 if (i - copied) in uri_escape()
950 svn_stringbuf_appendbytes(retstr, path + copied, i - copied); in uri_escape()
1171 apr_size_t i, copied = 0; in svn_path_illegal_path_escape() local
1189 if (i - copied) in svn_path_illegal_path_escape()
1190 svn_stringbuf_appendbytes(retstr, path + copied, in svn_path_illegal_path_escape()
[all …]
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
Dsdp_zcopy.c285 int copied = rx_sa->used - rx_sa->reported; in sdp_post_rdma_rd_compl() local
290 mb = sdp_alloc_mb_rdmardcompl(ssk->socket, copied, 0); in sdp_post_rdma_rd_compl()
292 rx_sa->reported += copied; in sdp_post_rdma_rd_compl()
555 int copied; in sdp_rdma_to_iovec() local
597 copied = rx_sa->umem->length; in sdp_rdma_to_iovec()
599 sdp_update_iov_used(sk, iov, copied); in sdp_rdma_to_iovec()
600 rx_sa->used += copied; in sdp_rdma_to_iovec()
601 atomic_add(copied, &ssk->rcv_nxt); in sdp_rdma_to_iovec()
602 *used = copied; in sdp_rdma_to_iovec()
719 int copied = 0; in sdp_sendmsg_zcopy() local
[all …]
/freebsd-10-stable/sys/dev/drm2/
Ddrm_crtc.c1225 int copied = 0, i; in drm_mode_getresources() local
1270 copied = 0; in drm_mode_getresources()
1273 if (put_user(fb->base.id, fb_id + copied)) { in drm_mode_getresources()
1277 copied++; in drm_mode_getresources()
1284 copied = 0; in drm_mode_getresources()
1290 if (put_user(crtc->base.id, crtc_id + copied)) { in drm_mode_getresources()
1294 copied++; in drm_mode_getresources()
1299 crtc_id + copied)) { in drm_mode_getresources()
1303 copied++; in drm_mode_getresources()
1311 copied = 0; in drm_mode_getresources()
[all …]
/freebsd-10-stable/crypto/openssl/doc/crypto/
DCMS_get1_ReceiptRequest.pod33 The signedContentIdentifier is copied to B<pcid>. If the B<allOrFirstTier>
34 option of B<receiptsFrom> is used its value is copied to B<pallorfirst>
35 otherwise the B<receiptList> field is copied to B<plist>. The B<receiptsTo>
36 parameter is copied to B<prto>.
DRSA_get_ex_new_index.pod40 initially created, when it is copied and when it is freed up. If any or all of
78 B<dup_func()> is called when a structure is being copied. Pointers to the
82 the value is copied to the destination: the application can thus modify the data
/freebsd-10-stable/crypto/openssl/crypto/dso/
Ddso_lib.c345 char *copied; in DSO_set_filename() local
356 copied = OPENSSL_malloc(strlen(filename) + 1); in DSO_set_filename()
357 if (copied == NULL) { in DSO_set_filename()
361 BUF_strlcpy(copied, filename, strlen(filename) + 1); in DSO_set_filename()
364 dso->filename = copied; in DSO_set_filename()
/freebsd-10-stable/contrib/subversion/subversion/svn/
Dstatus.c358 else if (status->copied in print_status()
417 status->copied ? '+' : ' ', in print_status()
436 status->copied ? '+' : ' ', in print_status()
453 status->copied ? '+' : ' ', in print_status()
503 if (status->copied) in svn_cl__print_status_xml()
509 if (status->versioned && ! status->copied) in svn_cl__print_status_xml()
/freebsd-10-stable/sys/netinet/
Daccf_http.c293 int ccleft, copied; in soishttpconnected() local
306 copied = 0; in soishttpconnected()
319 tocopy = (NCHRS - ccleft) - copied; in soishttpconnected()
323 switch (copied++) { in soishttpconnected()
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/
Dhotspot_example.txt3 Here the script is run while a large file is copied from one filesystem
6 copied to the 0 to 999 Mb range on the target disk (102,3).
/freebsd-10-stable/contrib/gcc/
Dvarray.c43 int copied; member
171 desc->copied++; in varray_grow()
234 d->created, d->allocated, d->resized, d->copied); in print_statistics()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
Dstring_table.c506 apr_size_t copied = 0; in table_copy_string() local
513 while (to_copy >= copied + sizeof(apr_uint64_t)) in table_copy_string()
515 *(apr_uint64_t *)(target + copied) in table_copy_string()
516 = *(const apr_uint64_t *)(source + copied); in table_copy_string()
517 copied += sizeof(apr_uint64_t); in table_copy_string()
524 mask = *(const apr_uint64_t *)copy_masks[to_copy - copied]; in table_copy_string()
525 *(apr_uint64_t *)(target + copied) in table_copy_string()
526 = (*(apr_uint64_t *)(target + copied) & mask) in table_copy_string()
527 | (*(const apr_uint64_t *)(source + copied) & ~mask); in table_copy_string()
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
DAArch64CallingConv.td99 // the argument had been copied to the least significant bits of a 64-bit
104 // precision Floating-point or Short Vector Type, then the argument is copied
112 // copied to the least significant bits of x[NGRN]. The NGRN is incremented by
131 // equal to 16 and the NGRN is less than 7, the argument is copied to x[NGRN]
142 // of the argument is not more than 8 minus NGRN, then the argument is copied
159 // PCS: "C.13: If the argument is a composite type then the argument is copied
169 // copied to the least significant bits of a 64-bit register and the remaining
175 // PCS: "C.15: The argument is copied to memory at the adjusted NSAA. The NSAA
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
Dread_termcap.c1015 char *copied = 0; in _nc_read_termcap_entry() local
1034 copied = strdup(get_termpath()); in _nc_read_termcap_entry()
1035 for (cp = copied; *cp; cp++) { in _nc_read_termcap_entry()
1038 else if (cp == copied || cp[-1] == '\0') { in _nc_read_termcap_entry()
1115 if (copied != 0) in _nc_read_termcap_entry()
1116 free(copied); in _nc_read_termcap_entry()
/freebsd-10-stable/contrib/telnet/telnetd/
Dstate.c1616 int remaining, copied; in output_datalen() local
1627 copied = remaining > len ? len : remaining; in output_datalen()
1628 memmove(nfrontp, buf, copied); in output_datalen()
1629 nfrontp += copied; in output_datalen()
1630 len -= copied; in output_datalen()
1631 remaining -= copied; in output_datalen()
1632 buf += copied; in output_datalen()
/freebsd-10-stable/crypto/openssl/crypto/bf/
DCOPYRIGHT40 copied and put under another distrubution license
44 experience in code simply being copied and the attribution removed
/freebsd-10-stable/contrib/subversion/subversion/include/private/
DREADME3 API, nor are they ever copied into or under the include/ directory
/freebsd-10-stable/bin/sh/
Dnodetypes47 # other - any type that can be copied by assignment
48 # temp - a field that doesn't have to be copied when the node is copied
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/notes/
Dfs-history159 their parent being copied), or inherit new copy-IDs. In the absence
175 This means that when a directory node-revision is copied via
176 svn_fs_copy(), only the node-revision of the top of the copied "tree"
187 files never have children, so effectively the "tree" being copied is
230 never been itself copied or cloned as a child of a copied
256 parent that was copied, and wasn't on the same branch as
/freebsd-10-stable/crypto/openssl/crypto/des/
DCOPYRIGHT44 copied and put under another distrubution license
48 experience in code simply being copied and the attribution removed
/freebsd-10-stable/contrib/netcat/
DFREEBSD-upgrade7 nc(1) is very small and most of code are just copied as-is from OpenBSD. With a
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddmu.c1328 int tocpy, copied, thiscpy; in dmu_write_pages() local
1346 for (copied = 0; copied < tocpy; copied += PAGESIZE) { in dmu_write_pages()
1348 thiscpy = MIN(PAGESIZE, tocpy - copied); in dmu_write_pages()
1386 int tocpy, copied, thiscpy; in dmu_write_pages() local
1404 for (copied = 0; copied < tocpy; copied += PAGESIZE) { in dmu_write_pages()
1406 thiscpy = MIN(PAGESIZE, tocpy - copied); in dmu_write_pages()
/freebsd-10-stable/usr.bin/bmake/tests/
DREADME117 are copied from the source to the working directory
120 may be copied from/to sub-directories. The sub-directory
139 it is automatically copied to the working directory.
/freebsd-10-stable/sys/kern/
Dsubr_uio.c365 size_t * __restrict copied, int seg) in copyinstrfrom() argument
371 error = copyinstr(src, dst, len, copied); in copyinstrfrom()
374 error = copystr(src, dst, len, copied); in copyinstrfrom()
/freebsd-10-stable/sys/dev/hwpmc/
Dhwpmc_tsc.c123 size_t copied; in tsc_describe() local
135 PMC_NAME_MAX, &copied)) != 0) in tsc_describe()
/freebsd-10-stable/sys/gnu/dts/arm/
Dzynq-zybo.dts7 * may be copied, distributed, and modified under those terms.

12345678910>>...12