/external/chromium_org/third_party/libjpeg_turbo/ |
config.h | 93 /* Define if you have BSD-like bzero and bcopy */
|
/external/expat/ |
expat_config.h | 7 /* Define to 1 if you have the `bcopy' function. */
|
/external/kernel-headers/original/uapi/linux/ |
mroute6.h | 62 #define IF_COPY(f, t) bcopy(f, t, sizeof(*(f)))
|
/ndk/sources/host-tools/make-3.81/ |
expand.c | 73 bcopy (string, ptr, length); 340 bcopy (subst_beg, pattern, subst_end - subst_beg); 346 bcopy (replace_beg, replace, 443 bcopy (str, tmp, end - str);
|
make.h | 256 # if defined(HAVE_MEMMOVE) && !defined(bcopy) 257 # define bcopy(s, d, n) memmove ((d), (s), (n)) macro 273 # ifndef bcopy 274 extern void bcopy PARAMS ((const char *b1, char *b2, int));
|
misc.c | 180 bcopy (s1, result, len1); 182 bcopy (s2, result + len1, len2); 184 bcopy (s3, result + len1 + len2, len3); 397 bcopy (str, out, length); 529 bcopy ((char *) d, (char *) c, sizeof (struct dep));
|
rule.c | 131 bcopy (dep->name, name, p - dep->name); 188 bcopy (target, targname + 1, len + 1); 206 bcopy (source, depname + 1, len + 1); 251 bcopy (dep_name (d), rulename, slen); 259 bcopy (dep_name (d2), rulename + slen, s2len + 1);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
mroute6.h | 56 #define IF_COPY(f, t) bcopy(f, t, sizeof(*(f)))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
mroute6.h | 56 #define IF_COPY(f, t) bcopy(f, t, sizeof(*(f)))
|
/external/clang/test/Analysis/ |
taint-generic.c | 30 void bcopy(void *s1, void *s2, size_t n); 145 bcopy(buf1, dst, ts); // expected-warning {{Untrusted data is used to specify the buffer size}}
|
/external/ppp/pppd/ |
chap_ms.c | 391 BCOPY(inp, msg, len); 458 BCOPY(PasswordHash, ZPasswordHash, MD4_SIGNATURE_SIZE); 498 BCOPY(sha1Hash, Challenge, 8); 682 BCOPY(Digest, mppe_send_key, sizeof(mppe_send_key)); 683 BCOPY(Digest, mppe_recv_key, sizeof(mppe_recv_key)); 782 BCOPY(Digest, mppe_send_key, sizeof(mppe_send_key)); 798 BCOPY(Digest, mppe_recv_key, sizeof(mppe_recv_key)); 871 BCOPY(PeerChallenge, response->PeerChallenge,
|
upap.c | 567 BCOPY(u->us_user, outp, u->us_userlen); 570 BCOPY(u->us_passwd, outp, u->us_passwdlen); 601 BCOPY(msg, outp, msglen);
|
cbcp.c | 393 BCOPY(us->us_number, bufp, slen + 1); 440 BCOPY(buf, outp, len);
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
user_mbuf.c | 738 bcopy(mtod(n, caddr_t), mtod(m, caddr_t) + m->m_len, 905 bcopy(mtod(n, caddr_t) + off, mtod(n->m_next, caddr_t), hlen); 927 bcopy(mtod(n, caddr_t) + off, mtod(o, caddr_t), hlen); 1033 bcopy(mtod(m, caddr_t)+off, mtod(n, caddr_t), 1101 bcopy(t + 1, p + 1, t->m_tag_len); /* Copy the data */ 1157 bcopy(cp, off + mtod(m, caddr_t), (u_int)mlen); 1233 bcopy(mtod(m, caddr_t) + off, cp, count); 1260 bcopy(mtod(n, caddr_t), mtod(m, caddr_t) + m->m_len, (u_int)n->m_len); [all...] |
/external/pcre/dist/ |
config.h.generic | 27 PCRE uses memmove() if HAVE_MEMMOVE is defined; otherwise it uses bcopy() if 28 HAVE_BCOPY is defined. If your system has neither bcopy() nor memmove(), make 54 /* Define to 1 if you have the `bcopy' function. */
|
config.h.in | 27 PCRE uses memmove() if HAVE_MEMMOVE is defined; otherwise it uses bcopy() if 28 HAVE_BCOPY is defined. If your system has neither bcopy() nor memmove(), make 54 /* Define to 1 if you have the `bcopy' function. */
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/bionic/libc/kernel/uapi/linux/ |
mroute6.h | 67 #define IF_COPY(f, t) bcopy(f, t, sizeof(*(f)))
|
/development/ndk/platforms/android-12/arch-mips/symbols/ |
libc.so.functions.txt | 234 bcopy
|
/development/ndk/platforms/android-12/arch-x86/symbols/ |
libc.so.functions.txt | 230 bcopy
|
/development/ndk/platforms/android-14/arch-mips/symbols/ |
libc.so.functions.txt | 231 bcopy
|
/development/ndk/platforms/android-14/arch-x86/symbols/ |
libc.so.functions.txt | 227 bcopy
|
/development/ndk/platforms/android-17/arch-mips/symbols/ |
libc.so.functions.txt | 231 bcopy
|