Searched refs:buff2 (Results 1 – 8 of 8) sorted by relevance
/third_party/toybox/toys/pending/ |
D | telnetd.c | 47 char buff1[BUFSIZE], buff2[BUFSIZE]; member 180 curr = start = tm->buff2+tm->buff2_avail; in handle_iacs() 181 end = tm->buff2 + c -1; in handle_iacs() 357 if ((c = read(tm->new_fd, tm->buff2+tm->buff2_avail, in telnetd_main() 369 if ((w = write(tm->pty_fd, tm->buff2+ tm->buff2_written, in telnetd_main() 374 if ((w = write(tm->pty_fd, tm->buff2 + tm->buff2_written, in telnetd_main()
|
/third_party/lz4/tests/ |
D | abiTest.c | 49 static size_t checkBuffers(const void* buff1, const void* buff2, size_t buffSize) in checkBuffers() argument 52 const char* const ip2 = (const char*)buff2; in checkBuffers()
|
D | roundTripTest.c | 61 static size_t checkBuffers(const void* buff1, const void* buff2, size_t buffSize) in checkBuffers() argument 64 const char* const ip2 = (const char*)buff2; in checkBuffers()
|
D | frametest.c | 846 static void locateBuffDiff(const void* buff1, const void* buff2, size_t size, o_scenario_e o_scenar… in locateBuffDiff() argument 851 const BYTE* b2=(const BYTE*)buff2; in locateBuffDiff()
|
D | fuzzer.c | 307 static void FUZ_findDiff(const void* buff1, const void* buff2) in FUZ_findDiff() argument 310 const BYTE* const b2 = (const BYTE*)buff2; in FUZ_findDiff()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2grep.c | 3948 char buff2[24]; in main() local 3958 (ret = snprintf(buff2, sizeof(buff2), "%s%.*s", buff1, in main() 3960 ret < 0 || ret > (int)sizeof(buff2))) in main() 3970 strncmp(arg, buff2, arglen) == 0) in main()
|
D | pcre2test.c | 8651 char buff2[128]; in display_properties() 8655 if (x < n) format_list_item(found[x], buff2, wantscripts); in display_properties() 8656 else buff2[0] = 0; in display_properties() 8660 printf("%s\n", buff2); in display_properties()
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | canvaskit-wasm-tests.ts | 363 const buff2 = new ArrayBuffer(20); constant 365 const fm = CK.FontMgr.FromData(buff1, buff2)!;
|