Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/string/
Dstpcpy.c40 stpcpy(char *to, const char *from) in stpcpy() argument
42 for (; (*to = *from) != '\0'; ++from, ++to); in stpcpy()
Dstrcpy.c40 strcpy(char *to, const char *from) in strcpy() argument
44 for (; (*to = *from) != '\0'; ++from, ++to); in strcpy()
/bionic/libc/upstream-freebsd/lib/libc/string/
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/tools/zoneinfo/
DZoneCompactor.java72 String from = st.nextToken(); in ZoneCompactor() local
73 links.put(from, to); in ZoneCompactor()
92 String from = it.next(); in ZoneCompactor() local
93 String to = links.get(from); in ZoneCompactor()
95 offsets.put(from, offsets.get(to)); in ZoneCompactor()
96 lengths.put(from, lengths.get(to)); in ZoneCompactor()
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_connbytes.h37 __aligned_u64 from; member
/bionic/libc/kernel/uapi/linux/
Dnbd.h59 __be64 from; member
Diso_fs.h24 #define ISODCL(from, to) (to - from + 1) argument
Dperf_event.h407 __u64 from; member
Dif_link.h251 __u32 from; member
Dcdrom.h187 unsigned from; member
/bionic/libc/upstream-dlmalloc/
DREADME.txt5 This code is imported from: ftp://g.oswego.edu/pub/misc/
/bionic/libc/arch-x86/bionic/
Dsyscall.S22 # Load all the arguments from the calling frame.
/bionic/libc/kernel/
DREADME.TXT13 They can be included from C++, or when compiling code in strict ANSI mode.
43 Automatically update all clean headers from the content of
56 Grab the latest headers from the android kernel by running this command:
/bionic/
DHACKING.txt71 # files written by us and files taken from BSD.
76 # generate_uapi_headers.sh script should be used to go from a kernel tree to
79 # scrubbed headers from external/kernel-headers/.
85 # Contains the DNS resolver (originates from NetBSD code).
151 1. Use generate_uapi_headers.sh to go from a Linux source tree to appropriate
/bionic/libc/arch-mips/string/
Dmemset.S188 subu a3,a2,t8 # subtract from a2 the reminder
203 subu t5,t7,t6 # subtract from t7 the reminder
Dmemcpy.S109 subu a3,a2,t8 # subtract from a2 the reminder
/bionic/libc/arch-mips64/string/
Dmemset.S188 subu a3,a2,t8 # subtract from a2 the reminder
203 subu t5,t7,t6 # subtract from t7 the reminder
Dmemcpy.S109 subu a3,a2,t8 # subtract from a2 the reminder
/bionic/libc/
DNOTICE13 derived from this software without specific prior written permission.
43 may be used to endorse or promote products derived from this
72 derived from this software without specific prior written permission.
113 may be used to endorse or promote products derived from this software
142 may be used to endorse or promote products derived from this software
439 products derived from this software without specific prior written
707 may be used to endorse or promote products derived from this software
755 may be used to endorse or promote products derived from this software
775 All or some portions of this file are derived from material licensed
789 may be used to endorse or promote products derived from this software
[all …]
DSYSCALLS.TXT12 # - syscall_name corresponds to the name of the syscall, which may differ from
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c144 static void repeat(struct parse *p, sopno start, int from, int to, size_t reclimit);
1135 int from, /* repeated from this number */ in repeat() argument
1155 assert(from <= to); in repeat()
1157 switch (REP(MAP(from), MAP(to))) { in repeat()
1194 repeat(p, copy, from-1, to-1, reclimit); in repeat()
1198 repeat(p, copy, from-1, to, reclimit); in repeat()
/bionic/libc/dns/resolv/
Dres_send.c1057 struct sockaddr_storage from; in send_dg() local
1158 fromlen = sizeof(from); in send_dg()
1160 (struct sockaddr *)(void *)&from, &fromlen); in send_dg()
1194 !res_ourserver_p(statp, (struct sockaddr *)(void *)&from)) { in send_dg()
/bionic/linker/
Dlinker_phdr.cpp117 #define MAYBE_MAP_FLAG(x, from, to) (((x) & (from)) ? (to) : 0) argument
/bionic/libm/
DNOTICE83 written by Steven G. Kargl with input from Bruce D. Evans
200 may be used to endorse or promote products derived from this software
233 may be used to endorse or promote products derived from this software
253 This code is derived from software contributed to Berkeley by
265 may be used to endorse or promote products derived from this software
298 may be used to endorse or promote products derived from this software
354 derived from this software without specific prior written permission.
758 Derived from s_modf.c, which has the following Copyright: