Searched refs:buf_static (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcformat.c548 FcChar8 buf_static[64]; local in function:interpret_count
562 snprintf ((char *) buf_static, sizeof (buf_static), "%d", count);
563 FcStrBufString (buf, buf_static);
976 FcChar8 buf_static[8192]; local in function:interpret_convert
1014 FcStrBufInit (&new_buf, buf_static, sizeof (buf_static));
1185 FcChar8 buf_static[8192 - 1024]; local in function:FcPatternFormat
1192 FcStrBufInit (&buf, buf_static, sizeof (buf_static));
[all...]
H A Dfcname.c645 FcChar8 buf_static[8192], buf2_static[256]; local in function:FcNameUnparseEscaped
649 FcStrBufInit (&buf, buf_static, sizeof (buf_static));
H A Dfccharset.c900 FcChar8 buf_static[64]; local in function:FcNameUnparseUnicode
901 snprintf ((char *) buf_static, sizeof (buf_static), "%x", u);
902 FcStrBufString (buf, buf_static);
H A Dfcstr.c837 buf->buf = buf->buf_static;
838 buf->size = sizeof (buf->buf_static);
H A Dfcint.h406 FcChar8 buf_static[16 * sizeof (void *)]; member in struct:_FcStrBuf
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h423 FcChar8 buf_static[16 * sizeof (void *)]; member in struct:_FcStrBuf

Completed in 11 milliseconds