Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/ldso/
Dstrops.c75 #define STR_DEFAULT_SIZE 16 macro
80 if (size < STR_DEFAULT_SIZE) size = STR_DEFAULT_SIZE ; in strlist_alloc()
/third_party/musl/ldso/linux/
Dstrops.c75 #define STR_DEFAULT_SIZE 16 macro
80 if (size < STR_DEFAULT_SIZE) size = STR_DEFAULT_SIZE ; in strlist_alloc()
/third_party/musl/libc-test/src/functionalext/unittest/
Dunit_test_mock_strops.c66 #define STR_DEFAULT_SIZE 16 macro