Home
last modified time | relevance | path

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

/string/
A Dtester.c1418 char *p, *q; in test_strndup() local
1425 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