Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/tests/lib/
H A Dstring-test.c46 static void test_strdup(void **state) in test_strdup() function
228 cmocka_unit_test(test_strdup), in main()
/aosp_15_r20/external/ethtool/
H A Dtest-common.c80 char *test_strdup(const char *s) in test_strdup() function
318 argv[0] = test_strdup("ethtool"); in test_cmdline()
H A Dinternal.h256 char *test_strdup(const char *s);
258 #define strdup(s) test_strdup(s)
/aosp_15_r20/external/compiler-rt/test/dfsan/
H A Dcustom.cc138 void test_strdup() { in test_strdup() function
949 test_strdup(); in main()