Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/ldso/
H A Dnamespace.c44 ns_inherit_list *nsinl; in nsinherits_alloc() local
45 nsinl = (ns_inherit_list *)__libc_calloc(1, sizeof *nsinl); in nsinherits_alloc()
47 if (nsinl) { in nsinherits_alloc()
48 nsinl->size = INHERIT_DEFAULT_SIZE; in nsinherits_alloc()
49 nsinl->inherits = (ns_inherit **)__libc_calloc(INHERIT_DEFAULT_SIZE, sizeof *nsinl->inherits); in nsinherits_alloc()
50 if (!nsinl->inherits) { in nsinherits_alloc()
52 __libc_free(nsinl); in nsinherits_alloc()
53 nsinl in nsinherits_alloc()
59 nsinherits_free(ns_inherit_list *nsinl) nsinherits_free() argument
72 nsinherits_realloc(ns_inherit_list *nsinl) nsinherits_realloc() argument
[all...]
/third_party/musl/ldso/linux/
H A Dnamespace.c44 ns_inherit_list *nsinl; in nsinherits_alloc() local
45 nsinl = (ns_inherit_list *)__libc_calloc(1, sizeof *nsinl); in nsinherits_alloc()
47 if (nsinl) { in nsinherits_alloc()
48 nsinl->size = INHERIT_DEFAULT_SIZE; in nsinherits_alloc()
49 nsinl->inherits = (ns_inherit **)__libc_calloc(INHERIT_DEFAULT_SIZE, sizeof *nsinl->inherits); in nsinherits_alloc()
50 if (!nsinl->inherits) { in nsinherits_alloc()
52 __libc_free(nsinl); in nsinherits_alloc()
53 nsinl in nsinherits_alloc()
59 nsinherits_free(ns_inherit_list *nsinl) nsinherits_free() argument
72 nsinherits_realloc(ns_inherit_list *nsinl) nsinherits_realloc() argument
[all...]
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_ldso_namespace.c1163 void nsinherits_realloc(ns_inherit_list *nsinl);
1183 ns_inherit_list nsinl; in namespace_test_0750() local
1184 nsinl.size = 1; in namespace_test_0750()
1185 nsinherits_realloc(&nsinl); in namespace_test_0750()
1186 EXPECT_EQ(__FUNCTION__, nsinl.size, 2); in namespace_test_0750()

Completed in 3 milliseconds