/bionic/libc/bionic/ |
D | strndup.c | 34 char* copy; in strndup() local 38 copy = malloc(n+1); in strndup() 39 if (copy) { in strndup() 40 memcpy(copy, s, n); in strndup() 41 copy[n] = 0; in strndup() 43 return copy; in strndup()
|
D | scandir.cpp | 59 dirent* copy = CopyDirent(entry); in Add() local 60 if (copy == NULL) { in Add() 63 names_[size_++] = copy; in Add() 82 dirent* copy = (dirent*) malloc(size); in CopyDirent() local 83 memcpy(copy, original, original->d_reclen); in CopyDirent() 84 return copy; in CopyDirent()
|
/bionic/libc/string/ |
D | strdup.c | 42 char *copy; in strdup() local 45 if ((copy = malloc(siz)) == NULL) in strdup() 47 (void)memcpy(copy, str, siz); in strdup() 48 return(copy); in strdup()
|
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wcsdup.c | 36 wchar_t *copy; in wcsdup() local 40 if ((copy = malloc(len * sizeof(wchar_t))) == NULL) in wcsdup() 42 return (wmemcpy(copy, s, len)); in wcsdup()
|
/bionic/libc/arch-x86/string/ |
D | swab.S | 25 testl $7,%ecx # copy first group of 1 to 7 words 35 L2: shrl $3,%ecx # copy remainder 8 words at a time
|
/bionic/libc/kernel/tools/ |
D | kernel.py | 136 macros = kernel_known_macros.copy() 157 return self.headers.copy() 161 return self.files.copy() 335 return self.items.copy()
|
D | clean_header.py | 65 macros = kernel_known_macros.copy()
|
/bionic/libstdc++/ |
D | NOTICE | 60 Permission to use, copy, modify, distribute and sell this software 72 Permission to use, copy, modify, distribute and sell this software
|
/bionic/libdl/ |
D | NOTICE | 5 You may obtain a copy of the License at
|
/bionic/libc/upstream-netbsd/libc/regex/ |
D | regcomp.c | 1144 sopno copy; in repeat() local 1184 copy = dupl(p, start+1, finish+1); in repeat() 1185 assert(copy == finish+4); in repeat() 1186 repeat(p, copy, 1, to-1, reclimit); in repeat() 1193 copy = dupl(p, start, finish); in repeat() 1194 repeat(p, copy, from-1, to-1, reclimit); in repeat() 1197 copy = dupl(p, start, finish); in repeat() 1198 repeat(p, copy, from-1, to, reclimit); in repeat()
|
/bionic/libc/arch-mips/string/ |
D | memcpy.S | 93 andi a3,a3,0x3 # we need to copy a3 bytes to make a0/a1 aligned 401 # Now less than 4 bytes (value in a2) left to copy
|
/bionic/libc/kernel/common/linux/ |
D | cdrom.h | 727 __u8 copy : 1; member 742 __u8 copy : 1; member
|
/bionic/libm/ |
D | NOTICE | 5 Permission to use, copy, modify, and distribute this 15 Permission to use, copy, modify, and distribute this 28 Permission to use, copy, modify, and distribute this 38 Permission to use, copy, modify, and distribute this 52 Permission to use, copy, modify, and distribute this 66 Permission to use, copy, modify, and distribute this 75 Permission to use, copy, modify, and distribute this 85 You may obtain a copy of the License at 703 Permission to use, copy, modify, and distribute this 870 Permission to use, copy, modify, and distribute this
|
/bionic/libc/ |
D | NOTICE | 5 Permission to use, copy, modify, and distribute this 43 Permission to use, copy, modify, and/or distribute this software for any 60 Permission to use, copy, modify, and/or distribute this software for any 190 You may obtain a copy of the License at 265 You may obtain a copy of the License at 309 You may obtain a copy of the License at 353 You may obtain a copy of the License at 427 Permission to use, copy, modify, and distribute this software for any 839 Permission to use, copy, modify, and distribute this software for any 2462 Permission to use, copy, modify and distribute this software and [all …]
|
/bionic/linker/ |
D | NOTICE | 5 You may obtain a copy of the License at
|
/bionic/libc/kernel/ |
D | README.TXT | 102 copy any updated kernel header into the corresponding location under
|