| /xsrc/external/mit/libX11/dist/src/ |
| H A D | PolyTxt.c | 99 BufAlloc (unsigned char *, f, 5); 124 BufAlloc (char *, tbuf, nb); 140 BufAlloc (char *, tbuf , nbytes); 153 BufAlloc (char *, tbuf, nbytes); 159 BufAlloc(char *, DummyChar, nbytes); 165 BufAlloc (char *, tbuf, nbytes); 184 BufAlloc (char *, tbuf, nbytes); 190 BufAlloc(char *, DummyChar, nbytes); 196 BufAlloc (char *, tbuf, nbytes); 211 * BufAlloc i [all...] |
| H A D | PolyTxt16.c | 99 BufAlloc (unsigned char *, f, 5); 123 BufAlloc (xTextElt *, elt, nb); 138 BufAlloc (xTextElt *, elt, nbytes); 151 BufAlloc (xTextElt *, elt, nbytes); 157 BufAlloc(char *, DummyChar, nbytes); 166 BufAlloc (xTextElt *, elt, nbytes); 185 BufAlloc (xTextElt *, elt, nbytes); 191 BufAlloc(char *, DummyChar, nbytes); 200 BufAlloc (xTextElt *, elt, nbytes); 218 * BufAlloc i [all...] |
| H A D | Text.c | 83 BufAlloc (unsigned char *, tbuf, nbytes); 99 BufAlloc (unsigned char *, tbuf, nbytes); 116 * BufAlloc is a macro that uses its last argument more than 117 * once, otherwise I'd write "BufAlloc (char *, pad, 4-length)" 120 BufAlloc (char *, pad, length);
|
| H A D | Text16.c | 82 BufAlloc (xTextElt *, elt, nbytes); 93 BufAlloc (xTextElt *, elt, nbytes); 105 * BufAlloc is a macro that uses its last argument more than 106 * once, otherwise I'd write "BufAlloc (char *, pad, 4-length)" 109 BufAlloc (char *, pad, length);
|
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Glyph.c | 199 BufAlloc (xGlyphElt *, elt, nbytes); 213 BufAlloc (xGlyphElt *, elt, nbytes); 278 BufAlloc (xGlyphElt *, elt, nbytes); 292 BufAlloc (xGlyphElt *, elt, nbytes); 358 BufAlloc (xGlyphElt *, elt, nbytes); 372 BufAlloc (xGlyphElt *, elt, nbytes); 469 BufAlloc (xGlyphElt *, elt, SIZEOF (xGlyphElt)); 483 BufAlloc (xGlyphElt *, elt, SIZEOF (xGlyphElt)); 582 BufAlloc (xGlyphElt *, elt, SIZEOF (xGlyphElt)); 597 BufAlloc (xGlyphEl [all...] |
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBSetMap.c | 73 BufAlloc(xkbKeyTypeWireDesc *, desc, sz); 137 BufAlloc(xkbSymMapWireDesc *, desc, 189 BufAlloc(CARD8 *, numDesc, n); 242 BufAlloc(char *, buf, i); 285 BufAlloc(CARD8 *, vmods, size); 327 BufAlloc(CARD8 *, wire, i); 372 BufAlloc(CARD8 *, wire, i); 420 BufAlloc(xkbVModMapWireDesc *, wire, i);
|
| H A D | XKBGetByName.c | 108 BufAlloc(char *, str, len);
|
| H A D | XKBList.c | 153 BufAlloc(char *, str, len);
|
| H A D | XKBCompat.c | 178 BufAlloc(char *, buf, size);
|
| H A D | XKBExtDev.c | 717 BufAlloc(char *, wire, size); 767 BufAlloc(char *, wire, size); 834 BufAlloc(char *, wire, size);
|
| H A D | XKBleds.c | 178 BufAlloc(xkbIndicatorMapWireDesc *, wire,
|
| H A D | XKB.c | 207 BufAlloc(char *, out, (((size * 2) + (unsigned) 3) / 4) * 4); 411 BufAlloc(char *, out, ((req->msgLength + (unsigned) 3) / 4) * 4);
|
| H A D | XKBNames.c | 501 BufAlloc(char *, tmp, XkbPaddedSize(nLvlTypes)); 744 BufAlloc(char *, tmp, XkbPaddedSize(nLvlTypes));
|
| H A D | XKBSetGeom.c | 416 BufAlloc(char *, wire, sz);
|
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSlibint.h | 213 * BufAlloc (xTextElt *, elt, nbytes) 216 #define BufAlloc(type, ptr, n) \ macro
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlibint.h | 668 * BufAlloc (xTextElt *, elt, nbytes) 671 #define BufAlloc(type, ptr, n) do { \ macro
|