| /xsrc/external/mit/libXext/dist/src/ |
| H A D | reallocarray.h | 34 # define reallocarray(ptr, n, size) xreallocarray((ptr), (size_t)(n), (size_t)(size)) macro
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | Xmuint.h | 37 # define reallocarray(ptr, n, size) Xmureallocarray((ptr), (n), (size)) macro
|
| /xsrc/external/mit/libfontenc/dist/src/ |
| H A D | reallocarray.h | 34 # define reallocarray(ptr, n, size) xreallocarray((ptr), (size_t)(n), (size_t)(size)) macro
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | reallocarray.h | 34 # define reallocarray(ptr, n, size) xreallocarray((ptr), (size_t)(n), (size_t)(size)) macro
|
| /xsrc/external/mit/libXfont2/dist/src/util/ |
| H A D | reallocarray.c | 35 reallocarray(void *optr, size_t nmemb, size_t size) function in typeref:typename:void *
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | reallocarray.c | 35 reallocarray(void *optr, size_t nmemb, size_t size) function in typeref:typename:void *
|
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSlibos.h | 256 # define reallocarray(ptr, n, size) \ macro
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | utils.h | 73 #define reallocarray(p, n, s) realloc(p, (n) * (s)) macro
|
| /xsrc/external/mit/makedepend/dist/ |
| H A D | def.h | 64 #define reallocarray(ptr, num, size) realloc(ptr, (num) * (size)) macro
|
| /xsrc/external/mit/fslsfonts/dist/ |
| H A D | fslsfonts.c | 61 #define reallocarray(old, num, size) realloc(old, (num) * (size)) macro
|
| /xsrc/external/mit/xlsfonts/dist/ |
| H A D | xlsfonts.c | 44 #define reallocarray(old, num, size) realloc(old, (num) * (size)) macro
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | os.h | 570 #define reallocarray xreallocarray macro
|
| /xsrc/external/mit/iceauth/dist/ |
| H A D | process.c | 275 reallocarray(void *optr, size_t nmemb, size_t size) function in typeref:typename:void *
|
| /xsrc/external/mit/xauth/dist/ |
| H A D | process.c | 257 reallocarray(void *optr, size_t nmemb, size_t size) function in typeref:typename:void *
|
| /xsrc/external/mit/xrdb/dist/ |
| H A D | xrdb.c | 196 reallocarray(void *optr, size_t n, size_t s) function in typeref:typename:void *
|
| /xsrc/external/mit/libXfont2/dist/ |
| H A D | Makefile.in | |