HomeSort by: relevance | last modified time | path
    Searched defs:xcalloc (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXdmcp/dist/
Array.c 50 xcalloc(size_t n, size_t size) function
127 array->data = xcalloc(length, sizeof (ARRAY8));
  /xsrc/external/mit/xorg-server.old/dist/include/
os.h 77 #define xcalloc(_num, _size) Xcalloc((unsigned long)(_num)*(unsigned long)(_size)) macro
237 extern _X_EXPORT void *Xcalloc(unsigned long /*amount*/) _X_DEPRECATED;

Completed in 6 milliseconds