Home
last modified time | relevance | path

Searched refs:buff2 (Results 1 – 8 of 8) sorted by relevance

/third_party/toybox/toys/pending/
Dtelnetd.c47 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/
DabiTest.c49 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()
DroundTripTest.c61 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()
Dframetest.c846 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()
Dfuzzer.c307 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/
Dpcre2grep.c3948 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()
Dpcre2test.c8651 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/
Dcanvaskit-wasm-tests.ts363 const buff2 = new ArrayBuffer(20); constant
365 const fm = CK.FontMgr.FromData(buff1, buff2)!;