Searched refs:buff1 (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | dll_intercept_memcpy.cc | 14 char buff1[6] = "Hello", buff2[5]; in test_function() local 16 memcpy(buff2, buff1, 5); in test_function() 17 if (buff1[2] != buff2[2]) in test_function() 23 memcpy(buff2, buff1, 6); in test_function()
|
D | intercept_memcpy.cc | 13 char buff1[6] = "Hello", buff2[5]; in main() local 15 call_memcpy(&memcpy, buff2, buff1, 5); in main() 16 if (buff1[2] != buff2[2]) in main() 22 call_memcpy(&memcpy, buff2, buff1, 6); in main()
|
D | dll_intercept_memcpy_indirect.cc | 15 char buff1[6] = "Hello", buff2[5]; in test_function() local 17 call_memcpy(&memcpy, buff2, buff1, 5); in test_function() 18 if (buff1[2] != buff2[2]) in test_function() 24 call_memcpy(&memcpy, buff2, buff1, 6); in test_function()
|
/external/toybox/toys/pending/ |
D | telnetd.c | 60 char buff1[BUFSIZE], buff2[BUFSIZE]; member 385 if ((c = read(tm->pty_fd, tm->buff1 + tm->buff1_avail, in telnetd_main() 388 if ((w = dup_iacs(tm->buff1 + tm->buff1_written, tm->new_fd + inetd_m, in telnetd_main() 407 if ((w = dup_iacs(tm->buff1 + tm->buff1_written, tm->new_fd + inetd_m, in telnetd_main()
|
/external/lz4/programs/ |
D | frametest.c | 362 static void locateBuffDiff(const void* buff1, const void* buff2, size_t size, unsigned nonContiguou… in locateBuffDiff() argument 365 BYTE* b1=(BYTE*)buff1; in locateBuffDiff()
|
/external/boringssl/src/crypto/x509/ |
D | x509_vfy.c | 1831 char buff1[24],buff2[24],*p; in X509_cmp_time() local 1834 p=buff1; in X509_cmp_time() 1890 i=(buff1[0]-'0')*10+(buff1[1]-'0'); in X509_cmp_time() 1898 i=strcmp(buff1,buff2); in X509_cmp_time()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ULocaleTest.java | 783 String buff, buff1; in TestObsoleteNames() local 794 buff1 = uloc.getISO3Language(); in TestObsoleteNames() 795 if(buff1.compareTo(tests[i][1])!=0){ in TestObsoleteNames() 818 buff1 = uloc.getISO3Country(); in TestObsoleteNames() 819 if(buff1.compareTo(tests[i][3])!=0){ in TestObsoleteNames()
|
/external/pcre/dist/ |
D | pcregrep.c | 2699 char buff1[24]; in main() local 2707 sprintf(buff1, "%.*s", baselen, op->long_name); in main() 2708 sprintf(buff2, "%s%.*s", buff1, fulllen - baselen - 2, opbra + 1); in main() 2710 if (strncmp(arg, buff1, arglen) == 0 || in main()
|