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

  /xsrc/external/mit/libXmu/dist/src/
Xct.c 302 char **new_encodings; local
312 new_encodings = reallocarray(priv->encodings,
314 if (new_encodings == NULL) {
319 priv->encodings = new_encodings;

Completed in 19 milliseconds