Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 19 of 19) sorted by relevance

/third_party/uapp/dash/src/bltin/
A Dprintf.c360 char *copy; in mklong() local
364 STARTSTACKSTR(copy); in mklong()
365 copy = makestrspace(len, copy); in mklong()
366 memcpy(copy, str, len - sizeof(PRIdMAX)); in mklong()
367 memcpy(copy + len - sizeof(PRIdMAX), PRIdMAX, sizeof(PRIdMAX)); in mklong()
368 copy[len - 2] = *ch; in mklong()
369 return (copy); in mklong()
/third_party/ulib/ngunwind/
A DLICENSE2 a copy of this software and associated documentation files (the
4 without limitation the rights to use, copy, modify, merge, publish,
A DCOPYING4 a copy of this software and associated documentation files (the
6 without limitation the rights to use, copy, modify, merge, publish,
/third_party/ulib/musl/
A DREADME.fuchsia.md1 This is a copy of [musl](http://www.musl-libc.org/) at commit
A DCOPYRIGHT7 a copy of this software and associated documentation files (the
9 without limitation the rights to use, copy, modify, merge, publish,
A DWHATSNEW359 - numerous header file typos, copy/paste errors, omissions
902 - wrong return value for wmemmove on forward-copy
A Dmusl-rules.mk1105 $(call copy-dst-src,$(USER_SCRT1_OBJ),$(LOCAL_SCRT1_OBJ))
/third_party/lib/acpica/
A DREADME.fuchsia9 - Added LICENSE containing copy of source license banner
A Dchanges.txt5135 Fixed a possible allocation overrun during internal object copy in
5239 not copy the DSDT.
5250 copy.
10336 at name. Specifically, a buffer-to-buffer copy did not delete the
10993 copy
11411 DataTableRegion() operator to access the local copy of the DSDT.
12243 the object reference count, and not create a new copy of the
13058 Fixed a problem where the internal String object copy routine did
13131 Fixed a problem where the internal object copy routine would cause
13459 Fixed a problem where a store/copy of a string to an existing
[all …]
/third_party/lib/jitterentropy/
A DCHANGES.md5 compiling a private copy of the Jitter RNG
/third_party/ulib/linenoise/
A Dlinenoise.c477 char *copy, **cvec; local
479 copy = malloc(len+1);
480 if (copy == NULL) return;
481 memcpy(copy,str,len+1);
484 free(copy);
488 lc->cvec[lc->len++] = copy;
/third_party/ulib/uboringssl/include/openssl/
A Dstack.h494 StackIteratorImpl copy(*this);
496 return copy;
/third_party/ulib/musl/third_party/tre/
A Dregcomp.c1555 tre_ast_node_t** copy, int* max_pos) { in tre_copy_ast() argument
1560 tre_ast_node_t** result = copy; in tre_copy_ast()
1760 tre_ast_node_t* copy; in tre_expand_ast() local
1765 &copy, &max_pos); in tre_expand_ast()
1769 seq1 = tre_ast_new_catenation(mem, seq1, copy); in tre_expand_ast()
1771 seq1 = copy; in tre_expand_ast()
1788 tre_ast_node_t *tmp, *copy; in tre_expand_ast() local
1791 tre_copy_ast(mem, stack, iter->arg, 0, &pos_add, NULL, &copy, &max_pos); in tre_expand_ast()
1795 seq2 = tre_ast_new_catenation(mem, copy, seq2); in tre_expand_ast()
1797 seq2 = copy; in tre_expand_ast()
/third_party/ulib/usbhost/
A DLICENSE.txt96 Derivative Works a copy of this License; and
109 include a readable copy of the attribution notices contained
194 You may obtain a copy of the License at
/third_party/tools/android/
A DLICENSE96 Derivative Works a copy of this License; and
109 include a readable copy of the attribution notices contained
194 You may obtain a copy of the License at
/third_party/uapp/dash/src/
A Dexpand.c1694 goto copy; in _rmescapes()
1697 copy: in _rmescapes()
A Dnodes.c.pat78 * Make a copy of a parse tree.
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal.h.in1141 * and copy.
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl6418 // copy strings into buffers
7391 // Verify DEST elements beyond end of SRCB buffer copy
8369 // Check that the elements beyond the SRCB buffer copy
8379 // DEST element was zero'd by buffer copy

Completed in 50 milliseconds