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

  /xsrc/external/mit/xorg-server.old/dist/dix/
inpututils.c 348 int ntags = 0; local
373 ntags++;
375 new_attr->tags = calloc(ntags + 1, sizeof(char*));
  /xsrc/external/mit/xorg-server/dist/dix/
inpututils.c 350 int ntags = 0; local
374 ntags++;
376 new_attr->tags = calloc(ntags + 1, sizeof(char *));

Completed in 5 milliseconds