/bionic/libc/string/ |
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 | 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/wchar/ |
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/zoneinfo/ |
D | Android.mk | 19 …$(eval $(call copy-one-file,$(LOCAL_PATH)/zoneinfo.dat,$(HOST_OUT)/usr/share/zoneinfo/zoneinfo.dat… 22 …$(eval $(call copy-one-file,$(LOCAL_PATH)/zoneinfo.idx,$(HOST_OUT)/usr/share/zoneinfo/zoneinfo.idx… 25 …$(eval $(call copy-one-file,$(LOCAL_PATH)/zoneinfo.version,$(HOST_OUT)/usr/share/zoneinfo/zoneinfo…
|
/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/libc/regex/ |
D | regcomp.c | 949 sopno copy; in repeat() local 983 copy = dupl(p, start+1, finish+1); in repeat() 984 assert(copy == finish+4); in repeat() 985 repeat(p, copy, 1, to-1); in repeat() 992 copy = dupl(p, start, finish); in repeat() 993 repeat(p, copy, from-1, to-1); in repeat() 996 copy = dupl(p, start, finish); in repeat() 997 repeat(p, copy, from-1, to); in repeat()
|
/bionic/libc/ |
D | NOTICE | 36 Permission to use, copy, modify, and distribute this software for any 52 permission under its copyrights to use, copy, modify, and distribute this 142 Permission to use, copy, modify, and distribute this software for any 246 Permission to use, copy, modify, and distribute this 254 Permission to use, copy, modify, and distribute this software for any 305 Permission to use, copy, modify and distribute this software and 331 Permission to use, copy, modify and distribute this software and
|
/bionic/libc/kernel/common/linux/ |
D | cdrom.h | 727 __u8 copy : 1; member 742 __u8 copy : 1; member
|
/bionic/libm/ |
D | NOTICE | 222 * Permission to use, copy, modify, and distribute this 233 * Permission to use, copy, modify, and distribute this 244 * Permission to use, copy, modify, and distribute this 256 * Permission to use, copy, modify, and distribute this
|
D | Makefile-orig | 8 # Permission to use, copy, modify, and distribute this
|
/bionic/linker/ |
D | NOTICE | 108 Derivative Works a copy of this License; and 121 include a readable copy of the attribution notices contained
|
/bionic/libc/kernel/ |
D | README.TXT | 109 copy any updated kernel header into the corresponding location under
|