Home
last modified time | relevance | path

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

/misc/
A Dtst-allocate_once.c112 char *string1 = allocate_once (&place1, allocate_string, in do_test() local
115 TEST_VERIFY_EXIT (string1 != NULL); in do_test()
116 TEST_VERIFY (strcmp ("test string 1", string1) == 0); in do_test()
119 TEST_VERIFY (string1 in do_test()
131 TEST_VERIFY (string1 != string2); in do_test()

Completed in 5 milliseconds