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

/device/google/marlin/dataservices/datatop/src/
H A Ddatatop_str.h57 int dt_read_line(char *buf1, int len1, const char *buf2, int len2, int start);
H A Ddatatop_str.c44 * Will read from buf2 until either a '\n' is reached, or the end of buf1
47 * @param buf1 Destination buffer to store the read line.
55 int dt_read_line(char *buf1, int len1, const char *buf2, int len2, int start) argument
62 if (buf1 == 0 || buf2 == 0)
69 buf1[i] = buf2[j];
70 if (buf1[i] == '\n')
75 buf1[i] = 0;
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dres_send.c278 * res_queriesmatch(buf1, eom1, buf2, eom2)
280 * in (buf1,eom1) and (buf2,eom2)?
290 const u_char *buf1,
296 const u_char *cp = buf1 + HFIXEDSZ;
297 int qdcount = ntohs(((HEADER*)buf1)->qdcount);
299 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2)
306 if ( (((HEADER *)buf1)->opcode == ns_o_update) &&
316 n = dn_expand(buf1, eom1, cp, tname, sizeof tname);
289 res_queriesmatch( const u_char *buf1, const u_char *eom1, const u_char *buf2, const u_char *eom2 ) argument
/device/linaro/bootloader/edk2/CryptoPkg/Include/
H A DOpenSslSupport.h270 #define memcmp(buf1,buf2,count) (int)(CompareMem(buf1,buf2,(UINTN)(count)))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_exceptions.py30 buf1 = str(err)
35 self.assertEqual(buf1, buf2)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregparse.c1992 BBuf *buf1, *buf2, *pbuf; local
1998 buf1 = dest->mbuf;
2022 r = or_code_range_buf(enc, buf1, 0, buf2, 0, &pbuf);
2025 r = and_code_range_buf(buf1, not1, buf2, not2, &pbuf);
2040 bbuf_free(buf1);
2050 BBuf *buf1, *buf2, *pbuf; local
2056 buf1 = dest->mbuf;
2080 r = and_code_range_buf(buf1, 0, buf2, 0, &pbuf);
2083 r = or_code_range_buf(enc, buf1, not1, buf2, not2, &pbuf);
2098 bbuf_free(buf1);
[all...]
H A Dregexec.c988 UChar buf1[ONIGENC_MBC_CASE_FOLD_MAXLEN]; local
997 len1 = ONIGENC_MBC_CASE_FOLD(enc, case_fold_flag, &s1, end1, buf1);
1000 p1 = buf1;

Completed in 67 milliseconds