Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 30) sorted by relevance

12

/bionic/libc/string/
Dstrcpy.c35 strcpy(char *to, const char *from) in strcpy() argument
39 for (; (*to = *from) != '\0'; ++from, ++to); in strcpy()
/bionic/libc/wchar/
Dwcpcpy.c41 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/
Dmap.h79 #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
Dmtd.h100 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/
DZoneCompactor.java97 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/
Dxt_connbytes.h30 aligned_u64 from; member
/bionic/libc/kernel/arch-arm/asm/
Duaccess.h70 #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/
DREADME.TXT15 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
DNOTICE43 "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/
DISSUES.TXT5 of the Bionic C library. Note that these differ from specific
DOVERVIEW.TXT13 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
DCHANGES.TXT57 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/
Dsystem.h57 unsigned long (*from)(void *dst, const void *src, unsigned long cnt); member
/bionic/libc/
DREADME26 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,
DCAVEATS16 - pthread_once() doesn't support C++ exceptions thrown from the init function, or the init
DNOTICE16 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/
DREADME.TXT15 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++/
DNOTICE13 may be used to endorse or promote products derived from this software
/bionic/libdl/
DNOTICE13 may be used to endorse or promote products derived from this software
/bionic/libthread_db/
DNOTICE13 may be used to endorse or promote products derived from this software
/bionic/libc/kernel/common/linux/
Dif_link.h184 __u32 from; member
/bionic/libm/
DNOTICE100 * 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/
Dres_send.c873 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/
Dcrtbegin_static.S13 # be used to endorse or promote products derived from this software
Dcrtbegin_dynamic.S13 # be used to endorse or promote products derived from this software

12