Searched defs:reallocarray (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/libXext/dist/src/
H A Dreallocarray.h34 # define reallocarray(ptr, n, size) xreallocarray((ptr), (size_t)(n), (size_t)(size)) macro
/xsrc/external/mit/libXmu/dist/src/
H A DXmuint.h37 # define reallocarray(ptr, n, size) Xmureallocarray((ptr), (n), (size)) macro
/xsrc/external/mit/libfontenc/dist/src/
H A Dreallocarray.h34 # define reallocarray(ptr, n, size) xreallocarray((ptr), (size_t)(n), (size_t)(size)) macro
/xsrc/external/mit/libX11/dist/src/
H A Dreallocarray.h34 # define reallocarray(ptr, n, size) xreallocarray((ptr), (size_t)(n), (size_t)(size)) macro
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dreallocarray.c35 reallocarray(void *optr, size_t nmemb, size_t size) function in typeref:typename:void *
/xsrc/external/mit/xorg-server/dist/os/
H A Dreallocarray.c35 reallocarray(void *optr, size_t nmemb, size_t size) function in typeref:typename:void *
/xsrc/external/mit/libFS/dist/src/
H A DFSlibos.h256 # define reallocarray(ptr, n, size) \ macro
/xsrc/external/mit/xkbcomp/dist/
H A Dutils.h73 #define reallocarray(p, n, s) realloc(p, (n) * (s)) macro
/xsrc/external/mit/makedepend/dist/
H A Ddef.h64 #define reallocarray(ptr, num, size) realloc(ptr, (num) * (size)) macro
/xsrc/external/mit/fslsfonts/dist/
H A Dfslsfonts.c61 #define reallocarray(old, num, size) realloc(old, (num) * (size)) macro
/xsrc/external/mit/xlsfonts/dist/
H A Dxlsfonts.c44 #define reallocarray(old, num, size) realloc(old, (num) * (size)) macro
/xsrc/external/mit/xorg-server/dist/include/
H A Dos.h570 #define reallocarray xreallocarray macro
/xsrc/external/mit/iceauth/dist/
H A Dprocess.c275 reallocarray(void *optr, size_t nmemb, size_t size) function in typeref:typename:void *
/xsrc/external/mit/xauth/dist/
H A Dprocess.c257 reallocarray(void *optr, size_t nmemb, size_t size) function in typeref:typename:void *
/xsrc/external/mit/xrdb/dist/
H A Dxrdb.c196 reallocarray(void *optr, size_t n, size_t s) function in typeref:typename:void *
/xsrc/external/mit/libXfont2/dist/
H A DMakefile.in

Completed in 55 milliseconds