Home
last modified time | relevance | path

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

/misc/
A Dtst-allocate_once.c126 char *string2 = allocate_once (&place2, allocate_string, in do_test() local
129 TEST_VERIFY_EXIT (string2 != NULL); in do_test()
130 TEST_VERIFY (strcmp ("test string 2", string2) == 0); in do_test()
131 TEST_VERIFY (string1 != string2); in do_test()

Completed in 5 milliseconds