Home
last modified time | relevance | path

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

12345678910>>...12

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDpath.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 …]
/NextBSD/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_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 …]
/NextBSD/contrib/ncurses/progs/
HDtabs.c262 char *copied = trimmed_tab_list(value); in add_to_tab_list() local
264 if (copied != 0 && *copied != '\0') { in add_to_tab_list()
266 size_t need = 1 + strlen(copied); in add_to_tab_list()
268 if (*copied == ',') in add_to_tab_list()
287 _nc_STRCAT(result, copied, need); in add_to_tab_list()
/NextBSD/sys/dev/drm2/
HDdrm_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 …]
/NextBSD/contrib/elftoolchain/libelftc/
HDelftc_string_table.c240 int copied, hashindex, offset, length, newsize; in elftc_string_table_image() local
263 s += length, r += copied) { in elftc_string_table_image()
265 copied = 0; in elftc_string_table_image()
285 copied = length; in elftc_string_table_image()
290 memmove(r, s, copied); in elftc_string_table_image()
/NextBSD/crypto/openssl/doc/crypto/
HDCMS_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>.
HDRSA_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
/NextBSD/crypto/openssl/crypto/dso/
HDdso_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()
/NextBSD/contrib/subversion/subversion/svn/
HDstatus.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()
/NextBSD/sys/dev/hyperv/vmbus/
HDhv_vmbus_drv_freebsd.c83 hv_vmbus_message* copied; in vmbus_msg_swintr() local
112 copied = malloc(sizeof(hv_vmbus_message), in vmbus_msg_swintr()
114 KASSERT(copied != NULL, in vmbus_msg_swintr()
117 if (copied == NULL) in vmbus_msg_swintr()
120 memcpy(copied, msg, sizeof(hv_vmbus_message)); in vmbus_msg_swintr()
123 copied); in vmbus_msg_swintr()
/NextBSD/sys/netinet/
HDaccf_http.c294 int ccleft, copied; in soishttpconnected() local
307 copied = 0; in soishttpconnected()
320 tocopy = (NCHRS - ccleft) - copied; in soishttpconnected()
324 switch (copied++) { in soishttpconnected()
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDhotspot_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).
/NextBSD/contrib/gcc/
HDvarray.c43 int copied; member
171 desc->copied++; in varray_grow()
234 d->created, d->allocated, d->resized, d->copied); in print_statistics()
/NextBSD/usr.sbin/iovctl/
HDiovctl.c126 size_t copied, size; in open_device() local
139 copied = strlcpy(dev, dev_name, size); in open_device()
141 copied = snprintf(dev, size, "/dev/iov/%s", dev_name); in open_device()
144 if (copied >= size) in open_device()
/NextBSD/contrib/subversion/subversion/libsvn_fs_x/
HDstring_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()
/NextBSD/contrib/ncurses/ncurses/base/
HDlib_overlay.c166 bool copied = FALSE; in copywin() local
189 copied = TRUE; in copywin()
216 if (copied) in copywin()
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDread_termcap.c1032 char *copied = 0; in _nc_read_termcap_entry() local
1053 copied = strdup(get_termpath()); in _nc_read_termcap_entry()
1054 for (cp = copied; *cp; cp++) { in _nc_read_termcap_entry()
1057 else if (cp == copied || cp[-1] == '\0') { in _nc_read_termcap_entry()
1135 if (copied != 0) in _nc_read_termcap_entry()
1136 free(copied); in _nc_read_termcap_entry()
/NextBSD/contrib/telnet/telnetd/
HDstate.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()
/NextBSD/contrib/llvm/include/llvm/
HDmodule.modulemap.build1 // This is copied into the build area for a $src != $build compilation.
/NextBSD/crypto/openssl/crypto/bf/
HDCOPYRIGHT40 copied and put under another distrubution license
44 experience in code simply being copied and the attribution removed
/NextBSD/contrib/subversion/subversion/include/private/
HDREADME3 API, nor are they ever copied into or under the include/ directory
/NextBSD/bin/sh/
HDnodetypes47 # 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
/NextBSD/contrib/subversion/subversion/libsvn_fs_base/notes/
HDfs-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
/NextBSD/contrib/netcat/
HDFREEBSD-upgrade7 nc(1) is very small and most of code are just copied as-is from OpenBSD. With a
/NextBSD/crypto/openssl/crypto/des/
HDCOPYRIGHT44 copied and put under another distrubution license
48 experience in code simply being copied and the attribution removed

12345678910>>...12