Home
last modified time | relevance | path

Searched refs:allofit (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/
H A Dstring.c49 char *allofit; in strndup_checks() local
60 allofit = strndup(sample, 20); in strndup_checks()
61 assert(strcmp(allofit, sample) == 0); in strndup_checks()
62 free(allofit); in strndup_checks()