Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/ldso/
H A Dnamespace.h75 void ns_free(ns_t *ns);
H A Dnamespace.c139 void ns_free(ns_t *ns) in ns_free() function
/third_party/musl/ldso/linux/
H A Dnamespace.h75 void ns_free(ns_t *ns);
H A Dnamespace.c139 void ns_free(ns_t *ns) in ns_free() function
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_ldso_namespace.c27 * @tc.desc : ns_free test arg is null
32 ns_free(NULL); in namespace_test_0010()
38 * @tc.desc : ns_free test normal condition
61 ns_free(&ns); in namespace_test_0020()
67 * @tc.desc : ns_free test arg ns's memebers are NULL
83 ns_free(&ns); in namespace_test_0030()

Completed in 5 milliseconds