Home
last modified time | relevance | path

Searched refs:buf1 (Results 1 – 7 of 7) sorted by relevance

/device/google/marlin/dataservices/datatop/src/
Ddatatop_str.c55 int dt_read_line(char *buf1, int len1, const char *buf2, int len2, int start) in dt_read_line() argument
62 if (buf1 == 0 || buf2 == 0) in dt_read_line()
69 buf1[i] = buf2[j]; in dt_read_line()
70 if (buf1[i] == '\n') in dt_read_line()
75 buf1[i] = 0; in dt_read_line()
Ddatatop_str.h57 int dt_read_line(char *buf1, int len1, const char *buf2, int len2, int start);
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_send.c290 const u_char *buf1, in res_queriesmatch() argument
296 const u_char *cp = buf1 + HFIXEDSZ; in res_queriesmatch()
297 int qdcount = ntohs(((HEADER*)buf1)->qdcount); in res_queriesmatch()
299 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2) in res_queriesmatch()
306 if ( (((HEADER *)buf1)->opcode == ns_o_update) && in res_queriesmatch()
316 n = dn_expand(buf1, eom1, cp, tname, sizeof tname); in res_queriesmatch()
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h262 #define memcmp(buf1,buf2,count) (int)(CompareMem(buf1,buf2,(UINTN)(count))) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_exceptions.py30 buf1 = str(err)
35 self.assertEqual(buf1, buf2)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c1992 BBuf *buf1, *buf2, *pbuf; in and_cclass() local
1998 buf1 = dest->mbuf; in and_cclass()
2022 r = or_code_range_buf(enc, buf1, 0, buf2, 0, &pbuf); in and_cclass()
2025 r = and_code_range_buf(buf1, not1, buf2, not2, &pbuf); in and_cclass()
2040 bbuf_free(buf1); in and_cclass()
2050 BBuf *buf1, *buf2, *pbuf; in or_cclass() local
2056 buf1 = dest->mbuf; in or_cclass()
2080 r = and_code_range_buf(buf1, 0, buf2, 0, &pbuf); in or_cclass()
2083 r = or_code_range_buf(enc, buf1, not1, buf2, not2, &pbuf); in or_cclass()
2098 bbuf_free(buf1); in or_cclass()
Dregexec.c988 UChar buf1[ONIGENC_MBC_CASE_FOLD_MAXLEN]; in string_cmp_ic() local
997 len1 = ONIGENC_MBC_CASE_FOLD(enc, case_fold_flag, &s1, end1, buf1); in string_cmp_ic()
1000 p1 = buf1; in string_cmp_ic()