Searched refs:AllocLocalBuf (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libX11/dist/modules/om/generic/
H A DomDefault.c41 #define AllocLocalBuf(length) (length > BUFSIZ ? (char *)Xmalloc(length) : local_buf) macro
100 char *buf = AllocLocalBuf(length);
123 char *buf = AllocLocalBuf(length);
174 char *buf = AllocLocalBuf(length);
198 char *buf = AllocLocalBuf(length);
295 char *buf = AllocLocalBuf(length);
324 char *buf = AllocLocalBuf(length);
362 char *buf = AllocLocalBuf(length);
386 char *buf = AllocLocalBuf(length);
418 char *buf = AllocLocalBuf(lengt
[all...]
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXDefaultOMIF.c79 #define AllocLocalBuf(length) (length > BUFSIZ ? Xmalloc(length) : local_buf) macro
613 char *buf = AllocLocalBuf(length);
662 char *buf = AllocLocalBuf(length);
756 char *buf = AllocLocalBuf(length);
792 char *buf = AllocLocalBuf(length);
822 char *buf = AllocLocalBuf(length);

Completed in 7 milliseconds