OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Xrealloc
(Results
1 - 19
of
19
) sorted by relevancy
/xsrc/external/mit/xfs/dist/include/
difsutils.h
56
extern pointer
Xrealloc
(pointer n, unsigned long m);
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
imLcPrs.c
579
char *newmb =
Xrealloc
(b->mb, newsize);
612
char *newmb =
Xrealloc
(b->mb, newsize);
632
wchar_t *newwc =
Xrealloc
(b->wc, sizeof(wchar_t) * newsize);
648
char *newutf8 =
Xrealloc
(b->utf8, newsize);
674
DefTree *new =
Xrealloc
(b->tree, sizeof(DefTree) * newsize);
imInt.c
64
if(!(xim =
Xrealloc
(_XimCurrentIMlist,
imDefIc.c
173
if (!(tmp =
Xrealloc
(buf, (buf_size + data_len)))) {
537
if (!(tmp =
Xrealloc
(quark_list,
564
if (!(tmp =
Xrealloc
(quark_list,
740
if (!(tmp =
Xrealloc
(buf, (buf_size + data_len)))) {
1529
if (!(tmp =
Xrealloc
(buf, (buf_size + data_len)))) {
imDefIm.c
1177
if (!(tmp =
Xrealloc
(quark_list,
1320
if (!(tmp =
Xrealloc
(buf, (buf_size + data_len)))) {
1856
if (!(tmp =
Xrealloc
(buf, (buf_size + data_len)))) {
/xsrc/external/mit/libXt/dist/src/
Alloc.c
90
#define
Xrealloc
(ptr, size) realloc((ptr), (size))
191
else if ((ptr =
Xrealloc
(ptr, size)) == NULL
225
new =
Xrealloc
(ptr, size * num);
/xsrc/external/mit/libX11/dist/include/X11/
Xregion.h
115
BoxPtr tmpRect =
Xrealloc
((firstrect), \
Xlibint.h
458
# define
Xrealloc
(ptr, size) realloc((ptr), (size_t)((size) == 0 ? 1 : (size)))
464
# define
Xrealloc
(ptr, size) realloc((ptr), (size_t)(size))
/xsrc/external/mit/xorg-server.old/dist/include/
os.h
78
#define
xrealloc
(ptr, size)
Xrealloc
((pointer)(ptr), (unsigned long)(size))
macro
241
extern _X_EXPORT void *
Xrealloc
(void * /*ptr*/, unsigned long /*amount*/)
/xsrc/external/mit/libX11/dist/src/xkb/
XKBlibint.h
120
#define _XkbRealloc(o,s)
Xrealloc
((o),(s))
/xsrc/external/mit/libX11/dist/src/xlibi18n/
lcDB.c
47
#define
Xrealloc
realloc
216
p =
Xrealloc
(parse_info.buf, newsize);
252
str =
Xrealloc
(str, size);
501
value =
Xrealloc
(value, value_len + len + 1);
lcFile.c
520
tmp_siname =
Xrealloc
(pub->siname, 2 * (sinamelen + 1));
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XKBsrv.h
296
#define _XkbRealloc(o,s)
Xrealloc
((o),(s))
300
((o)?(t *)
Xrealloc
((o),(n)*sizeof(t)):_XkbTypedCalloc(n,t))
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
ephyr_glamor_glx.c
34
#undef
Xrealloc
/xsrc/external/mit/xfs/dist/difs/
difsutils.c
501
Xrealloc
(pointer n, unsigned long m)
/xsrc/external/mit/libXtst/dist/src/
XRecord.c
548
saved_rb->buf = (unsigned char *)
Xrealloc
(saved_rb->buf, nbytes);
/xsrc/external/mit/libX11/dist/src/
Xrm.c
989
resourceQuarks =
Xrealloc
(resourceQuarks, size);
1487
temp_str =
Xrealloc
(rhs, sizeof(char) * alloc_chars);
/xsrc/external/mit/xorg-server.old/dist/os/
utils.c
1082
Xrealloc
(void *ptr, unsigned long amount)
1085
*
Xrealloc
used to return NULL when large amount of memory is requested. In
1092
ErrorF("Warning:
Xrealloc
: "
/xsrc/external/mit/libX11/dist/modules/om/generic/
omGeneric.c
1789
new =
Xrealloc
(gen->data, (num + 1) * sizeof(OMDataRec));
Completed in 24 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026