/bionic/libc/string/ |
D | strcpy.c | 35 strcpy(char *to, const char *from) in strcpy() argument 39 for (; (*to = *from) != '\0'; ++from, ++to); in strcpy()
|
/bionic/libc/wchar/ |
D | wcpcpy.c | 41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) in wcpcpy() argument 44 for (; (*to = *from); ++from, ++to); in wcpcpy()
|
/bionic/libc/kernel/common/linux/mtd/ |
D | map.h | 79 #define INVALIDATE_CACHED_RANGE(map, from, size) do { if(map->inval_cache) map->inval_cache(map, … argument 97 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) argument 99 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len) argument
|
D | mtd.h | 100 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf); 102 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len); 104 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf); 107 int (*read_oob) (struct mtd_info *mtd, loff_t from, 113 …int (*read_fact_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *… 115 …int (*read_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *… 116 …int (*write_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char … 117 int (*lock_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len);
|
/bionic/libc/tools/zoneinfo/ |
D | ZoneCompactor.java | 97 String from = st.nextToken(); in ZoneCompactor() local 98 links.put(from, to); in ZoneCompactor() 121 String from = iter.next(); in ZoneCompactor() local 122 String to = links.get(from); in ZoneCompactor() 124 starts.put(from, starts.get(to)); in ZoneCompactor() 125 lengths.put(from, lengths.get(to)); in ZoneCompactor() 126 offsets.put(from, offsets.get(to)); in ZoneCompactor()
|
/bionic/libc/kernel/common/linux/netfilter/ |
D | xt_connbytes.h | 30 aligned_u64 from; member
|
/bionic/libc/kernel/arch-arm/asm/ |
D | uaccess.h | 70 #define __copy_from_user(to,from,n) (memcpy(to, (void __force *)from, n), 0) argument 71 #define __copy_to_user(to,from,n) (memcpy((void __force *)to, from, n), 0) argument
|
/bionic/linker/ |
D | README.TXT | 15 any internal relocations within them are stripped from the corresponding 31 - 'apriori' is the real prelink tool which removes relocations from the 33 from the file. 38 By default, these tools are only used to remove internal symbols from 106 must be called explicitly from the DT_INIT_ARRAY, and each one of them 138 environment variable to a numeric value from 0 to 2. This will only
|
D | NOTICE | 43 "Object" form shall mean any form resulting from mechanical 54 form, that is based on (or derived from) the Work and for which the 58 separable from, or merely link (or bind by name) to the interfaces of, 115 attribution notices from the Source form of the Work, 132 or as an addendum to the NOTICE text from the Work, provided
|
/bionic/libc/docs/ |
D | ISSUES.TXT | 5 of the Bionic C library. Note that these differ from specific
|
D | OVERVIEW.TXT | 13 The name "Bionic" comes from the fact that it is part-BSD and part-Linux: 81 The name of the current timezone is taken from the TZ environment variable, 108 only include the public definitions from the original Linux kernel headers. 117 This is different from other historical C libraries which: 175 a thread voluntarily exits through pthread_exit() or returning from its 185 Also, you can't throw a C++ Exception from the callback (see C++ Exception 239 uid_t/gid_t starting from 10000; lower numerical ids are reserved for 285 - read the list of servers from system properties. the code looks for 354 comes from GLibc). This linker does not support all the relocations 375 called from the C library. Fortunately, these cases are very rare in the
|
D | CHANGES.TXT | 57 WCHAR_MIN: changed from 0 to INT_MIN 58 WCHAR_MAX: changed from 255 to INT_MAX 133 The mistake comes from a GLibc man page bug (the man page listed a return
|
/bionic/libc/kernel/arch-sh/asm/ |
D | system.h | 57 unsigned long (*from)(void *dst, const void *src, unsigned long cnt); member
|
/bionic/libc/ |
D | README | 26 stubs from the list defined in the file SYSCALLS.TXT. You can thus add a new syscall 34 - in the event where you want to differentiate the syscall function from its entry name,
|
D | CAVEATS | 16 - pthread_once() doesn't support C++ exceptions thrown from the init function, or the init
|
D | NOTICE | 16 derived from this software without specific prior written 59 To the extent it has a right to do so, IBM grants an immunity from suit 75 This code is derived from software contributed to The NetBSD Foundation 77 This code is derived from software contributed to The NetBSD Foundation 95 may be used to endorse or promote products derived from this software 174 may be used to endorse or promote products derived from this software 226 used to endorse or promote products derived from this software without 270 All or some portions of this file are derived from material licensed 284 may be used to endorse or promote products derived from this software
|
/bionic/libc/kernel/ |
D | README.TXT | 15 they can be included from C++, or when compiling code in strict ANSI mode. 58 automatically update all clean headers from the content of 134 will be totally omitted from the output. the optimizer is smart enough to 152 macro like CONFIG_FOO from the clean headers. 179 the final pass remove any comments and empty lines from the final headers. 194 The original kernel headers are not easily usable from userland applications. 228 official headers. from their point of view this is purely a library author 232 install a set of "user-friendly" headers that are generated from the official 258 automatically to generate a set of "clean" headers that can be used from
|
/bionic/libstdc++/ |
D | NOTICE | 13 may be used to endorse or promote products derived from this software
|
/bionic/libdl/ |
D | NOTICE | 13 may be used to endorse or promote products derived from this software
|
/bionic/libthread_db/ |
D | NOTICE | 13 may be used to endorse or promote products derived from this software
|
/bionic/libc/kernel/common/linux/ |
D | if_link.h | 184 __u32 from; member
|
/bionic/libm/ |
D | NOTICE | 100 * derived from this software without specific prior written permission. 119 * This code is derived from software contributed to The NetBSD Foundation 136 * from this software without specific prior written permission. 170 * may be used to endorse or promote products derived from this software 203 * derived from this software without specific prior written permission. 342 .\" may be used to endorse or promote products derived from this software
|
/bionic/libc/netbsd/resolv/ |
D | res_send.c | 873 struct sockaddr_storage from; in send_dg() local 979 fromlen = sizeof(from); in send_dg() 981 (struct sockaddr *)(void *)&from, &fromlen); in send_dg() 1012 !res_ourserver_p(statp, (struct sockaddr *)(void *)&from)) { in send_dg()
|
/bionic/libc/arch-x86/bionic/ |
D | crtbegin_static.S | 13 # be used to endorse or promote products derived from this software
|
D | crtbegin_dynamic.S | 13 # be used to endorse or promote products derived from this software
|