Searched refs:test_strdup (Results 1 – 4 of 4) sorted by relevance
46 static void test_strdup(void **state) in test_strdup() function228 cmocka_unit_test(test_strdup), in main()
80 char *test_strdup(const char *s) in test_strdup() function318 argv[0] = test_strdup("ethtool"); in test_cmdline()
256 char *test_strdup(const char *s);258 #define strdup(s) test_strdup(s)
138 void test_strdup() { in test_strdup() function949 test_strdup(); in main()