Home
last modified time | relevance | path

Searched refs:buf2 (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_mkupdate.c117 char buf2[MAXDNAME]; in res_mkupdate() local
241 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_mkupdate()
243 if (!inet_aton(buf2, &ina)) in res_mkupdate()
255 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_mkupdate()
257 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_mkupdate()
267 if (!getword_str(buf2, sizeof buf2, &startp, in res_mkupdate()
270 n = dn_comp(buf2, cp, buflen, in res_mkupdate()
309 if (!getword_str(buf2, sizeof buf2, &startp, endp)) in res_mkupdate()
311 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_mkupdate()
324 if (!getword_str(buf2, sizeof buf2, &startp, in res_mkupdate()
[all …]
Dres_send.c292 const u_char *buf2, in res_queriesmatch() argument
299 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2) in res_queriesmatch()
307 (((HEADER *)buf2)->opcode == ns_o_update) ) in res_queriesmatch()
310 if (qdcount != ntohs(((HEADER*)buf2)->qdcount)) in res_queriesmatch()
324 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2)) in res_queriesmatch()
Dgetaddrinfo.c1302 querybuf *buf, *buf2; in _dns_getaddrinfo() local
1322 buf2 = malloc(sizeof(*buf2)); in _dns_getaddrinfo()
1323 if (buf2 == NULL) { in _dns_getaddrinfo()
1341 q2.answer = buf2->buf; in _dns_getaddrinfo()
1342 q2.anslen = sizeof(buf2->buf); in _dns_getaddrinfo()
1360 free(buf2); in _dns_getaddrinfo()
1367 free(buf2); in _dns_getaddrinfo()
1374 free(buf2); in _dns_getaddrinfo()
1384 ai = getanswer(buf2, q2.n, q2.name, q2.qtype, pai); in _dns_getaddrinfo()
1389 free(buf2); in _dns_getaddrinfo()
/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()
Ddatatop_str.h57 int dt_read_line(char *buf1, int len1, const char *buf2, int len2, int start);
/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.py34 buf2 = 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
2001 buf2 = cc->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()
2050 BBuf *buf1, *buf2, *pbuf; in or_cclass() local
2059 buf2 = cc->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()
Dregexec.c989 UChar buf2[ONIGENC_MBC_CASE_FOLD_MAXLEN]; in string_cmp_ic() local
998 len2 = ONIGENC_MBC_CASE_FOLD(enc, case_fold_flag, &s2, end2, buf2); in string_cmp_ic()
1001 p2 = buf2; in string_cmp_ic()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c1751 char buf2[MAXPATHLEN+2]; in case_ok()
1761 strcpy(buf2, buf); in case_ok()
1762 strcat(buf2, "*"); in case_ok()
1764 e = xosfscontrol_canonicalise_path(buf2,canon,0,0,MAXPATHLEN+1,&canonlen); in case_ok()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c1666 char buf2[MAXPATHLEN+2]; in find_module()
1676 strcpy(buf2, buf); in find_module()
1677 strcat(buf2, "*"); in find_module()
1679 e = xosfscontrol_canonicalise_path(buf2,canon,0,0,MAXPATHLEN+1,&canonlen); in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c1666 char buf2[MAXPATHLEN+2]; in find_module()
1676 strcpy(buf2, buf); in find_module()
1677 strcat(buf2, "*"); in find_module()
1679 e = xosfscontrol_canonicalise_path(buf2,canon,0,0,MAXPATHLEN+1,&canonlen); in find_module()