Home
last modified time | relevance | path

Searched refs:gun_libpthread_version_buf (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIO_test_confstr_001.cpp36 char *gun_libpthread_version_buf = nullptr; in testcase() local
54 gun_libpthread_version_buf = (char *)malloc(n); in testcase()
56 if (gun_libpthread_version_buf == NULL) { in testcase()
59 confstr(_CS_GNU_LIBPTHREAD_VERSION, gun_libpthread_version_buf, n); in testcase()
60 ICUNIT_ASSERT_NOT_EQUAL(gun_libpthread_version_buf, NULL, -1); in testcase()
61 free(gun_libpthread_version_buf); in testcase()
62 gun_libpthread_version_buf = NULL; in testcase()

Completed in 1 milliseconds