| /third_party/uapp/dash/src/bltin/ |
| A D | printf.c | 360 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 D | LICENSE | 2 a copy of this software and associated documentation files (the 4 without limitation the rights to use, copy, modify, merge, publish,
|
| A D | COPYING | 4 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 D | README.fuchsia.md | 1 This is a copy of [musl](http://www.musl-libc.org/) at commit
|
| A D | COPYRIGHT | 7 a copy of this software and associated documentation files (the 9 without limitation the rights to use, copy, modify, merge, publish,
|
| A D | WHATSNEW | 359 - numerous header file typos, copy/paste errors, omissions 902 - wrong return value for wmemmove on forward-copy
|
| A D | musl-rules.mk | 1105 $(call copy-dst-src,$(USER_SCRT1_OBJ),$(LOCAL_SCRT1_OBJ))
|
| /third_party/lib/acpica/ |
| A D | README.fuchsia | 9 - Added LICENSE containing copy of source license banner
|
| A D | changes.txt | 5135 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 D | CHANGES.md | 5 compiling a private copy of the Jitter RNG
|
| /third_party/ulib/linenoise/ |
| A D | linenoise.c | 477 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 D | stack.h | 494 StackIteratorImpl copy(*this); 496 return copy;
|
| /third_party/ulib/musl/third_party/tre/ |
| A D | regcomp.c | 1555 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 ©, &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, ©, &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 D | LICENSE.txt | 96 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 D | LICENSE | 96 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 D | expand.c | 1694 goto copy; in _rmescapes() 1697 copy: in _rmescapes()
|
| A D | nodes.c.pat | 78 * Make a copy of a parse tree.
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | jemalloc_internal.h.in | 1141 * and copy.
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 6418 // 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
|