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

  /xsrc/external/mit/xorg-server/dist/test/
string.c 52 char *allofit; local
63 allofit = strndup(sample, 20);
64 assert(strcmp(allofit, sample) == 0);
65 free(allofit);

Completed in 27 milliseconds