Searched refs:q (Results 1 – 1 of 1) sorted by relevance
1418 char *p, *q; in test_strndup() local1425 q = strndup(p + 1, 2); in test_strndup()1426 check(q != NULL, 3); in test_strndup()1427 if (q != NULL) in test_strndup()1428 equal(q, "bc", 4); in test_strndup()1429 free (q); in test_strndup()
Completed in 6 milliseconds