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

  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
kinput.c 1047 int tam_key = 0; local
1059 tam_key = (strchr(string, '=') - string);
1060 newopt->key = (char *)malloc(tam_key);
1061 strncpy(newopt->key, string, tam_key);
1062 newopt->key[tam_key] = '\0';
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kinput.c 840 int tam_key = 0; local
843 tam_key = (strchr(string, '=') - string);
844 key = strndup(string, tam_key);

Completed in 6 milliseconds