Searched refs:tbuf (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregposerr.c80 char tbuf[35]; local
91 sprintf_s(tbuf, sizeof(tbuf), "undefined error code (%d)", posix_ecode);
92 s = tbuf;
H A Dregparse.c1828 BBuf *tbuf; \
1831 tbuf = bbuf1; bbuf1 = bbuf2; bbuf2 = tbuf; \
2027 BBuf *tbuf; local
2028 r = not_code_range_buf(enc, pbuf, &tbuf);
2034 pbuf = tbuf;
2085 BBuf *tbuf; local
2086 r = not_code_range_buf(enc, pbuf, &tbuf);
2092 pbuf = tbuf;
4939 BBuf *tbuf; local
[all...]
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dgethostbydns.c208 char tbuf[MAXDNAME]; local
299 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
300 if ((n < 0) || !(*name_ok)(tbuf)) {
319 n = (int)strlen(tbuf) + 1; /* for the \0 */
324 strcpy(bp, tbuf);
331 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
332 if (n < 0 || !res_dnok(tbuf)) {
342 n = (int)strlen(tbuf)
[all...]
H A Dgetaddrinfo.c1083 char tbuf[MAXDNAME]; local
1161 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
1162 if ((n < 0) || !(*name_ok)(tbuf)) {
1168 n = (int)strlen(tbuf) + 1; /* for the \0 */
1173 strlcpy(bp, tbuf, (size_t)(ep - bp));

Completed in 90 milliseconds